📎︎

:
: ;

static function Types()
NOM.js: 1259
Enumeration defining the transformation method type of a NOM.DataPreprocessing.Transformation.Image.Config object.
: Dexter;

Types
Enumeration defining the transformation method type of a NOM.DataPreprocessing.Transformation.Image.Config object.
: Dexter;

Config
0
Abstract class representing a transformation configuration on image preprocessing for NOM.Source.Table objects. (Ref: NOM.DataPreprocessing.Transformation.Image.Config )
Normalize
1
Class representing an image transformation configuration to normalize iamges from [0,255] into [0,1]. (Ref: NOM.DataPreprocessing.Transformation.Image.Normalize )
Resize
2
Class representing an image transformation configuration to resize iamges. (Ref: NOM.DataPreprocessing.Transformation.Image.Resize )
CentralCrop
3
Class representing an image transformation configuration to crop iamges from the central. (Ref: NOM.DataPreprocessing.Transformation.Image.CentralCrop )
ToGrayscale
4
Class representing an image transformation configuration to convert RGB image (3-color channels) into grayscale images (1 channel). (Ref: NOM.DataPreprocessing.Transformation.Image.ToGrayscale )
ToRGB
5
Class representing an image transformation configuration to convert grayscale images (1 channel) into RGB image (3-color channels). (Ref: NOM.DataPreprocessing.Transformation.Image.ToRGB )

Language:
Theme: