opencv取像素宏

#define S(image,x,y) ((uchar*)(image->imageData + image->widthStep*(y)))[(x)] //S

你可能感兴趣的:(image)