Rotate

struct defined in module DataAugmentation


			Rotate(γ)
Rotate(γs)

Rotate 2D spatial data around the center by an angle chosen at uniformly from [-γ, γ], an angle given in degrees.

You can also pass any Distributions.Sampleable from which the angle is selected.

Examples


			
			
			
			tfm
			 
			=
			 
			

			Rotate
			(
			10
			)
Methods

There are 2 methods for DataAugmentation.Rotate: