http://www.mathworks.com/matlabcentral/answers/10089-image-rotate
Irot = imrotate(I,theta); Mrot = ~imrotate(true(size(I)),theta); Irot(Mrot&~imclearborder(Mrot)) = 255;
%View 'er imtool(Irot)
'Matlab ' 카테고리의 다른 글
Running MATLAB function from Java (0) | 2017.02.01 |
---|---|
dist function substitution code (0) | 2017.01.13 |
윈도우 octave 옥타브 설치 (0) | 2017.01.03 |
Binary image convex hull (0) | 2016.11.02 |
How do I change the MATLAB User Interface from Korean to English in R2014a and later? (0) | 2016.10.06 |