crop and rotate image
9 views (last 30 days)
Show older comments
what codes to use to crop and rotate number of images inside an image datastore on matlab?
0 Comments
Answers (1)
Ameer Hamza
on 22 May 2020
See imcrop(): https://www.mathworks.com/help/images/ref/imcrop.html and imrotate(): https://www.mathworks.com/help/images/ref/imrotate.html functions to crop and rotate images.
See transform(): https://www.mathworks.com/help/matlab/ref/matlab.io.datastore.transform.html to apply a function on the datastore.
1 Comment
Ameer Hamza
on 26 May 2020
This shows how to apply a function on several files: https://matlab.fandom.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F
See Also
Categories
Find more on Geometric Transformation and Image Registration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!