OpenCV 4.10.0-dev
Open Source Computer Vision
|
#include <opencv2/core.hpp>
Namespaces | |
namespace | cv |
namespace | cv::fastcv |
Functions | |
cv::Moments | cv::fastcv::moments (InputArray _src, bool binary) |
Calculates all of the moments up to the third order of the image pixels' intensities The results are returned in the structure cv::Moments. | |