|
typedef double | ElementType |
|
typedef double | ResultType |
|
typedef bool | is_kdtree_distance |
|
typedef double | ElementType |
|
typedef double | ResultType |
|
typedef double | ElementType |
|
typedef double | ResultType |
|
|
| LSCVDist (const string &_name, const bool _approx_dist_feat, const int _n_bins, const int _n_sub_regions_x, const int _n_sub_regions_y, const int _n_sub_regions, const unsigned int _n_pix, const unsigned int _resx, const unsigned int _resy, const MatrixX2i *_sub_region_x, const MatrixX2i *_sub_region_y, const MatrixXd *_sub_region_wts, const MatrixXi *_subregion_idx, const ColPivHouseholderQR< MatrixX2d > *_intensity_vals_dec) |
|
double | operator() (const double *a, const double *b, size_t size, double worst_dist=-1) const override |
| computes the distance / dissimilarity between two patches where each is codified or represented by a suitable distance feature computed using updateDistFeat
|
|
| SSDBaseDist (const string &_name) |
|
double | operator() (const double *a, const double *b, size_t size, double worst_dist=-1) const override |
| Squared Euclidean distance functor, optimized version. More...
|
|
double | accum_dist (const double &a, const double &b, int) const |
| Partial euclidean distance, using just one dimension. More...
|
|
| AMDist (const string &_name) |
|
The documentation for this struct was generated from the following file: