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
5db13fe2
Commit
5db13fe2
authored
Sep 21, 2018
by
Hamdi Sahloul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cuda::polarToCart: update documentation
parent
99326123
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
cudaarithm.hpp
modules/cudaarithm/include/opencv2/cudaarithm.hpp
+4
-4
No files found.
modules/cudaarithm/include/opencv2/cudaarithm.hpp
View file @
5db13fe2
...
...
@@ -415,10 +415,10 @@ CV_EXPORTS void cartToPolar(InputArray x, InputArray y, OutputArray magnitude, O
/** @brief Converts polar coordinates into Cartesian.
@param magnitude Source matrix containing magnitudes ( CV_32FC1 ).
@param angle Source matrix containing angles (
CV_32FC1
).
@param x Destination matrix of real components (
CV_32FC1
).
@param y Destination matrix of imaginary components (
CV_32FC1
).
@param magnitude Source matrix containing magnitudes ( CV_32FC1
or CV_64FC1
).
@param angle Source matrix containing angles (
same type as magnitude
).
@param x Destination matrix of real components (
same type as magnitude
).
@param y Destination matrix of imaginary components (
same type as magnitude
).
@param angleInDegrees Flag that indicates angles in degrees.
@param stream Stream for the asynchronous version.
*/
...
...
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