Uses of Class
net.grelf.grip.Defect

Packages that use Defect
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: 12.1.1 
 

Uses of Defect in net.grelf.grip
 

Methods in net.grelf.grip that return types with arguments of type Defect
static java.util.List<Defect> Raw.detectDefectivePixels(java.awt.image.BufferedImage bim)
          Get a list of the defective pixels in the given image which is assumed to be a dark field (exposed with the lens covered) so that any pixels at more than fraction Config.RawDefectLevel of the maximum possible raw level in any channel are considered to be defective.
static java.util.List<Defect> Raw.detectDefectivePixels(ImFrame imf)
          Ask the user to confirm that this is a dark field image; if so, scan for defective pixels then ask for a CSV file for saving the list.