HomeSort by relevance Sort by last modified time
    Searched defs:mu21 (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/core/include/opencv2/core/
types.hpp 858 CV_PROP_RW double mu20, mu11, mu02, mu30, mu21, mu12, mu03; member in class:cv::Moments
    [all...]
  /external/opencv/cv/include/
cvtypes.h 54 double mu20, mu11, mu02, mu30, mu21, mu12, mu03; /* central moments */ member in struct:CvMoments
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
types_c.h 400 double mu20, mu11, mu02, mu30, mu21, mu12, mu03; /**< central moments */ member in struct:CvMoments
411 mu30 = m.mu30; mu21 = m.mu21; mu12 = m.mu12; mu03 = m.mu03;

Completed in 76 milliseconds