cv::RandomizedTree Member List
This is the complete list of members for
cv::RandomizedTree, including all inherited members.
applyQuantization(int num_quant_bits) | cv::RandomizedTree | [inline] |
classes() | cv::RandomizedTree | [inline] |
DEFAULT_DEPTH | cv::RandomizedTree | [static] |
DEFAULT_REDUCED_NUM_DIM | cv::RandomizedTree | [static] |
DEFAULT_VIEWS | cv::RandomizedTree | [static] |
depth() | cv::RandomizedTree | [inline] |
discardFloatPosteriors() | cv::RandomizedTree | [inline] |
GET_LOWER_QUANT_PERC() | cv::RandomizedTree | [inline, static] |
GET_UPPER_QUANT_PERC() | cv::RandomizedTree | [inline, static] |
getPosterior(uchar *patch_data) | cv::RandomizedTree | |
getPosterior(uchar *patch_data) const | cv::RandomizedTree | |
getPosterior2(uchar *patch_data) | cv::RandomizedTree | |
getPosterior2(uchar *patch_data) const | cv::RandomizedTree | |
PATCH_SIZE | cv::RandomizedTree | [static] |
quantizeVector(float *vec, int dim, int N, float bnds[2], int clamp_mode=0) | cv::RandomizedTree | [static] |
quantizeVector(float *src, int dim, int N, float bnds[2], uchar *dst) | cv::RandomizedTree | [static] |
RandomizedTree() | cv::RandomizedTree | |
read(const char *file_name, int num_quant_bits) | cv::RandomizedTree | |
read(std::istream &is, int num_quant_bits) | cv::RandomizedTree | |
RTreeClassifier class | cv::RandomizedTree | [friend] |
savePosteriors(std::string url, bool append=false) | cv::RandomizedTree | |
savePosteriors2(std::string url, bool append=false) | cv::RandomizedTree | |
train(std::vector< BaseKeypoint > const &base_set, RNG &rng, int depth, int views, size_t reduced_num_dim, int num_quant_bits) | cv::RandomizedTree | |
train(std::vector< BaseKeypoint > const &base_set, RNG &rng, PatchGenerator &make_patch, int depth, int views, size_t reduced_num_dim, int num_quant_bits) | cv::RandomizedTree | |
write(const char *file_name) const | cv::RandomizedTree | |
write(std::ostream &os) const | cv::RandomizedTree | |
~RandomizedTree() | cv::RandomizedTree | |