Simple tasks with thresholding techniques and affine transformation.
Covert image with thresholding techniques.
Run the python programm : python3 thresholding.py 'inputfilename' 'outputfilename' 'theshold k'
Run the python programm : python3 adaptive.py 'inputfielename' 'outputfilelename' 'window size'
window size is the size of the neighborhood of pixels
for window size = 15
Covert image with affine transformation
Run the python programm : python3 affine_transformation.py. 'inputfilelename' 'outputfilelename' 'a1' 'a2' 'a3' 'a4' 'a5' 'a6'.
a1....a6 are the values of Affine matrix.