#cv2 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #cv2, aggregated by home.social.
-
Convert Any Book to a DIY Audiobook? https://hackaday.com/2025/07/06/convert-any-book-to-a-diy-audiobook/ #ArtificialIntelligence #RaspberryPiZero2W #GoogleGemini2.5 #speechsynthesis #RaspberryPi #PiperVoice #webcam #GenAI #CV2 #ocr #ai
-
Convert Any Book to a DIY Audiobook? - If the idea of reading a physical book sounds like hard work, [Nick Bild’s] latest... - https://hackaday.com/2025/07/06/convert-any-book-to-a-diy-audiobook/ #artificialintelligence #raspberrypizero2w #googlegemini2.5 #speechsynthesis #raspberrypi #pipervoice #webcam #genai #cv2 #ocr #ai
-
Vidformer – Drop-In Acceleration for Cv2 Video Annotation Scripts — https://github.com/ixlab/vidformer
#HackerNews #Vidformer #Cv2 #VideoAnnotation #GitHub #AIAcceleration #OpenSource -
For my server backend, I used a #python script to handle the requests.
Basically, it makes use of two components:
#CV2 (open computer vision). This is Swiss Army-knife for image manipulation. I use it to reduce an image to a b/w format which only contains the text. Ideal for a quick copy
#imagemagick to apply sigmoidal contrast, removing most problems due to poor illumination
#OCRmyPDF to make it more convenient to work with the scanned sheet
-
Any examples of using SIFT (or SURF or ORB) in #OpenCV to retrieve similar images from a DB? All the code I see is just comparing two images’ features at a time. If you have 1,000 images and you want the closest, what do you do? #cv2 #image_search
-
Yay, I think I've made some significant progress on detecting the differences between two images with #opencv2, and extracting the contours to #SVG paths. :D
Now all that would be left is to merge the paths and the (bitmap) images into the template SVG I got. :)
#coding #FiXatoCodes #FiXatoCreative #cv2 #openCV #contourDetection #FindTheDifferences #Python