Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
Measurements.java
1
package
ij.measure;
2
3
public
interface
Measurements
{
4
public
static
final
int
AREA=1,MEAN=2,STD_DEV=4,MODE=8,MIN_MAX=16,
5
CENTROID=32,CENTER_OF_MASS=64,PERIMETER=128, LIMIT = 256, RECT=512,
6
LABELS=1024,ELLIPSE=2048,INVERT_Y=4096,CIRCULARITY=8192,FERET=16384;
7
9
public
static
final
int
MAX_STANDARDS
= 20;
10
11
}
squiz_matrix
fudge
image_editor
src
ij
measure
Measurements.java
Generated on Tue Jan 29 2013 14:04:51 for Squiz Matrix by
1.8.3.1