#include "rgrl_matcher_pseudo.h"
#include <rgrl/rgrl_feature_face_region.h>
#include <rgrl/rgrl_feature_trace_region.h>
#include <rgrl/rgrl_feature_point_region.h>
#include <rgrl/rgrl_match_set.h>
#include <rgrl/rgrl_cast.h>
#include <rgrl/rgrl_macros.h>
#include <vnl/vnl_matrix.h>
#include <vnl/vnl_math.h>
#include <vnl/vnl_inverse.h>
#include <vil/vil_bilin_interp.h>
#include <vcl_cassert.h>
Go to the source code of this file.
Defines | |
#define | rgrl_matcher_pseudo_txx_ |
Functions | |
template<class PixelType > | |
bool | in_range (vil_image_view< PixelType > const &image, rgrl_mask_sptr const &mask, vnl_double_2 const &location) |
template<class PixelType > | |
bool | in_range (vil_image_view< PixelType > const &image, rgrl_mask_sptr const &mask, vnl_vector< double > const &location) |
double | rgrl_matcher_pseudo_sub_pixel (vcl_vector< double > const &responses) |
#define rgrl_matcher_pseudo_txx_ |
Definition at line 2 of file rgrl_matcher_pseudo.txx.
bool in_range | ( | vil_image_view< PixelType > const & | image, |
rgrl_mask_sptr const & | mask, | ||
vnl_double_2 const & | location | ||
) | [inline] |
Definition at line 23 of file rgrl_matcher_pseudo.txx.
bool in_range | ( | vil_image_view< PixelType > const & | image, |
rgrl_mask_sptr const & | mask, | ||
vnl_vector< double > const & | location | ||
) | [inline] |
Definition at line 39 of file rgrl_matcher_pseudo.txx.
double rgrl_matcher_pseudo_sub_pixel | ( | vcl_vector< double > const & | responses | ) | [inline] |
Definition at line 346 of file rgrl_matcher_pseudo.txx.