Home
last modified time | relevance | path

Searched defs:bbox_t (Results 1 – 25 of 28) sorted by relevance

12

/dports/misc/darknet/darknet-darknet_yolo_v4_pre/build/darknet/
H A DYoloWrapper.cs24 public struct bbox_t struct in Darknet.YoloWrapper
26 … public UInt32 x, y, w, h; // (x,y) - top-left corner, (w, h) - width & height of bounded box field
27 … public float prob; // confidence - probability that the object was found correctly
28 public UInt32 obj_id; // class of object - from range [0, classes-1]
29 … public UInt32 track_id; // tracking id for video (0 - untracked, 1 - inf - tracked object)
30 public UInt32 frames_counter;
31 public float x_3d, y_3d, z_3d; // 3-D coordinates, if there is used 3D-stereo camera
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm_multi/
H A Dbstm_multi_block_metadata.h95 void bbox_t(double &min_t, double &max_t) const { in bbox_t() function
99 std::pair<double, double> bbox_t() const { return bbox_t_; } in bbox_t() function
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/
H A Dbstm_block_metadata.h122 …void bbox_t(double& min_t, double& max_t) const {min_t = local_origin_t_; max_t = local_origin_t… in bbox_t() function
123 …std::pair<double, double> bbox_t() const { std::pair<double,double> p; bbox_t(p.first, p.second); … in bbox_t() function
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/include/
H A Dyolo_v2_class.hpp22 struct bbox_t { struct
39 bbox_t candidates[C_SHARP_MAX_OBJECTS]; argument
/dports/www/netsurf/netsurf-3.10/frontends/windows/
H A Dgui.h48 } bbox_t; typedef
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm_multi/tests/
H A Dtest_space_time_scene_parser.cxx117 std::pair<double, double> bbox_t = iter->second.bbox_t(); in test_space_time_scene_parser() local
/dports/astro/foxtrotgps/foxtrotgps-1.2.2/src/
H A Dtile_management.h7 } bbox_t; typedef
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/
H A Dgfx2d.h52 } bbox_t; typedef
/dports/games/xpilot/xpilot-4.5.5/src/client/
H A Dgfx2d.h46 } bbox_t; typedef
/dports/www/netsurf/netsurf-3.10/frontends/framebuffer/
H A Dgui.h28 typedef struct nsfb_bbox_s bbox_t; typedef
/dports/print/psdim/psdim-1.4/src/
H A Dmain.h40 typedef struct bbox_s bbox_t; typedef
/dports/devel/liblas12/libLAS-1.2.1/test/unit/
H A Dlasreader_iterator_test.cpp376 typedef liblas::detail::Extents<double> bbox_t; in test() typedef
/dports/cad/pcb/pcb-4.2.0/src/hid/gcode/
H A Ddecompose.c56 typedef struct bbox_s bbox_t; typedef
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/potrace/src/
H A Ddecompose.cpp81 typedef struct bbox_s bbox_t; typedef
/dports/graphics/libpotrace/potrace-1.16/src/
H A Ddecompose.c71 typedef struct bbox_s bbox_t; typedef
/dports/devel/liblas/libLAS-1.8.1/test/unit/
H A Dreader_iterator_test.cpp384 typedef liblas::Bounds<double> bbox_t; in test() typedef
/dports/graphics/potrace/potrace-1.16/src/
H A Ddecompose.c71 typedef struct bbox_s bbox_t; typedef
/dports/games/gtkradiant/GPL/GtkRadiant/libs/
H A Dmathlib.h329 } bbox_t; typedef
/dports/games/netradiant/netradiant-20150621-src/libs/
H A Dmathlib.h346 } bbox_t; typedef
/dports/games/eureka/eureka-1.27b-source/src/
H A Dbsp.h375 bbox_t; typedef
/dports/games/bsp/bsp-5.2/
H A Dstructs.h115 typedef int16_t bbox_t[4]; typedef
/dports/games/glbsp/glbsp-2.20/
H A Dlevel.h298 bbox_t; typedef
/dports/games/edge/Edge-1.35-source/glbsp/src/
H A Dlevel.h299 bbox_t; typedef
/dports/games/vavoom/vavoom-1.33/utils/glbsp/
H A Dlevel.h299 bbox_t; typedef
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dtextrenderer.c203 } bbox_t; typedef

12