A collection of sloppy snippets for scientific computing and data visualization in Python.
Showing posts with label
OpenCV
.
Show all posts
Showing posts with label
OpenCV
.
Show all posts
Tuesday, April 14, 2020
Recoloring NoIR images on the Raspberry Pi with OpenCV
›
Not too long ago I've been gifted a Raspberry Pi camera, after taking some pictures I realized that it produced very weird colors and I ...
Thursday, November 3, 2011
Face and eyes detection in OpenCV
›
The goal of object detection is to find an object of a pre-defined class in an image. In this post we will see how to use the Haar Classifie...
12 comments:
Monday, October 24, 2011
Corner Detection with OpenCV
›
Corner detection is an approach used within computer vision systems to extract certain kinds of features and infer the contents of an image ...
10 comments:
Friday, October 14, 2011
Beginning with OpenCV in Python
›
OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer vision [ Ref ]. In this post we will see h...
7 comments:
›
Home
View web version