Skip to content Skip to sidebar Skip to footer
Showing posts with the label Opencv3.0

Opencv: Attributeerror: Module 'cv2' Has No Attribute 'face'

I am creating a face recognition system using Python and OpenCV on these versions: Python 3.6.2 ::… Read more Opencv: Attributeerror: Module 'cv2' Has No Attribute 'face'

Converting Opencv Remap Code From C++ To Python

I am trying to convert c++ opencv cv2.remap code to python. I am not getting any error but result i… Read more Converting Opencv Remap Code From C++ To Python

Cant Make Opencv Work On Heroku

I'm trying to make opencv work on Heroku but i have the following error on the server's log… Read more Cant Make Opencv Work On Heroku

Python Opencv Hsv Range Finder Creating Trackbars

I want to find the HSV value of a LASER dot using opencv and python. I got the code http://opencv-… Read more Python Opencv Hsv Range Finder Creating Trackbars