Issue I am currently working on lines extraction from a binary image. I initially performed a few image processing steps including threshold segmentation and obtained the following binary image. As can be seen in the binary image the lines are
Continue readingTag: binary-image
Image masking by coordinate or changing binary image pixel to black based on the the coordinate
Issue I have this binary image and i want to remove the objects (convert all the white pixel to black ) that are above the (x, y) coordinate. This is the inital binary image image This is is the binary
Continue reading