OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
moments.hpp 文件参考
#include <opencv2/core.hpp>
moments.hpp 的包含依赖关系图
此图显示哪些文件直接或间接包含此文件

命名空间

命名空间 cv
 
命名空间 cv::fastcv
 

函数

cv::Moments cv::fastcv::moments (InputArray _src, bool binary)
 计算图像像素强度高达三阶的所有矩。结果以结构体cv::Moments返回。此函数cv::fastcv::moments() 使用浮点计算来计算矩,而cv::moments() 使用双精度浮点数计算矩。