Home
last modified time | relevance | path

Searched defs:intersectionArea (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/samples/cpp/
H A DintersectExample.cpp60 static void drawDescription(Mat &image, int intersectionArea, string description, Point origin) in drawDescription()
71 float intersectionArea; in intersectConvexExample() local
/dports/math/jts/jts-jts-1.18.1/modules/lab/src/main/java/org/locationtech/jtslab/
H A DEdgeRayFunctions.java12 public static double intersectionArea(Geometry geom0, Geometry geom1) { in intersectionArea() method in EdgeRayFunctions
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/metrics/
H A Dnon_maximal_supression_impl.hpp113 BoundingBoxesType intersectionArea = arma::clamp(x2 - x1, 0.0, DBL_MAX) % in Evaluate() local
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/schemes/
H A Ddgelliptic.hh302 const double intersectionArea = intersectionGeometry.volume(); in apply() local
378 const double intersectionArea = intersectionGeometry.volume(); in apply() local
550 const double intersectionArea = intersectionGeometry.volume(); in apply() local
658 const double intersectionArea = intersectionGeometry.volume(); in apply() local
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DCPUNonMaxSuppressionV2.cpp45 const float intersectionArea = std::max<float>(intersectionYMax - intersectionYMin, 0.0) * in IOU() local
H A DCPUDetectionOutput.cpp49 static inline float intersectionArea(const score_box_t& a, const score_box_t& b) { in intersectionArea() function
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dtypes.cpp136 float intersectionArea = segmentAreaA + segmentAreaB - triangleAreaA - triangleAreaB; in overlap() local
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DDOMIntersectionObserver.cpp391 double intersectionArea = !intersectionRect ? in Update() local
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/j3d/
H A DWall3D.java299 Area intersectionArea = new Area(wallShape); in createWallGeometries() local
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DDOMIntersectionObserver.cpp423 int64_t intersectionArea = !intersectionRect in Update() local
/dports/databases/tile38/tile38-1.12.0/index/rtreebase/
H A Dbase.go130 func (node *treeNode) intersectionArea(b *treeNode) float64 { func
/dports/irc/ergo/ergo-2.8.0/vendor/github.com/tidwall/rtred/base/
H A Drtree.go102 func (node *treeNode) intersectionArea(b *treeNode) float64 { func
/dports/misc/mnn/MNN-1.2.0/source/backend/tensorrt/execution/plugin/
H A DDetectionPostProcessPlugin.cu80 const float intersectionArea = max(intersectionYMax - intersectionYMin, 0.0) * in IOU() local
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDOMIntersectionObserver.cpp594 int64_t intersectionArea = !intersectionRect in Update() local
/dports/www/firefox/firefox-99.0/dom/base/
H A DDOMIntersectionObserver.cpp661 int64_t intersectionArea = !intersectionRect in Update() local
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDOMIntersectionObserver.cpp657 int64_t intersectionArea = !intersectionRect in Update() local
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDOMIntersectionObserver.cpp657 int64_t intersectionArea = !intersectionRect in Update() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsrasteranalysisutils.cpp152 double intersectionArea = intersectGeometry.area(); in statisticsFromPreciseIntersection() local
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/adt/
H A Darea.c86 intersectionArea(Area a, Area b) in intersectionArea() function
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsrasteranalysisutils.cpp152 const double intersectionArea = intersectGeometry.area(); in statisticsFromPreciseIntersection() local
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dipspot.cc322 Rectangle intersectionArea; member in rtengine::SpotBox
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/LLVMIRCodeGen/libjit/
H A Dlibjit.cpp1231 float intersectionArea = MAX((0.0f), xMax - xMin) * MAX((0.0f), yMax - yMin); in checkIOU() local
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/Interpreter/
H A DInterpreterNodes.cpp5254 float intersectionArea = in doIOU() local