Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 665 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 665 Bytes

HISTOGRAM

This tool extracts histogram out of raw data after loading image data from the memeory. Provides 4 channel histogram with 32 buckets per channel and evaluate the performance of code .

Build status

master dev
CircleCI CircleCI

To build/make the C++ program

histogram can be made to work easily using the following set of commands:

make
./histogram

To clean

make clean