class ImageDataUtils (Niantic.ARDK.Utilities.Marker.ImageDataUtils)
Note
This is part of an experimental feature that is not advised to be used in release builds.
class ImageDataUtils {
public:
// enums
enum TransformType;
// methods
static T[] Transform< T >(T[] original, TransformType type, int width, int height);
};