Home
last modified time | relevance | path

Searched refs:dets1 (Results 1 – 10 of 10) sorted by relevance

/dports/science/py-dlib/dlib-19.22/dlib/test/
H A Dscan_image.cpp627 std::vector<std::pair<double,point> > dets1, dets2; in test_scan_images_movable_parts() local
658 … scan_image_movable_parts(dets1,images,window,fixed_rects,movable_rects,thresh, max_dets); in test_scan_images_movable_parts()
662 dlog << LINFO << "regular dets: " << dets1.size(); in test_scan_images_movable_parts()
664 DLIB_TEST(dets1.size() == dets2.size()); in test_scan_images_movable_parts()
668 for (unsigned long i = 0; i < dets1.size(); ++i) in test_scan_images_movable_parts()
670 const point p = dets1[i].second; in test_scan_images_movable_parts()
671 check[p.y()][p.x()] = dets1[i].first; in test_scan_images_movable_parts()
H A Dobject_detector.cpp415 std::vector<rectangle> dets1 = evaluate_detectors(detectors, images[0]); in test_fhog_pyramid() local
417 DLIB_TEST(dets1.size() > 0); in test_fhog_pyramid()
418 DLIB_TEST(dets2.size()*3 == dets1.size()); in test_fhog_pyramid()
420 for (unsigned long i = 0; i < dets1.size(); ++i) in test_fhog_pyramid()
422 if (!d1.is_member(dets1[i])) in test_fhog_pyramid()
423 d1.add(dets1[i]); in test_fhog_pyramid()
/dports/science/dlib-cpp/dlib-19.22/dlib/test/
H A Dscan_image.cpp627 std::vector<std::pair<double,point> > dets1, dets2; in test_scan_images_movable_parts() local
658 … scan_image_movable_parts(dets1,images,window,fixed_rects,movable_rects,thresh, max_dets); in test_scan_images_movable_parts()
662 dlog << LINFO << "regular dets: " << dets1.size(); in test_scan_images_movable_parts()
664 DLIB_TEST(dets1.size() == dets2.size()); in test_scan_images_movable_parts()
668 for (unsigned long i = 0; i < dets1.size(); ++i) in test_scan_images_movable_parts()
670 const point p = dets1[i].second; in test_scan_images_movable_parts()
671 check[p.y()][p.x()] = dets1[i].first; in test_scan_images_movable_parts()
H A Dobject_detector.cpp415 std::vector<rectangle> dets1 = evaluate_detectors(detectors, images[0]); in test_fhog_pyramid() local
417 DLIB_TEST(dets1.size() > 0); in test_fhog_pyramid()
418 DLIB_TEST(dets2.size()*3 == dets1.size()); in test_fhog_pyramid()
420 for (unsigned long i = 0; i < dets1.size(); ++i) in test_fhog_pyramid()
422 if (!d1.is_member(dets1[i])) in test_fhog_pyramid()
423 d1.add(dets1[i]); in test_fhog_pyramid()
/dports/www/matomo/piwik/core/DataTable/
H A DRow.php747 $dets1 = $row1->getMetadata();
750 ksort($dets1);
753 if ($dets1 != $dets2) {
/dports/math/freefem++/FreeFem-sources-4.6/src/bamglib/
H A DMesh2.cpp919 int SwapForForcingEdge(Vertex *&pva, Vertex *&pvb, TriangleAdjacent &tt1, Icoor2 &dets1, in SwapForForcingEdge() argument
945 assert(wdets1 == dets1); in SwapForForcingEdge()
986 if ((dets1 <= 0 && dets2 <= 0) || (dets2 >= 0 && detsb >= 0)) in SwapForForcingEdge()
996 << " if2 = " << ((dets1 <= 0 && dets2 <= 0) || (dets2 >= 0 && detsb >= 0)) << endl; in SwapForForcingEdge()
1019 dets1 = ToSwap ? dets1 : detsa; in SwapForForcingEdge()
1023 dets1 = ToSwap ? dets1 : detsb; in SwapForForcingEdge()
1032 Exchange(dets1, dets2); in SwapForForcingEdge()
1034 dets1 = -dets1; in SwapForForcingEdge()
1041 dets1 = (ToSwap ? dets1 : detsa); in SwapForForcingEdge()
1045 dets1 = (ToSwap ? dets1 : detsb); in SwapForForcingEdge()
H A DMesh2.h1343 int SwapForForcingEdge(Vertex *&pva, Vertex *&pvb, TriangleAdjacent &tt1, Icoor2 &dets1,
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/bamg/bamglib/
H A DMesh2.cpp917 TriangleAdjacent & tt1,Icoor2 & dets1, Icoor2 & detsa,Icoor2 & detsb, int & NbSwap) in SwapForForcingEdge() argument
943 assert(wdets1 == dets1); in SwapForForcingEdge()
985 if ((dets1 <=0 && dets2 <=0) || (dets2 >=0 && detsb >=0)) in SwapForForcingEdge()
995 << " if2 = " << ((dets1 <=0 && dets2 <=0) || (dets2 >=0 && detsb >=0)) << endl; in SwapForForcingEdge()
1019 dets1 = ToSwap ? dets1 : detsa ; in SwapForForcingEdge()
1023 dets1 = ToSwap ? dets1 : detsb ; in SwapForForcingEdge()
1033 Exchange(dets1,dets2); in SwapForForcingEdge()
1035 dets1=-dets1; in SwapForForcingEdge()
1042 dets1 = (ToSwap ? dets1 : detsa) ; in SwapForForcingEdge()
1046 dets1 = (ToSwap ? dets1 : detsb) ; in SwapForForcingEdge()
H A DMesh2.h1328 TriangleAdjacent & tt1,Icoor2 & dets1,
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/cmake/
H A DSourcesDALTON.cmake607 DALTON/sirius/dets1.F