Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
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_contrib
Commits
7a586538
Commit
7a586538
authored
Jun 03, 2015
by
xolodilnik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fast_hough_transform.hpp: temporary replace CV_EXPORTS_W with CV_EXPORTS
parent
b6a50e72
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
fast_hough_transform.hpp
...imgproc/include/opencv2/ximgproc/fast_hough_transform.hpp
+11
-11
No files found.
modules/ximgproc/include/opencv2/ximgproc/fast_hough_transform.hpp
View file @
7a586538
...
...
@@ -130,12 +130,12 @@ typedef enum {
* The function calculates the fast Hough transform for full, half or quarter
* range of angles.
*/
CV_EXPORTS
_W
void
FastHoughTransform
(
InputArray
src
,
OutputArray
dst
,
int
dstMatDepth
,
int
angleRange
=
ARO_315_135
,
int
op
=
FHT_ADD
,
int
makeSkew
=
HDO_DESKEW
);
CV_EXPORTS
void
FastHoughTransform
(
InputArray
src
,
OutputArray
dst
,
int
dstMatDepth
,
int
angleRange
=
ARO_315_135
,
int
op
=
FHT_ADD
,
int
makeSkew
=
HDO_DESKEW
);
/**
* @brief Calculates coordinates of line segment corresponded by point in Hough space.
...
...
@@ -152,11 +152,11 @@ CV_EXPORTS_W void FastHoughTransform( InputArray src,
*
* The function calculates coordinates of line segment corresponded by point in Hough space.
*/
CV_EXPORTS
_W
Vec4i
HoughPoint2Line
(
const
Point
&
houghPoint
,
InputArray
srcImgInfo
,
int
angleRange
=
ARO_315_135
,
int
makeSkew
=
HDO_DESKEW
,
int
rules
=
RO_IGNORE_BORDERS
);
CV_EXPORTS
Vec4i
HoughPoint2Line
(
const
Point
&
houghPoint
,
InputArray
srcImgInfo
,
int
angleRange
=
ARO_315_135
,
int
makeSkew
=
HDO_DESKEW
,
int
rules
=
RO_IGNORE_BORDERS
);
}
}
// namespace cv::ximgproc
...
...
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