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
3ae22014
Commit
3ae22014
authored
Dec 03, 2011
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed description of inRange/inRangeS (ticket #1500)
parent
8a9876be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
operations_on_arrays.rst
modules/core/doc/operations_on_arrays.rst
+2
-2
No files found.
modules/core/doc/operations_on_arrays.rst
View file @
3ae22014
...
...
@@ -1352,13 +1352,13 @@ The function checks the range as follows:
.. math::
\texttt{dst} (I)= \texttt{lowerb} (I)_0 \leq \texttt{src} (I)_0
<
\texttt{upperb} (I)_0
\texttt{dst} (I)= \texttt{lowerb} (I)_0 \leq \texttt{src} (I)_0
\leq
\texttt{upperb} (I)_0
* For two-channel arrays:
.. math::
\texttt{dst} (I)= \texttt{lowerb} (I)_0 \leq \texttt{src} (I)_0
< \texttt{upperb} (I)_0 \land \texttt{lowerb} (I)_1 \leq \texttt{src} (I)_1 <
\texttt{upperb} (I)_1
\texttt{dst} (I)= \texttt{lowerb} (I)_0 \leq \texttt{src} (I)_0
\leq \texttt{upperb} (I)_0 \land \texttt{lowerb} (I)_1 \leq \texttt{src} (I)_1 \leq
\texttt{upperb} (I)_1
* and so forth.
...
...
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