cvGet2D用法

cvGet2D的函数原型是 CvScalar cvGet2D( const CvArr* arr, int idx0, int idx1 );其中idx0表示的是图像中的height,idx1表示的是图像中的width

你可能感兴趣的:(cvGet2D用法)