Uses of Class
net.grelf.grip.Threshold

Packages that use Threshold
net.grelf.grip This package contains the Java classes which are specific to the image processing application GRIP.

GRIP is available as a free download from www.grelf.net - please always quote this URL in connection with GRIP.
Version: 11.11.21 
 

Uses of Threshold in net.grelf.grip
 

Methods in net.grelf.grip that return Threshold
static Threshold ImThreshDialogue.askThreshold(ImFrame imf)
          For any code to use the present class for setting a threshold.
static Threshold ImThreshRGBDialogue.askThreshold(ImFrame imf)
          For any code to use the present class for setting a threshold.
 Threshold ImThreshDialogue.getThresh()
          Get thresholds for every channel and whether they are to be ANDed together..
 Threshold ImThreshRGBDialogue.getThresh()
          Get thresholds for every channel and whether they are to be ANDed together..
static Threshold ImProcess.threshold(ImFrame imf)
          Display dialogue for user to set thresholds (RGB or monochrome), then threshold the image.
9.11.26: changed to return the Threshold that was set (previously returned void).
 

Methods in net.grelf.grip with parameters of type Threshold
static byte[][] ImProcess.threshold(java.awt.image.BufferedImage bim, Threshold thresh)
          Threshold the image to detect pixels in the range(s) specified by the given threshold.
static void ImProcess.threshold(ImFrame imf, Threshold thresh)
          Threshold the image to detect pixels brighter than the given thresholds.
 byte[][] Image.threshold(Threshold thresh)
          Threshold the image to detect pixels in the range(s) specified by the given threshold.
 byte[][] ImageDouble.threshold(Threshold thresh)
          Threshold the image to detect pixels in the range(s) specified by the given threshold.
 byte[][] ImageInt.threshold(Threshold thresh)
          Threshold the image to detect pixels in the range(s) specified by the given threshold.