Function to sample a point at each level of an image pyramid. More...
#include <vimt/vimt_image_pyramid.h>#include <vimt/vimt_image_2d_of.h>#include <vgl/vgl_point_2d.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. | |
Function to sample a point at each level of an image pyramid.
Definition in file vimt_pyramid_values_at_point.h.
| 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.
| samples,: | Filled with image_pyr.n_levels() values |
| dummy,: | Used to define type of image pyramid |
Definition at line 17 of file vimt_pyramid_values_at_point.h.
1.7.5.1