Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Browsing latest articles
Browse All 3 View Live

Comment by Surya687 for if your image is binary already, you can simply load...

yeah.. my image is already binary.. Thank you..it's working

View Article



Answer by berak for We can load an image in grayscale directly right. What...

if your image **is** binary already, you can simply load it with `cv2.imread("my.png", cv2.IMREAD_GRAYSCALE)` if your question was "is there a flag to binarize it automatically on loading ?" then - NO.

View Article

Can't we load an image in binary directly??

We can load an image in grayscale directly right. What about binary. Do we have to convert it into binary after grayscale only??

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images