mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Synchornized cv::moments documentation with actual implementation.
This commit is contained in:
parent
1f1ba7e402
commit
55eebe81c3
@ -3793,8 +3793,8 @@ CV_EXPORTS_W void demosaicing(InputArray src, OutputArray dst, int code, int dst
|
||||
The function computes moments, up to the 3rd order, of a vector shape or a rasterized shape. The
|
||||
results are returned in the structure cv::Moments.
|
||||
|
||||
@param array Raster image (single-channel, 8-bit or floating-point 2D array) or an array (
|
||||
\f$1 \times N\f$ or \f$N \times 1\f$ ) of 2D points (Point or Point2f ).
|
||||
@param array Single chanel raster image (CV_8U, CV_16U, CV_16S, CV_32F, CV_64F) or an array (
|
||||
\f$1 \times N\f$ or \f$N \times 1\f$ ) of 2D points (Point or Point2f).
|
||||
@param binaryImage If it is true, all non-zero image pixels are treated as 1's. The parameter is
|
||||
used for images only.
|
||||
@returns moments.
|
||||
|
Loading…
Reference in New Issue
Block a user