Evaluating bids

Computer Vision con Opencv

Published on the March 07, 2022 in IT & Programming

About this project

Open

Necesito capturar los dígitos de la siguiente foto utilizando Phyton, ya sea con OpenCV u otra librerías, la idea es encontrar una persona experta en el tema para resolver el asunto y que pudiésemos seguir trabajando sobre temas relacionados en el futuro. Gracias

Project overview

Es algo similar a lo expuesto en este instructivo, sin embargo no he podido lograrlo: https://pyimagesearch.com/2017/02/13/recognizing-digits-with-opencv-and-python/ Adjunto de la imagen en cuestión, en escala de grises, logrado con el siguiente código y la original import cv2 image = cv2.imread("IMG_0922.jpg", 0) # read as grayscale th = cv2.adaptiveThreshold(image, 255, # maximum value assigned to pixel values exceeding the threshold cv2.ADAPTIVE_THRESH_GAUSSIAN_C, # gaussian weighted sum of neighborhood cv2.THRESH_BINARY, # thresholding type 5, # block size (5x5 window) 3) # constant cv2.imwrite('Salida070322_3.jpg',th)

Category IT & Programming
Subcategory Web development
What is the scope of the project? Small change or bug
Is this a project or a position? Project
I currently have I have specifications
Required availability As needed
Roles needed Developer

Delivery term: Not specified

Skills needed

Other projects posted by A. Q.