Skip to content

bobbyi/OpenCV-2.3-Histogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV 2.3 Image Histogram Sample Program

A simple example program using OpenCV 2.3 that calculates a histogram of the pixels in an image in a not-terribly-efficient manner.

Setup

Install OpenCV 2.3.1 on your machine.

Usage

$ make
$ ./hist
All tests passed

The code should also compile with Visual Studio, if you prefer, although this is currently untested (please report any problems).

About

Very simple example program using OpenCV 2.3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages