Commit 02dabdf2 authored by xolodilnik's avatar xolodilnik

fixed warning

parent 7a9e4dd4
...@@ -123,7 +123,7 @@ typedef enum { ...@@ -123,7 +123,7 @@ typedef enum {
* @param dst The destination image, result of transformation. * @param dst The destination image, result of transformation.
* @param src The source (input) image. * @param src The source (input) image.
* @param dstMatDepth The depth of destination image * @param dstMatDepth The depth of destination image
* @param operation The operation to be applied, see cv::HoughOp * @param op The operation to be applied, see cv::HoughOp
* @param angleRange The part of Hough space to calculate, see cv::AngleRangeOption * @param angleRange The part of Hough space to calculate, see cv::AngleRangeOption
* @param makeSkew Specifies to do or not to do image skewing, see cv::HoughDeskewOption * @param makeSkew Specifies to do or not to do image skewing, see cv::HoughDeskewOption
* *
......
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