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

Method FindPicExTh

libop/image/ImageSearchAlgorithms.cpp:851–856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849}
850
851long ImageSearchAlgorithms::FindPicExTh(std::vector<Image *> &pics, color_t dfcolor, double sim, long dir, vpoint_desc_t &vpd) {
852 std::vector<PicMatchTemplate> prepared;
853 std::vector<PicMatchTemplate *> views;
854 prepare_pic_views(pics, prepared, views);
855 return FindPicExTh(views, dfcolor, sim, dir, vpd);
856}
857
858long ImageSearchAlgorithms::FindPicExTh(std::vector<PicMatchTemplate *> &pics, color_t dfcolor, double sim, long dir,
859 vpoint_desc_t &vpd) {

Callers

nothing calls this directly

Calls 14

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

Tested by

no test coverage detected