Commit 2879eada authored by anirudt's avatar anirudt

docs: truncated commit msg

parent 06e0fb25
...@@ -3574,10 +3574,8 @@ results are returned in the structure cv::Moments. ...@@ -3574,10 +3574,8 @@ 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: For Python users, note that the numpy @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, or in general of type CV_32S or CV_32F. type for the input array should be either np.int32 or np.float32.
Thus, np.float will not work in this case, as it is the same as np.float64 and does not satisfy the
Point2f type check.
@sa contourArea, arcLength @sa contourArea, arcLength
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment