#include <sdet_texture_classifier.h>
Public Member Functions | |
sdet_neighbor_less (vnl_vector< double > const &query) | |
bool | operator() (sdet_neighbor const &na, sdet_neighbor const &nb) const |
Private Attributes | |
vnl_vector< double > | query_ |
Definition at line 70 of file sdet_texture_classifier.h.
sdet_neighbor_less::sdet_neighbor_less | ( | vnl_vector< double > const & | query | ) | [inline] |
Definition at line 73 of file sdet_texture_classifier.h.
bool sdet_neighbor_less::operator() | ( | sdet_neighbor const & | na, |
sdet_neighbor const & | nb | ||
) | const [inline] |
Definition at line 75 of file sdet_texture_classifier.h.
vnl_vector<double> sdet_neighbor_less::query_ [private] |
Definition at line 82 of file sdet_texture_classifier.h.