Specialization for Eigen::Matrix types. More...
#include <distance.h>
Public Types | |
| typedef Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > | feature_type |
| typedef Accumulator< Scalar >::type | result_type |
| typedef Scalar | value_type |
Public Member Functions | |
| result_type | operator() (const feature_type &a, const feature_type &b) const |
Specialization for Eigen::Matrix types.
Version for raw data pointers that knows the size of the feature
Specialization for cv::Vec. Doesn't have size() so default won't work.
Definition at line 63 of file distance.h.
| typedef Eigen::Matrix<Scalar, Rows, Cols, Options, MaxRows, MaxCols> vt::distance::L2< Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > >::feature_type |
Definition at line 65 of file distance.h.
| typedef Accumulator<Scalar>::type vt::distance::L2< Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > >::result_type |
Definition at line 67 of file distance.h.
| typedef Scalar vt::distance::L2< Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > >::value_type |
Definition at line 66 of file distance.h.
| result_type vt::distance::L2< Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > >::operator() | ( | const feature_type & | a, | |
| const feature_type & | b | |||
| ) | const [inline] |
Definition at line 69 of file distance.h.