About this project
it-programming / web-development
Open
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