Image data augmentation - rotation method

Hi!
I have a simple question with regards to the image data augmenter.
What interpolation method is used when RandRotation is applied? Nearest, bilinear or bicubic?
Thanks!

 Accepted Answer

Bilinear for all numeric inputs. Nearest for logical and categorical inputs.

More Answers (0)

Categories

Find more on Deep Learning Toolbox 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!