I have a bitmap like this
My requirement is to create a graphical interface for loading the image and changing the contrast and other things in the image and algorithm to mark a specific area in silver, as shown in the figure using C ++ or C #. I am new to image processing and through my search I found that I can use the image histogram to search for the desired area. These are the steps.
- Get a histogram
- Search for intensity difference
- Search for line breaks
Can someone tell me how I can come from here. Can I use Opencv for this or any other effective methods are available.?
Note:
This image has many bright points, and the blob algorithm failed. Any other suggestions for getting the correct coordinates of an object, like a rectangle.
thank
source
share