Visualizing raw and edge detected image

cv::imshow(OPENCV_WINDOW, img); 
cv::imshow(OPENCV_WINDOW_1, dst); 
cv::waitKey(3); 

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

..................Content has been hidden....................

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