Skip to content

Releases: xavierdechamps/Live_camera_Opencv

Live_camera_OpenCV 2.1

23 Jun 13:13
Compare
Choose a tag to compare

Upgrade with the possibility to switch the input camera from the File menu.

Live_camera_OpenCV 2.0

29 May 14:23
Compare
Choose a tag to compare

This release contains the same features has release v1.0 but is based on a multithreaded implementation. A thread is dedicated to image processing and another thread is dedicated to image display in Qt windows. This way, particularly intensive OpenCV operations don't really affect performances of the program.

Live_camera_OpenCV 1.0

29 May 13:59
Compare
Choose a tag to compare

This release offers a great number of features from OpenCV:
Black and white + colour inversion
Blur filters
Morphological filters
Threshold
Histogram equalization (global + CLAHE)
Edge detectors (Sobel derivatives, Laplacian and Canny edge detector)
Face recognition
Object recognition (Hough line, Hough circle and Harris corner detection)
Image stitching to create a panorama
Motion detection (Farneback dense optical flow and foreground extraction)
Module Photo
Barcode and QR code decoder (through the external library ZBar)