Skip to content

Commit

Permalink
Add EDColor code to EdgeDrawing Class
Browse files Browse the repository at this point in the history
  • Loading branch information
sturkmen72 committed Jul 2, 2024
1 parent 438e67f commit 82adc6f
Show file tree
Hide file tree
Showing 4 changed files with 727 additions and 82 deletions.
4 changes: 2 additions & 2 deletions modules/ximgproc/include/opencv2/ximgproc/edge_drawing.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ class CV_EXPORTS_W EdgeDrawing : public Algorithm
void write(FileStorage& fs) const;
};

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

Expand Down
Loading

0 comments on commit 82adc6f

Please sign in to comment.