Κατέβασμα παρουσίασης
Η παρουσίαση φορτώνεται. Παρακαλείστε να περιμένετε
1
Rotasi Citra
2
ROTASI (ROTATING) Operasi rotasi dengan memutar koordinat yang akan dibahas adalah rotasi ¼ putaran (900) dan ½ putaran (1800). Rotasi ¼ putaran (900) searah jarum jam (CW/clock wise) w’ = h dan h’ = w pertukaran ukuran lebar & tinggi citra x’ = w’ – 1 – y y’ = x Rotasi ½ putaran (1800) searah jarum jam (CW/clock wise) x’ = w’ – 1 – x y’ = h’ – 1 – y 6/7/2016
3
Rotasi (2) Rotasi Bebas Dengan asumsi berlawanan arah jarum jam (CCW/counter clock wise) x’ = x cos(θ) + y sin(θ) y’ = -x sin(θ) + y cos(θ) w’ = |w cos(θ)| + |h sin(θ)| h’ = |w sin(θ)| + |h cos(θ)| 6/7/2016
4
Contoh Rotasi ½ putaran (1800 CW) ½ putaran (250 CCW)
6/7/2016
5
Coding Rotasi clc; clear; A=imread('D:/Gambar/motor1.jpg’); B = imrotate(A,45); subplot(1,2,1) imshow(A) subplot(1,2,2) imshow(B) 6/7/2016
Παρόμοιες παρουσιάσεις
© 2024 SlidePlayer.gr Inc.
All rights reserved.