Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Subscripted assignment dimension mismatch. Error in computeHOGFeatures

7 visualizaciones (últimos 30 días)
Hafiz Wasim Arif
Hafiz Wasim Arif el 21 de Ag. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hello
I want to extract and store HOG features in a matrix but when i run the code i get this error. I know my images are of different sizes and every time the matrix sizes changes that stores the features but i dont know how to resolve this problem.
Subscripted assignment dimension mismatch. Error in computeHOGFeatures
featureRow=1;
HOGfeat=extractHOGFeatures(img);
hogFeatures(featureRow,:)=[HOGfeat,lb];
featureRow=featureRow+1;

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by