opencv-api moments

retval	=	cv.moments(	array[, binaryImage]	)
参数 描述
retval 返回值,空间矩,中心矩,中心归一化矩
array 轮廓数组

参考文献:
https://docs.opencv.org/3.4.3/d3/dc0/group__imgproc__shape.html#ga556a180f43cab22649c23ada36a8a139
https://blog.csdn.net/huixingshao/article/details/42060231
https://docs.opencv.org/3.4.3/d8/d23/classcv_1_1Moments.html

你可能感兴趣的:(图像识别)