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
cb55d60f
Commit
cb55d60f
authored
10 years ago
by
StevenPuttemans
Committed by
Dikay900
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing GT and GE comparison symbol
Conflicts: modules/gpu/doc/per_element_operations.rst
parent
6e1a5953
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cudaarithm.hpp
modules/cudaarithm/include/opencv2/cudaarithm.hpp
+2
-2
No files found.
modules/cudaarithm/include/opencv2/cudaarithm.hpp
View file @
cb55d60f
...
...
@@ -211,8 +211,8 @@ CV_EXPORTS void pow(InputArray src, double power, OutputArray dst, Stream& strea
@param dst Destination matrix that has the same size and type as the input array(s).
@param cmpop Flag specifying the relation between the elements to be checked:
- **CMP_EQ:** a(.) == b(.)
- **CMP_GT:** a(.) \
<
b(.)
- **CMP_GE:** a(.) \
<
= b(.)
- **CMP_GT:** a(.) \
>
b(.)
- **CMP_GE:** a(.) \
>
= b(.)
- **CMP_LT:** a(.) \< b(.)
- **CMP_LE:** a(.) \<= b(.)
- **CMP_NE:** a(.) != b(.)
...
...
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