Skip to content Skip to sidebar Skip to footer
Showing posts with the label Image Processing

How To Improve The Accuracy Of Pytesseract?

I startetd an ocr project a few days ago. The input image is a really noisy gray image with white l… Read more How To Improve The Accuracy Of Pytesseract?

Recognize Text In Images Using Canny Edge Detection In Opencv

I'm trying to extract text from colored background images. One approach that I'm trying is … Read more Recognize Text In Images Using Canny Edge Detection In Opencv

How To Convert Rgb Images To Grayscale, Expand Dimensions Of That Grayscale Image To Use In Inceptionv3?

I'm training a Keras model and I have training images in RGB format. I want to train my model b… Read more How To Convert Rgb Images To Grayscale, Expand Dimensions Of That Grayscale Image To Use In Inceptionv3?

Multiple Images Numpy Array Into Blocks

I have a numpy array with 1000 RGB images with shape (1000, 90, 90, 3) and I need to work on each i… Read more Multiple Images Numpy Array Into Blocks

Simple Method To Extract Specific Color Range From An Image In Python?

I'm trying to extract a specific color from an image within a defined RGB range using the cv2 m… Read more Simple Method To Extract Specific Color Range From An Image In Python?

Cropping Out An Image From An Existing Image

I would like to crop out an image from an existing image. I've taken an image and applied monoc… Read more Cropping Out An Image From An Existing Image