#include <ByteConvertImage.h>
Inheritance diagram for ByteConvertImage:

Definition at line 17 of file ByteConvertImage.h.
Public Types | |
| typedef vil1_memory_image_of< vxl_byte > | base |
| typedef vxl_byte | pixel_type |
| typedef vxl_byte * | iterator |
| typedef vxl_byteconst * | const_iterator |
Public Member Functions | |
| ByteConvertImage (vil1_memory_image_of< float > const &in, bool ignore_zero=false) | |
| ByteConvertImage (vil1_memory_image_of< float > const &in, float min, float max) | |
| ByteConvertImage (vil1_memory_image_of< double > const &in, bool ignore_zero=false) | |
| ByteConvertImage (vil1_memory_image_of< double > const &in, float min, float max) | |
| void | print (vcl_ostream &) const |
| iterator | begin () |
| const_iterator | begin () const |
| iterator | end () |
| const_iterator | end () const |
| unsigned | size () const |
| vil1_memory_image_of () | |
| vil1_memory_image_of (vil1_memory_image_of< vxl_byte > const &) | |
| vil1_memory_image_of (vil1_image const &image) | |
| vil1_memory_image_of (int sizex, int sizey) | |
| vil1_memory_image_of (vxl_byte *buf, int sizex, int sizey) | |
| void | set (vil1_image const &image) |
| void | resize (int width, int height) |
| vxl_byte & | operator() (int x, int y) |
| vxl_byteconst & | operator() (int x, int y) const |
| vxl_byte * | operator[] (int y) |
| vxl_byteconst * | operator[] (int y) const |
| vxl_byte *const * | row_array () |
| vxl_byteconst *const * | row_array () const |
| vxl_byte * | get_buffer () |
| vxl_byteconst * | get_buffer () const |
| bool | in_range (int x, int y) const |
| bool | in_range (int x, int y, unsigned w, unsigned h) const |
| bool | in_range_window (int x, int y, int w) const |
| void | fill (vxl_byteconst &) |
| int | width () const |
| int | height () const |
| void | assert_size (int width, int height) const |
| void | recache_from_impl () |
| int | planes () const |
| int | components () const |
| int | bits_per_component () const |
| enum vil1_component_format | component_format () const |
| vil1_image | get_plane (unsigned int p) const |
| bool | get_section (void *buf, int x0, int y0, int wd, int ht) const |
| bool | put_section (void const *buf, int x0, int y0, int wd, int ht) |
| bool | get_property (char const *tag, void *property_value=0) const |
| bool | set_property (char const *tag, void const *property_value=0) |
| char const * | file_format () const |
| int | rows () const |
| int | cols () const |
| int | get_size_bytes () const |
| bool | operator== (vil1_image const &that) const |
| bool | operator< (vil1_image const &that) const |
| operator safe_bool () const | |
| bool | operator! () const |
| vil1_image_impl * | impl () const |
Protected Attributes | |
| int | width_ |
| int | height_ |
| void ** | rows0_ |
| vil1_image_impl * | ptr |
Private Member Functions | |
| void | filter (vil1_memory_image_of< float > const &) |
| void | filter (vil1_memory_image_of< double > const &) |
Private Attributes | |
| bool | ignore_zero_ |
| float | min_ |
| float | max_ |
|
|
Definition at line 25 of file ByteConvertImage.h. |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Definition at line 13 of file ByteConvertImage.cxx. |
|
||||||||||||||||
|
Definition at line 32 of file ByteConvertImage.cxx. |
|
||||||||||||
|
Definition at line 42 of file ByteConvertImage.cxx. |
|
||||||||||||||||
|
Definition at line 61 of file ByteConvertImage.cxx. |
|
||||||||||||
|
Reimplemented from vil1_memory_image. |
|
|
|
|
|
|
|
|
Reimplemented from vil1_memory_image. |
|
|
Reimplemented from vil1_memory_image. |
|
|
Reimplemented from vil1_memory_image. |
|
|
Reimplemented from vil1_memory_image. |
|
|
|
|
|
|
|
|
Reimplemented from vil1_memory_image. |
|
|
|
|
|
Definition at line 84 of file ByteConvertImage.cxx. |
|
|
Definition at line 71 of file ByteConvertImage.cxx. |
|
|
|
|
|
Reimplemented from vil1_memory_image. |
|
|
Reimplemented from vil1_memory_image. |
|
||||||||||||
|
Reimplemented from vil1_memory_image. |
|
||||||||||||||||||||||||
|
Reimplemented from vil1_memory_image. |
|
|
Reimplemented from vil1_memory_image. |
|
|
Reimplemented from vil1_memory_image. |
|
|
Reimplemented from vil1_memory_image. |
|
||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Reimplemented from vil1_memory_image. |
|
|
Reimplemented from vil1_memory_image. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Reimplemented from vil1_memory_image. |
|
|
Reimplemented from vil1_memory_image. |
|
|
|
|
|
|
|
|
Reimplemented from vil1_memory_image. |
|
|
Reimplemented from vil1_memory_image_of< vxl_byte >. Definition at line 98 of file ByteConvertImage.cxx. |
|
||||||||||||||||||||||||
|
Reimplemented from vil1_memory_image. |
|
|
Reimplemented from vil1_memory_image. |
|
||||||||||||
|
Reimplemented from vil1_memory_image. |
|
|
|
|
|
|
|
|
Reimplemented from vil1_memory_image. |
|
|
|
|
||||||||||||
|
Reimplemented from vil1_memory_image. |
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from vil1_memory_image. |
|
|
Reimplemented from vil1_memory_image. |
|
|
Definition at line 19 of file ByteConvertImage.h. |
|
|
Definition at line 21 of file ByteConvertImage.h. |
|
|
Definition at line 20 of file ByteConvertImage.h. |
|
|
Reimplemented from vil1_memory_image. |
|
|
Reimplemented from vil1_memory_image. |
|
|
Reimplemented from vil1_memory_image. |
1.4.4