salut :)
svp comment je peux accéder aux éléments de IplROI (xOffset,yOffset,widht,height)
struct _IplROI *roi= (IplROI *)pImage->roi;
j'ai essayer de faire ça mais ça bloque, "impossible d'évaluer l'expression" comme exception
Code C/C++ :
xOffset = roi->xOffset;
yOffset = roi->yOffset;
width = roi->width;
height = roi->height
mercii