C++ realization of varieties of image processing functions, including: image enhancement, edge detection, morphology processing etc. More contents will be obtained and code style is under revising.
You can find all APIs in the header Utils.h
* Read Image (gray level)
* Write Image (gray level)
* Write Image RGB
* Write Image RGB
* Transform
* Denoise
* Low pass filtering (for uniform nosie)
* Median Filtering (for impulse nosie)
* Equilization
* Bucket Filling
* Transfer Function
* Local Equilization
* PSNR
* Obtain the PSNR score of the given image
* Edge Detection
* First Order Edge Detection
* Second Order Edge Detection
* Canny Edge Detection
* Edge Crispening
* Unsharp Masking
* Dilation
* Erosion
* Boundary Extraction
* Connected Component Labeling
* Thinning
* Skeletonizing
git clone git@github.com:vachelch/digital-image-processing.git
cd digital-image-processing
make main
You may find that '.raw' image is unable to be openned, that is because '.raw' is not the usual 'jpg' or 'png' image format, it's all raw pixel value in it. If you meet the problem, and meanwhile you don't have photoshop installed in you PC, I recommender Raw Pixel Viewer for you.