Definition in file vimt_pyramid_values_at_point.h.
#include <vimt/vimt_image_pyramid.h>
Go to the source code of this file.
Functions | |
| template<class T> | |
| void | vimt_pyramid_values_at_point (const vimt_image_pyramid &image_pyr, vgl_point_2d< double > p, vcl_vector< double > &samples, T dummy, int plane=0) |
| Use bilinear to sample from each level of the image pyramid. | |
|
||||||||||||||||||||||||||||
|
Use bilinear to sample from each level of the image pyramid.
Definition at line 15 of file vimt_pyramid_values_at_point.h. |
1.4.4