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
baf9e32a
Commit
baf9e32a
authored
Oct 11, 2017
by
Suleyman TURKMEN
Committed by
GitHub
Oct 11, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update imgproc.hpp
parent
b2673a19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
imgproc.hpp
modules/imgproc/include/opencv2/imgproc.hpp
+1
-1
No files found.
modules/imgproc/include/opencv2/imgproc.hpp
View file @
baf9e32a
...
@@ -3971,7 +3971,7 @@ than \f$\theta(n)\f$. Thus the overall complexity of the function is \f$O(n log(
...
@@ -3971,7 +3971,7 @@ than \f$\theta(n)\f$. Thus the overall complexity of the function is \f$O(n log(
@param points Input vector of 2D points with depth CV_32S or CV_32F, stored in std::vector\<\> or Mat
@param points Input vector of 2D points with depth CV_32S or CV_32F, stored in std::vector\<\> or Mat
@param triangle Output vector of three 2D points defining the vertices of the triangle. The depth
@param triangle Output vector of three 2D points defining the vertices of the triangle. The depth
of the OutputArray
could be CV_32S or
CV_32F.
of the OutputArray
must be
CV_32F.
*/
*/
CV_EXPORTS_W
double
minEnclosingTriangle
(
InputArray
points
,
CV_OUT
OutputArray
triangle
);
CV_EXPORTS_W
double
minEnclosingTriangle
(
InputArray
points
,
CV_OUT
OutputArray
triangle
);
...
...
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