com.intel.analytics.bigdl.transform.vision.image.augmentation

DetectionCrop

class DetectionCrop extends Crop

Crop from object detections, each image should has a tensor detection, which is stored in ImageFeature

Linear Supertypes
Crop, FeatureTransformer, Transformer[ImageFeature, ImageFeature], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DetectionCrop
  2. Crop
  3. FeatureTransformer
  4. Transformer
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DetectionCrop(roiKey: String, normalized: Boolean = true)

    roiKey

    roiKey that map a tensor detection

    normalized

    whether is detection is normalized, i.e. in range [0, 1]

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def ->[C](other: Transformer[ImageFeature, C]): Transformer[ImageFeature, C]

    Definition Classes
    FeatureTransformerTransformer
  5. def ->(other: FeatureTransformer): FeatureTransformer

    Definition Classes
    FeatureTransformer
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def apply(imageFrame: ImageFrame): ImageFrame

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

    Definition Classes
    FeatureTransformerTransformer
  10. def apply(dataset: RDD[ImageFeature])(implicit evidence: ClassTag[ImageFeature]): RDD[ImageFeature]

    Apply this transformer to rdd

    Apply this transformer to rdd

    dataset

    Definition Classes
    Transformer
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def cloneTransformer(): Transformer[ImageFeature, ImageFeature]

    Definition Classes
    Transformer
  14. def enableIgnoreException(): DetectionCrop.this.type

    catch the exception of the transformer to avoid crashing.

    catch the exception of the transformer to avoid crashing.

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def generateRoi(feature: ImageFeature): BoundingBox

    how to generate crop roi

    how to generate crop roi

    feature

    image feature

    returns

    crop roi

    Definition Classes
    DetectionCropCrop
  19. final def getClass(): Class[_]

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

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

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

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def setOutKey(key: String): DetectionCrop.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
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

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

    transform feature

    transform feature

    feature

    ImageFeature

    returns

    ImageFeature

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

    transform mat

    transform mat

    Definition Classes
    CropFeatureTransformer
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Crop

Inherited from FeatureTransformer

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped