Skip to content Skip to sidebar Skip to footer
Showing posts with the label Computer Vision

Python, Text Detection Ocr

I am trying to extract data from a scanned form. The form has a standard format similar to the one … Read more Python, Text Detection Ocr

Given A Contour Outlining The Edges Of An 's' Shape In Opencv/python, What Methods Can Be Used To Trace A Curve Along The Center Of The Shape?

Given a contour outlining the edge of the letter S (in comic sans for example), how can I get a ser… Read more Given A Contour Outlining The Edges Of An 's' Shape In Opencv/python, What Methods Can Be Used To Trace A Curve Along The Center Of The Shape?

Corner Detection Algorithm Gives Very High Value For Slanted Edges?

I have tried implementing a basic version of shi-tomasi corner detection algorithm. The algorithm w… Read more Corner Detection Algorithm Gives Very High Value For Slanted Edges?

Classifiers Confidence In Opencv Face Detector

I'm using opencv's har cascade face detector (cv.HaarDetectObjects) in python. for example:… Read more Classifiers Confidence In Opencv Face Detector

Aws Live Human Detection From Video

Is there any AWS api for detecting live human in a video ? For example a person can fake the human … Read more Aws Live Human Detection From Video

Square Detection In Image

I am trying to detect all the squared shaped dice images so that i can crop them individually and u… Read more Square Detection In Image

How To Display 16-bit 4096 Intensity Image In Python Opencv?

I have images encoded in grayscale 16-bit tiff format. They use a variant of 16-bit color depth whe… Read more How To Display 16-bit 4096 Intensity Image In Python Opencv?

How Does Cv2.floodfill Work?

here is a example code showing usage of cv2.floodfill function import cv2 import numpy as np import… Read more How Does Cv2.floodfill Work?