Package gov.nih.mipav.model.algorithms
Class SIFT.VlPgmImage
java.lang.Object
gov.nih.mipav.model.algorithms.SIFT.VlPgmImage
- Enclosing class:
SIFT
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
width
int width -
height
int heightinvalid input: '<' image width. -
max_value
int max_valueinvalid input: '<' image height. -
is_raw
int is_rawinvalid input: '<' pixel maximum value (invalid input: '<'= 2^16-1).
-
-
Constructor Details
-
VlPgmImage
public VlPgmImage()invalid input: '<' is RAW format?
-