mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #7191 from anirudt:docs_moments
This commit is contained in:
commit
ab3814f9b9
@ -3577,6 +3577,9 @@ results are returned in the structure cv::Moments.
|
|||||||
used for images only.
|
used for images only.
|
||||||
@returns moments.
|
@returns moments.
|
||||||
|
|
||||||
|
@note Only applicable to contour moments calculations from Python bindings: Note that the numpy
|
||||||
|
type for the input array should be either np.int32 or np.float32.
|
||||||
|
|
||||||
@sa contourArea, arcLength
|
@sa contourArea, arcLength
|
||||||
*/
|
*/
|
||||||
CV_EXPORTS_W Moments moments( InputArray array, bool binaryImage = false );
|
CV_EXPORTS_W Moments moments( InputArray array, bool binaryImage = false );
|
||||||
|
Loading…
Reference in New Issue
Block a user