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