#include <vsrl_3d_output.h>
Definition at line 19 of file vsrl_3d_output.h.
Public Member Functions | |
| vsrl_3d_output (const vil1_image &im1, const vil1_image &im2) | |
| ~vsrl_3d_output () | |
| void | set_matcher (vsrl_dense_matcher *matcher) |
| void | set_projective_transform (vnl_matrix< double > &H) |
| void | read_projective_transform (const char *filename) |
| void | write_output (const char *filename) |
| vil1_memory_image_of< double > | get_double_range_image () |
| vil1_memory_image_of< unsigned char > | get_unsigned_range_image () |
Public Attributes | |
| vil1_memory_image_of< double > | range_image_ |
| vil1_memory_image_of< unsigned char > | rimage_ |
Private Member Functions | |
| bool | non_valid_point (int x, int y) |
| void | write_disparity_image (const char *filename, vsrl_diffusion *diff) |
Private Attributes | |
| vsrl_dense_matcher * | matcher_ |
| vil1_memory_image_of< int > | buffer1_ |
| vil1_memory_image_of< int > | buffer2_ |
| vnl_matrix< double > | H_ |
| vsrl_image_correlation | image_correlation_ |
| vil1_image | image1_ |
| vil1_image | image2_ |
|
||||||||||||
|
Definition at line 16 of file vsrl_3d_output.cxx. |
|
|
Definition at line 33 of file vsrl_3d_output.cxx. |
|
|
Definition at line 64 of file vsrl_3d_output.h. |
|
|
Definition at line 65 of file vsrl_3d_output.h. |
|
||||||||||||
|
Definition at line 322 of file vsrl_3d_output.cxx. |
|
|
Definition at line 280 of file vsrl_3d_output.cxx. |
|
|
Definition at line 39 of file vsrl_3d_output.cxx. |
|
|
Definition at line 47 of file vsrl_3d_output.cxx. |
|
||||||||||||
|
Definition at line 336 of file vsrl_3d_output.cxx. |
|
|
Definition at line 54 of file vsrl_3d_output.cxx. |
|
|
Definition at line 27 of file vsrl_3d_output.h. |
|
|
Definition at line 28 of file vsrl_3d_output.h. |
|
|
Definition at line 33 of file vsrl_3d_output.h. |
|
|
Definition at line 37 of file vsrl_3d_output.h. |
|
|
Definition at line 38 of file vsrl_3d_output.h. |
|
|
Definition at line 35 of file vsrl_3d_output.h. |
|
|
Definition at line 23 of file vsrl_3d_output.h. |
|
|
Definition at line 67 of file vsrl_3d_output.h. |
|
|
Definition at line 68 of file vsrl_3d_output.h. |
1.4.4