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
d674965b
Commit
d674965b
authored
9 years ago
by
boatx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing typo in variable name.
parent
e0b327aa
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 @
d674965b
...
...
@@ -282,7 +282,7 @@ static bool pyopencv_to(PyObject* o, Mat& m, const ArgInfo info)
if
(
type
<
0
)
{
if
(
typenum
==
NPY_INT64
||
typenum
==
NPY_UINT64
||
type
==
NPY_LONG
)
if
(
typenum
==
NPY_INT64
||
typenum
==
NPY_UINT64
||
type
num
==
NPY_LONG
)
{
needcopy
=
needcast
=
true
;
new_typenum
=
NPY_INT
;
...
...
This diff is collapsed.
Click to expand it.
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