Visualizing raw and edge-detected-images

Here we are displaying the image data using the OpenCV function called imshow(), which consists of the window name and the image name:

cv::imshow(OPENCV_WINDOW, img); 
cv::imshow(OPENCV_WINDOW_1, dst); 
cv::waitKey(3); 
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.21.46.181