MCPcopy Create free account
hub / github.com/WallBreaker2/op / FindPicTh

Method FindPicTh

libop/image/ImageSearchAlgorithms.cpp:736–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734}
735
736long ImageSearchAlgorithms::FindPicTh(std::vector<Image *> &pics, color_t dfcolor, double sim, long dir, long &x, long &y) {
737 std::vector<PicMatchTemplate> prepared;
738 std::vector<PicMatchTemplate *> views;
739 prepare_pic_views(pics, prepared, views);
740 return FindPicTh(views, dfcolor, sim, dir, x, y);
741}
742
743long ImageSearchAlgorithms::FindPicTh(std::vector<PicMatchTemplate *> &pics, color_t dfcolor, double sim, long dir,
744 long &x, long &y) {

Callers

nothing calls this directly

Calls 14

prepare_pic_viewsFunction · 0.85
scan_block_countFunction · 0.85
for_each_scan_pointFunction · 0.85
point_tClass · 0.85
point_precedes_in_dirFunction · 0.85
fromImage4Method · 0.80
widthMethod · 0.80
heightMethod · 0.80
getThreadNumMethod · 0.80
divideBlockMethod · 0.80
enqueueMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected