Home
last modified time | relevance | path

Searched refs:bbox_t (Results 1 – 25 of 89) sorted by relevance

1234

/dports/games/bsp/bsp-5.2/
H A Dbsp.h41 void CreateBlockmap_old(const bbox_t bbox);
42 void CreateBlockmap_compressed(const bbox_t bbox);
43 extern void (*CreateBlockmap)(const bbox_t bbox);
47 void FindLimits(struct Seg *, bbox_t box);
105 struct Node *CreateNode(struct Seg *, const bbox_t bbox);
111 struct Seg *PickNode_traditional(struct Seg *, const bbox_t bbox);
112 struct Seg *PickNode_visplane(struct Seg *, const bbox_t bbox);
113 extern struct Seg *(*PickNode)(struct Seg *, const bbox_t bbox);
H A Dstructs.h115 typedef int16_t bbox_t[4]; typedef
122 bbox_t rightbox; /* bounding rectangle 1*/
123 bbox_t leftbox; /* bounding rectangle 2*/
134 bbox_t rightbox; /* bounding rectangle 1*/
135 bbox_t leftbox; /* bounding rectangle 2*/
/dports/astro/foxtrotgps/foxtrotgps-1.2.2/src/
H A Dtile_management.h7 } bbox_t; typedef
38 bbox_t
41 bbox_t
45 get_bbox_pixel(bbox_t bbox, int zoom);
48 download_maps(bbox_t bbox, int zoom_start, int zoom_end);
H A Dtile_management.c339 bbox_t bbox; in cb_download_maps()
368 download_maps(bbox_t bbox, int zoom_start, int zoom_end) in download_maps()
437 bbox_t
440 bbox_t bbox; in get_bbox()
450 bbox_t
453 bbox_t bbox; in get_bbox_deg()
464 get_bbox_pixel(bbox_t bbox, int zoom) in get_bbox_pixel()
H A Dtracks.c39 bbox_t get_track_bbox(GSList *track);
429 show_bbox (bbox_t bbox) in show_bbox()
458 bbox_t bbox; in tracks_on_file_button_release_event()
517 bbox_t
521 bbox_t bbox; in get_track_bbox()
945 bbox_t bbox; in process_fetched_track()
1066 bbox_t bbox; in fetch_track_thread()
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/include/
H A Dyolo_v2_class.hpp22 struct bbox_t { struct
272 std::vector<bbox_t> cur_bbox_vec;
448 std::vector<bbox_t> cur_bbox_vec;
570 bbox_t bbox;
629 bbox_t b = k; in set()
735 void set(bbox_t box) in set()
759 void correct(bbox_t box) { in correct()
777 bbox_t predict() { in predict()
778 bbox_t box; in predict()
985 std::vector<bbox_t> predict() in predict()
[all …]
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/build/darknet/
H A DYoloWrapper.cs24 public struct bbox_t struct in Darknet.YoloWrapper
38 public bbox_t[] candidates;
51 public bbox_t[] Detect(string filename) in Detect()
59 public bbox_t[] Detect(byte[] imageData) in Detect()
/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
120 iter->first.t() * (bbox_t.second - bbox_t.first), in test_space_time_scene_parser()
121 bbox_t.first); in test_space_time_scene_parser()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm_multi/
H A Dbstm_multi_block_metadata.h38 std::pair<double, double> bbox_t,
45 , bbox_t_(std::move(bbox_t)) in id_()
95 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/darknet/darknet-darknet_yolo_v4_pre/src/
H A Dyolo_v2_class.cpp38 std::vector<bbox_t> detection = detector->detect(filename); in detect_image()
49 std::vector<bbox_t> detection = detector->detect(image); in detect_mat()
218 LIB_API std::vector<bbox_t> Detector::detect(std::string image_filename, float thresh, bool use_mea… in detect()
269 LIB_API std::vector<bbox_t> Detector::detect(image_t img, float thresh, bool use_mean) in detect()
319 std::vector<bbox_t> bbox_vec; in detect()
328 bbox_t bbox; in detect()
357 LIB_API std::vector<bbox_t> Detector::tracking_id(std::vector<bbox_t> cur_bbox_vec, bool const chan… in tracking_id()
380 bbox_t const& k = cur_bbox_vec[m]; in tracking_id()
393 [&i](bbox_t const& b) { return b.track_id == i.track_id && b.obj_id == i.obj_id; }); in tracking_id()
H A Dyolo_console_dll.cpp46 std::vector<bbox_t> get_3d_coordinates(std::vector<bbox_t> bbox_vect, cv::Mat xyzrgba) in get_3d_coordinates()
52 std::vector<bbox_t> bbox3d_vect; in get_3d_coordinates()
146 std::vector<bbox_t> get_3d_coordinates(std::vector<bbox_t> bbox_vect, cv::Mat xyzrgba) { in get_3d_coordinates()
180 void draw_boxes(cv::Mat mat_img, std::vector<bbox_t> result_vec, std::vector<std::string> obj_names, in draw_boxes()
220 void show_console_result(std::vector<bbox_t> const result_vec, std::vector<std::string> const obj_n… in show_console_result()
394 std::vector<bbox_t> result_vec; in main()
478 std::vector<bbox_t> result_vec; in main()
514 … std::vector<bbox_t> old_result_vec = detection_data.result_vec; // use old detections in main()
522 std::vector<bbox_t> result_vec = detection_data.result_vec; in main()
661 std::vector<bbox_t> result_vec = detector.detect(mat_img); in main()
[all …]
/dports/print/psdim/psdim-1.4/src/
H A Dpsdim.h13 int psdim(char *infile, int n, bbox_t *bboxes);
14 int psdim_color(char *infile, int n, bbox_t *bboxes);
/dports/games/eureka/eureka-1.27b-source/src/
H A Dbsp.h375 bbox_t; typedef
385 bbox_t bounds;
592 seg_t *PickNode(quadtree_c *tree, int depth, const bbox_t *bbox);
595 void FindLimits2(seg_t *list, bbox_t *bbox);
647 build_result_e BuildNodes(seg_t *list, bbox_t *bounds /* output */,
/dports/games/cake/cake_src/cake/
H A Dtypes.h50 typedef int bbox_t[6]; /**< Integer bounding box (mins, maxs) */ typedef
432 bbox_t bbox; /**< Integer bounding box (order : 3 min + 3 max) */
449 bbox_t bbox; /**< Integer bounding box (order : 3 min + 3 max) */
714 bbox_t bbox; /**< bounding box */
728 bbox_t bbox;
/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/games/edge/Edge-1.35-source/glbsp/src/
H A Dseg.h76 seg_t *PickNode(superblock_t *seg_list, int depth, const bbox_t *bbox);
79 void FindLimits(superblock_t *seg_list, bbox_t *bbox);
/dports/games/xpilot/xpilot-4.5.5/src/client/
H A Dgfx2d.h46 } bbox_t; typedef
63 bbox_t *bbox;
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/
H A Dgfx2d.h52 } bbox_t; typedef
69 bbox_t *bbox;
/dports/www/netsurf/netsurf-3.10/frontends/framebuffer/
H A Dfbtk.h127 bool fbtk_clip_to_widget(fbtk_widget_t *widget, bbox_t * restrict box);
131 bool fbtk_clip_rect(const bbox_t * restrict clip, bbox_t * restrict box);
/dports/games/gtkradiant/GPL/GtkRadiant/libs/
H A Dmathlib.h329 } bbox_t; typedef
385 void aabb_for_bbox(aabb_t* aabb, const bbox_t* bbox);
392 void bbox_update_radius(bbox_t* bbox);
395 void bbox_for_oriented_aabb(bbox_t* bbox, const aabb_t* aabb,
398 int bbox_intersect_plane(const bbox_t* bbox, const vec_t* plane);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm_multi/pro/processes/
H A Dbstm_multi_describe_scene_process.cxx94 double voxel_time_range = blk.bbox_t().first - blk.bbox_t().second; in bstm_multi_describe_scene_process()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/NT/
H A Dbitmaps.c393 bbox_t *src = &xp_pixmap->picture.bbox[image]; in Bitmap_picture_scale()
394 bbox_t *dst = &xp_pixmap->bitmaps[image].bbox; in Bitmap_picture_scale()
414 bbox_t *box; in Bitmap_paint()
436 bbox_t *box; in Bitmap_paint_blended()
/dports/games/netradiant/netradiant-20150621-src/libs/
H A Dmathlib.h346 } bbox_t; typedef
402 void aabb_for_bbox( aabb_t* aabb, const bbox_t* bbox );
409 void bbox_update_radius( bbox_t* bbox );
412 void bbox_for_oriented_aabb( bbox_t* bbox, const aabb_t* aabb,
415 int bbox_intersect_plane( const bbox_t* bbox, const vec_t* plane );
/dports/cad/pcb/pcb-4.2.0/src/hid/gcode/
H A Ddecompose.c56 typedef struct bbox_s bbox_t; typedef
64 clear_bm_with_bbox (potrace_bitmap_t * bm, bbox_t * bbox) in clear_bm_with_bbox()
229 setbbox_path (bbox_t * bbox, path_t * p) in setbbox_path()
407 bbox_t bbox; in pathlist_to_tree()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/potrace/src/
H A Ddecompose.cpp81 typedef struct bbox_s bbox_t; typedef
85 static void clear_bm_with_bbox( potrace_bitmap_t* bm, bbox_t* bbox ) in clear_bm_with_bbox()
211 static void setbbox_path( bbox_t* bbox, path_t* p ) in setbbox_path()
390 bbox_t bbox; in pathlist_to_tree()

1234