Skip to content

Commit 82adc6f

Browse files
committed
Add EDColor code to EdgeDrawing Class
1 parent 438e67f commit 82adc6f

File tree

4 files changed

+727
-82
lines changed

4 files changed

+727
-82
lines changed

modules/ximgproc/include/opencv2/ximgproc/edge_drawing.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ class CV_EXPORTS_W EdgeDrawing : public Algorithm
7070
void write(FileStorage& fs) const;
7171
};
7272

73-
/** @brief Detects edges in a grayscale image and prepares them to detect lines and ellipses.
73+
/** @brief Detects edges in a grayscale or color image and prepares them to detect lines and ellipses.
7474
75-
@param src 8-bit, single-channel, grayscale input image.
75+
@param src 8-bit, single-channel or color input image.
7676
*/
7777
CV_WRAP virtual void detectEdges(InputArray src) = 0;
7878

0 commit comments

Comments
 (0)