Is there anyway that I could compare the color of range of pixels in an image to a range of colors given by me?
I'm working on one my college project where I need to take the color of pixel of an image and compare to a range of color to show my desired output. I can use OpenCV or JavaCV to take the color of specific pixel but how could I take the color of multiple pixels and compare them to a range of colors given by me...
Comments
Post a Comment