Object

net.sf.ij_plugins.util

IJTools

Related Doc: package util

Permalink

object IJTools

Helper methods for working with ImageJ.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IJTools
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def convertToFloat(src: ImageProcessor): Array[FloatProcessor]

    Permalink
  7. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def imageJIconAsAWTImage: Image

    Permalink

    Returns icon used by ImageJ main frame.

    Returns icon used by ImageJ main frame. Returns null if main frame is not instantiated or has no icon.

    returns

    ImageJ icon or null.

  13. def imageJIconAsFXImage: Image

    Permalink

    Returns icon used by ImageJ main frame.

    Returns icon used by ImageJ main frame. Returns null if main frame is not instantiated or has no icon.

    returns

    ImageJ icon or null.

  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def measureColor[T <: ImageProcessor](tri: Array[T], roi: Roi): Array[Double]

    Permalink

    Measure color within ROI.

    Measure color within ROI.

    tri

    three bands of an image, may represent only color space.

    roi

    region of interest.

    returns

    average color in the ROI.

    See also

    #measureColorXY(ij.process.ImageProcessor[], ij.gui.Roi)

  16. def measureColor[T <: ImageProcessor](tri: Array[T], outline: Array[Point2D]): Array[Double]

    Permalink

    Measure color within ROI.

    Measure color within ROI.

    tri

    three bands of an image, may represent only color space.

    outline

    outline of the region of interest.

    returns

    average color in the ROI.

    See also

    #measureColorXY(ij.process.ImageProcessor[], ij.gui.Roi)

  17. def mergeRGB(src: Array[FloatProcessor]): ColorProcessor

    Permalink

    Merges RGB bands into a ColorProcessor.

    Merges RGB bands into a ColorProcessor.

    Floating point values are assumed in the range 0 to 255.

    src

    ByteProcessor for red, green, and blue band.

    returns

    merged bands

    See also

    #splitRGB

  18. def mergeRGB(src: Array[ByteProcessor]): ColorProcessor

    Permalink

    Merges RGB bands into a ColorProcessor.

    Merges RGB bands into a ColorProcessor.

    src

    ByteProcessor for red, green, and blue band.

    returns

    merged bands

    See also

    #splitRGB

  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def splitRGB(cp: ColorProcessor): Array[ByteProcessor]

    Permalink

    Splits ColorProcessor into ByteProcessors representing each of three bands (red, green, and blue).

    Splits ColorProcessor into ByteProcessors representing each of three bands (red, green, and blue).

    cp

    input color processor

    returns

    ByteProcessor for each band.

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toRoi(outline: Array[Point2D]): PolygonRoi

    Permalink
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. def validateSameDimensions[T <: ImageProcessor](src: Array[T], length: Int): Unit

    Permalink

    T

    image processor type

    src

    images to validate

    length

    expected number of images

    Annotations
    @inline()
    Exceptions thrown

    IllegalArgumentException if the images in the array are not of the same dimension.

  27. def validateSameTypeAndDimensions[T <: ImageProcessor](src: Array[T], length: Int): Unit

    Permalink

    T

    image processor type

    src

    images to validate

    length

    expected number of images

    Annotations
    @inline()
    Exceptions thrown

    IllegalArgumentException if the images in the array are not of the same dimension.

  28. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped