OpenCV
Open Source Computer Vision
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
moments.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for moments.hpp:
This graph shows which files directly or indirectly include this file:

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. This function cv::fastcv::moments() calculate the moments using floating point calculations whereas cv::moments() calculate moments using double.