MATLAB: Image data augmentation – rotation method

deep learningDeep Learning Toolboximageimage processingImage Processing Toolboxinterpolation

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!

Best Answer

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