Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
2879eada
Commit
2879eada
authored
Sep 13, 2016
by
anirudt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: truncated commit msg
parent
06e0fb25
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
imgproc.hpp
modules/imgproc/include/opencv2/imgproc.hpp
+2
-4
No files found.
modules/imgproc/include/opencv2/imgproc.hpp
View file @
2879eada
...
...
@@ -3574,10 +3574,8 @@ results are returned in the structure cv::Moments.
used for images only.
@returns moments.
@note Only applicable to contour moments calculations: For Python users, 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.
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.
@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
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment