Packages

case class RoiNormalize() extends FeatureTransformer with Product with Serializable

Normalize Roi to [0, 1]

Linear Supertypes
Product, Equals, FeatureTransformer, Transformer[ImageFeature, ImageFeature], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RoiNormalize
  2. Product
  3. Equals
  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 RoiNormalize()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ->[C](other: Transformer[ImageFeature, C]): Transformer[ImageFeature, C]
    Definition Classes
    FeatureTransformerTransformer
  4. def ->(other: FeatureTransformer): FeatureTransformer
    Definition Classes
    FeatureTransformer
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def apply(imageFrame: ImageFrame): ImageFrame
    Definition Classes
    FeatureTransformer
  7. def apply(prev: Iterator[ImageFeature]): Iterator[ImageFeature]
    Definition Classes
    FeatureTransformerTransformer
  8. def apply(dataset: RDD[ImageFeature])(implicit evidence: ClassTag[ImageFeature]): RDD[ImageFeature]

    Apply this transformer to rdd

    Apply this transformer to rdd

    Definition Classes
    Transformer
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def cloneTransformer(): Transformer[ImageFeature, ImageFeature]
    Definition Classes
    Transformer
  12. def enableIgnoreException(): RoiNormalize.this.type

    catch the exception of the transformer to avoid crashing.

    catch the exception of the transformer to avoid crashing.

    Definition Classes
    FeatureTransformer
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def setOutKey(key: String): RoiNormalize.this.type

    set the output key to store current transformed result if the key is not set, or same as default, then the transformed result will be overwritted by the following transformer

    set the output key to store current transformed result if the key is not set, or same as default, then the transformed result will be overwritted by the following transformer

    key

    output key

    Definition Classes
    FeatureTransformer
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def transform(feature: ImageFeature): ImageFeature

    transform feature

    transform feature

    feature

    ImageFeature

    returns

    ImageFeature

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

    transform mat

    transform mat

    Definition Classes
    RoiNormalizeFeatureTransformer
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from FeatureTransformer

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped