Images batch rotation

버전 1.0.2 (3.57 KB) 작성자: Nikolai Kozlov
The program performs the rotation of a series of raster images in a chosen mode and saves the resulting images in a designated directory
다운로드 수: 16
업데이트 날짜: 2022/9/27

라이선스 보기

The program is designed primarily to preprocess series of images obtained in experiments. It operates in one of three modes numerated in accordance with the complexity of the transformation. Mode 1 rotates all the images at the same angle, defined by user. Mode 2 is for the case when the filmed object is at rotation with a constant rate: so, user has to provide the number of frames per revolution, and the angle is calculated for each image (the program expects there are no omitted images). Mode 3 is for the case of rotation at a varying rate (for instance, rotational oscillations, or libration): a special file is to be prepared containing the data on the coordinate of each image, the program then reads this data and rotates all the images so as to see the rotating object immobile.
The resulting images are exported in the same format as the original ones. Three formats are supported: *.bmp, *.tif (exported uncompressed), *.jpg (exported 100 quality).
Upon the launch the program shows a wizard allowing to configure its parameters. After a successfull execution the parameters are safed in a config file in the directory with images. When the program is run repeatedly in the same folder the pararmeters are taken from this file and can be modified.
The rotation functionality itself depends on the Image Processing Toolbox.

인용 양식

Nikolai Kozlov (2024). Images batch rotation (https://www.mathworks.com/matlabcentral/fileexchange/112590-images-batch-rotation), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2019b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.2

Bug fixed: Unrecognized function or variable error upon the first run.

1.0.1

Description is corrected

1.0.0