Description: |
The program is designed for globle image thresholding.
The system basically inputs an color image with formats recognizable by the MATLAB, such as JPG, TIF, and PNG.
And it outputs a color thresholded image. In this program, you could choose the following methods: OTSU's thresholding method, Local Entropy Method (LE), Joint Entropy Method (JE), Global Entropy Method (GE), Local Relative Entropy Method (LRE), Joint Relative Entropy Method (JRE), and Global Relative Entropy Method (GRE).
|