A program that allows the user to view trend of values across a set of images with the time of the image taken encoded in the file name.
interactive_patch_analyser <Image Folder> <Channel To Analyse>
<Channel To Analyse> can be one of the following options:
- H — Hue channel of the HLS color space
- L — Light channel of the HLS color space
- S — Saturation channel of the HLS color space
- B — Blue channel of the BGR color space
- G — Green channel of the BGR color space
- R — Red channel of the BGR color space
- GREY — A greyscale version of the image
The program will expect a file format where each line has two decimal numbers. The first being the time that the data was observed, and the second being the value of the data.
The Makefile was designed to be used on windows systems and uses NMake to run it. Also the compiler uses cl.exe and link.exe to compile and link the objects respectively. These programs can be acquired by downloading installing Microsoft Visual Studio or the free version, Microsoft Visual Studio Express.
The txt file, datadump.txt and datadump is a sample version of what all output files made by this program will look like.