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
f9f12614
Commit
f9f12614
authored
Apr 02, 2013
by
Andrey Kamaev
Committed by
OpenCV Buildbot
Apr 02, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #734 from apavlenko:fix_2806
parents
74097a42
75ea10e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cv2.cpp
modules/python/src2/cv2.cpp
+1
-1
No files found.
modules/python/src2/cv2.cpp
View file @
f9f12614
...
@@ -957,7 +957,7 @@ static inline PyObject* pyopencv_from(const Moments& m)
...
@@ -957,7 +957,7 @@ static inline PyObject* pyopencv_from(const Moments& m)
"mu20"
,
m
.
mu20
,
"mu11"
,
m
.
mu11
,
"mu02"
,
m
.
mu02
,
"mu20"
,
m
.
mu20
,
"mu11"
,
m
.
mu11
,
"mu02"
,
m
.
mu02
,
"mu30"
,
m
.
mu30
,
"mu21"
,
m
.
mu21
,
"mu12"
,
m
.
mu12
,
"mu03"
,
m
.
mu03
,
"mu30"
,
m
.
mu30
,
"mu21"
,
m
.
mu21
,
"mu12"
,
m
.
mu12
,
"mu03"
,
m
.
mu03
,
"nu20"
,
m
.
nu20
,
"nu11"
,
m
.
nu11
,
"nu02"
,
m
.
nu02
,
"nu20"
,
m
.
nu20
,
"nu11"
,
m
.
nu11
,
"nu02"
,
m
.
nu02
,
"nu30"
,
m
.
nu30
,
"nu21"
,
m
.
nu21
,
"nu12"
,
m
.
nu12
,
"
m
u03"
,
m
.
nu03
);
"nu30"
,
m
.
nu30
,
"nu21"
,
m
.
nu21
,
"nu12"
,
m
.
nu12
,
"
n
u03"
,
m
.
nu03
);
}
}
static
inline
PyObject
*
pyopencv_from
(
const
CvDTreeNode
*
node
)
static
inline
PyObject
*
pyopencv_from
(
const
CvDTreeNode
*
node
)
...
...
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