Skip to content

anubhavashok/opencv-crashcourse

Repository files navigation

opencv-crashcourse

Part 1: Face detection

In this section we will use Haar cascades to detect a face.

Here are some results of what you can expect:

alt text

alt text

Cascade repository: https://github.com/opencv/opencv/tree/master/data/haarcascades

Part 2: 3D stereo reconstruction

In this section we will reconstruct a 3D representation of an object.

First we will capture stereo images of the object.

Then we will calculate the point cloud.

We will then move to MeshLab to further refine this point cloud into a Mesh.

Here are some results of what you can expect:

alt text

Part 3: Optical Character Recognition

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages