diccoarsefine.hpp¶
-
namespace coarsefine¶
Functions
-
std::vector<double> downsample(const double *img, int width, int height)¶
-
bool extract_subset(const double *img, int img_w, int img_h, int cx, int cy, int ss_size, std::vector<double> &patch)¶
-
CoarseToFineResult coarse_to_fine_search(const double *img_ref, const double *img_def, int img_w, int img_h, int center_x, int center_y, int ss_size, int max_displacement, bool subpx = true, const std::string &peak_method = "GAUSSIAN_2D")¶
-
struct CoarseToFineResult¶
-
std::vector<double> downsample(const double *img, int width, int height)¶