Class SIFT.VlPgmImage

java.lang.Object
gov.nih.mipav.model.algorithms.SIFT.VlPgmImage
Enclosing class:
SIFT

class SIFT.VlPgmImage extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) int
    invalid input: '<' image width.
    (package private) int
    invalid input: '<' pixel maximum value (invalid input: '<'= 2^16-1).
    (package private) int
    invalid input: '<' image height.
    (package private) int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    invalid input: '<' is RAW format?
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • width

      int width
    • height

      int height
      invalid input: '<' image width.
    • max_value

      int max_value
      invalid input: '<' image height.
    • is_raw

      int is_raw
      invalid input: '<' pixel maximum value (invalid input: '<'= 2^16-1).
  • Constructor Details

    • VlPgmImage

      public VlPgmImage()
      invalid input: '<' is RAW format?