Class SIFT.VlPgmImage

  • Enclosing class:
    SIFT

    class SIFT.VlPgmImage
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      VlPgmImage()
      < is RAW format?
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • width

        int width
      • height

        int height
        < image width.
      • max_value

        int max_value
        < image height.
      • is_raw

        int is_raw
        < pixel maximum value (<= 2^16-1).
    • Constructor Detail

      • VlPgmImage

        public VlPgmImage()
        < is RAW format?