C++ Implementations of ISP
After cloning the repo
mkdir build
cd build
cmake ..
make
The folder 'bin' will contain all executables.
src - contains source files
scripts - contains files to be compiled into executables (examples)
images - contains images to process
build - contains cmake
bin - exectubles
./hist
This command will run histogram equalization on an image
Demosaicing -> MHC, Bilinear
Edge Detection -> Canny, Sobel
Image Pyramids -> Gaussian+Laplace
Histogram Equalization
SNR
Filters -> Binomial, Gaussian, Uniform, Sharpen\
SIFT (todo)\
JPEG (todo)\
Please make sure to update tests as appropriate.