Skip to content

Simple tasks with thresholding techniques and affine transformation

License

Notifications You must be signed in to change notification settings

Triantafullenia-Doumani/Computer_Vision

Repository files navigation

Computer_Vision

Simple tasks with thresholding techniques and affine transformation.

THRESHOLDING

Covert image with thresholding techniques.

Run the python programm : python3 thresholding.py 'inputfilename' 'outputfilename' 'theshold k'

balloons thershold

THRESHOLDING with modified Otsu algorithm

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

trikoupi6_low otsu

AFFINE TRANSFORMATION

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.

brain brainT

About

Simple tasks with thresholding techniques and affine transformation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published