A simple App to show image threshold
It can help you easliy threshold your image, you can easy and quickly transform your colorful image into 1 bitmap.
- First this app can load your image and use inside function transform into a mat.
- Then the app use formula as follow to change color data to gray data
Gray=(R*0.299 + G*0.587 + B*0.114)/255;
- In the end use if to split the data and show it.
- 2017.09.06 First Building
- 2017.11.19 Add Save Button
- 2017.12.04 Add Layer Function
Threshold is licensed under the GNU General Public License v3.0