Commit 7a586538 authored by xolodilnik's avatar xolodilnik

fast_hough_transform.hpp: temporary replace CV_EXPORTS_W with CV_EXPORTS

parent b6a50e72
......@@ -130,7 +130,7 @@ typedef enum {
* The function calculates the fast Hough transform for full, half or quarter
* range of angles.
*/
CV_EXPORTS_W void FastHoughTransform( InputArray src,
CV_EXPORTS void FastHoughTransform( InputArray src,
OutputArray dst,
int dstMatDepth,
int angleRange = ARO_315_135,
......@@ -152,7 +152,7 @@ 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,
CV_EXPORTS Vec4i HoughPoint2Line(const Point &houghPoint,
InputArray srcImgInfo,
int angleRange = ARO_315_135,
int makeSkew = HDO_DESKEW,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment