Ask Your Question

kristoff's profile - activity

2018-11-02 06:13:16 -0600 answered a question change colour of canny output

C++ implementation: cv::Canny(im, edges, 100, 200); // convert canny to BGR cv::cvtColor(edges, edges, CV_GRAY2BGR); /