Implementing Mouse Events on Images using OpenCV
This notebook will demonstrate the working of various mouse click events available in the OpenCV library Eg: Finding the BGR Color code, by clicking on any point on an Image Eg: Finding the x,y coordinates of points in the image, which can be further used for text alignment, etc
Provide a description for the same.
Provide a description for the same.
Just added the description, pls check it out
Please assign this issue so that I can contribute on this feature
Hey @Divyang0601, which Image Processing technique will you be using here?
Hey @Divyang0601, which Image Processing technique will you be using here?
There are inbuilt mouse click events in opencv library..through this notebook I would like to demonstrate how those events can be used in our image processing task Eg: If you want to select a specific region of interest in a given image then you can use a mouse click event to get the exact coordinates of the vertices of the region of interest. Also by clicking on a particular point you can also find the R,G,B color scale value at that point. All these techniques can be very useful in facilitating image processing task
Hey @Divyang0601, assigning you with same. Let is see what you are upto.
Hey @Divyang0601, assigning you with same. Let is see what you are upto.
Just did it, and created the pull request Pls check it out PR #195
Hey @Divyang0601, assigning you with same. Let is see what you are upto.
Hey @geekquad ,I want to work on this issue. Will you please assign this to me?