cvDiv qui ne passe pas à cause de la taille des arguments
Bonjour,
J'ai un souci avec cvDiv(src1,src2,dest,1):
Citation:
"Sizes of input arguments do not match() in function cvdiv (cxcore\src\cxartihm.cpp(1710)"
Pourtant en vérifiant mes tailles je constate qu'elles sont bonnes
CVDIV
src1 width: 1280
src1 height: 1024
src2 width: 1280
src2 height: 1024
dest width: 1280
dest height: 1024
FIN CVDIV
ce qui correspond à la définition de l'Api OpenCV:
Citation:
All the arrays must have the same type, and the same size (or ROI size)