CV_ARE_SIZES_EQ,CV_CANNY_L2_GRADIENT

来源:互联网 发布:linux 查看cpu信息 编辑:程序博客网 时间:2024/05/22 14:06
 

CV_ARE_SIZES_EQ比较mat1与mat2是否有相同的行列

#define CV_ARE_SIZES_EQ(mat1, mat2) \((mat1)->rows == (mat2)->rows && (mat1)->cols == (mat2)->cols)


 CV_CANNY_L2_GRADIENT    宏定义其值为    Value = (1<<31).

原创粉丝点击