Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vimt_pyramid_values_at_point.h File Reference


Detailed Description

Function to sample a point at each level of an image pyramid.

Author:
Tim Cootes

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.


Function Documentation

template<class T>
void vimt_pyramid_values_at_point const vimt_image_pyramid image_pyr,
vgl_point_2d< double >  p,
vcl_vector< double > &  samples,
dummy,
int  plane = 0
 

Use bilinear to sample from each level of the image pyramid.

Parameters:
samples,: Filled with image_pyr.n_levels() values
dummy,: Used to define type of image pyramid

Definition at line 15 of file vimt_pyramid_values_at_point.h.


Generated on Thu Jan 10 14:43:58 2008 for contrib/mul/vimt by  doxygen 1.4.4