Class/Object

com.intel.analytics.zoo.feature.image

PerImageNormalize

Related Docs: object PerImageNormalize | package image

Permalink

class PerImageNormalize extends ImageProcessing

Normalizes the norm or value range Per image, similar to opencv::normalize https://docs.opencv.org/ref/master/d2/de8/groupcorearray.html #ga87eef7ee3970f86906d69a92cbf064bd ImageNormalize normalizes scale and shift the input features. Various normalize methods are supported. Eg. NORM_INF, NORM_L1, NORM_L2 or NORM_MINMAX. Pleas notice it's a per image normalization.

Linear Supertypes
ImageProcessing, Preprocessing[ImageFeature, ImageFeature], FeatureTransformer, Transformer[ImageFeature, ImageFeature], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PerImageNormalize
  2. ImageProcessing
  3. Preprocessing
  4. FeatureTransformer
  5. Transformer
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PerImageNormalize(min: Double, max: Double, normType: Int = Core.NORM_MINMAX)

    Permalink

    min

    lower range boundary in case of the range normalization or norm value to normalize

    max

    upper range boundary in case of the range normalization; it is not used for the norm normalization.

    normType

    normalization type, see opencv:NormTypes. https://docs.opencv.org/ref/master/d2/de8/groupcorearray.html #gad12cefbcb5291cf958a85b4b67b6149f Default Core.NORM_MINMAX

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ->(other: ImageProcessing): ImageProcessing

    Permalink
    Definition Classes
    ImageProcessing
  4. def ->[C](other: Preprocessing[ImageFeature, C]): Preprocessing[ImageFeature, C]

    Permalink
    Definition Classes
    Preprocessing
  5. def ->[C](other: Transformer[ImageFeature, C]): Transformer[ImageFeature, C]

    Permalink
    Definition Classes
    FeatureTransformer → Transformer
  6. def ->(other: FeatureTransformer): FeatureTransformer

    Permalink
    Definition Classes
    FeatureTransformer
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def apply(textSet: TextSet): TextSet

    Permalink
    Definition Classes
    Preprocessing
  9. def apply(imageSet: ImageSet): ImageSet

    Permalink
    Definition Classes
    Preprocessing
  10. def apply(imageFrame: ImageFrame): ImageFrame

    Permalink
    Definition Classes
    FeatureTransformer
  11. def apply(prev: Iterator[ImageFeature]): Iterator[ImageFeature]

    Permalink
    Definition Classes
    FeatureTransformer → Transformer
  12. def apply(dataset: RDD[ImageFeature])(implicit evidence: ClassTag[ImageFeature]): RDD[ImageFeature]

    Permalink
    Definition Classes
    Transformer
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def clonePreprocessing(): Preprocessing[ImageFeature, ImageFeature]

    Permalink
    Definition Classes
    Preprocessing
  16. def cloneTransformer(): Transformer[ImageFeature, ImageFeature]

    Permalink
    Definition Classes
    Transformer
  17. def enableIgnoreException(): PerImageNormalize.this.type

    Permalink
    Definition Classes
    FeatureTransformer
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def setOutKey(key: String): PerImageNormalize.this.type

    Permalink
    Definition Classes
    FeatureTransformer
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. def transform(feature: ImageFeature): ImageFeature

    Permalink
    Definition Classes
    FeatureTransformer
  31. def transformMat(feature: ImageFeature): Unit

    Permalink
    Definition Classes
    PerImageNormalize → FeatureTransformer
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ImageProcessing

Inherited from Preprocessing[ImageFeature, ImageFeature]

Inherited from FeatureTransformer

Inherited from Transformer[ImageFeature, ImageFeature]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped