/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/vsph/ |
H A D | vsph_sph_box_2d.h | 38 class vsph_sph_box_2d 42 vsph_sph_box_2d(); 44 vsph_sph_box_2d(bool in_radians); 46 vsph_sph_box_2d(const vsph_sph_box_2d& sbox); 57 ~vsph_sph_box_2d() = default; 62 vsph_sph_box_2d& operator= (const vsph_sph_box_2d & rhs); 90 bool operator==(const vsph_sph_box_2d& other) const; 102 bool contains(vsph_sph_box_2d const& b) const; 113 vsph_sph_box_2d transform(double t_theta, 182 bool intersection(vsph_sph_box_2d const& b1, vsph_sph_box_2d const& b2, [all …]
|
H A D | vsph_sph_box_2d.cxx | 83 vsph_sph_box_2d::vsph_sph_box_2d(): in_radians_(true) in vsph_sph_box_2d() function in vsph_sph_box_2d 89 vsph_sph_box_2d::vsph_sph_box_2d(bool in_radians): in_radians_(in_radians) in vsph_sph_box_2d() function in vsph_sph_box_2d 96 vsph_sph_box_2d::vsph_sph_box_2d(const vsph_sph_box_2d& sbox) in vsph_sph_box_2d() function in vsph_sph_box_2d 109 vsph_sph_box_2d::vsph_sph_box_2d(vsph_sph_point_2d const& pa, in vsph_sph_box_2d() function in vsph_sph_box_2d 239 vsph_sph_box_2d& vsph_sph_box_2d::operator= (const vsph_sph_box_2d & rhs) in operator =() 457 bool vsph_sph_box_2d::operator==(const vsph_sph_box_2d& other) const in operator ==() 497 bool vsph_sph_box_2d::contains(vsph_sph_box_2d const& b) const in contains() 543 vsph_sph_box_2d vsph_sph_box_2d::transform(double t_theta, in transform() 596 vsph_sph_box_2d vsph_sph_box_2d::transform(double t_theta, double t_phi, in transform() 902 bool intersection(vsph_sph_box_2d const& b1, vsph_sph_box_2d const& b2, [all …]
|
H A D | vsph_sph_cover_2d.h | 35 cover_el(vsph_sph_box_2d const& box, double frac_in) in cover_el() 39 vsph_sph_box_2d box_; 48 vsph_sph_cover_2d(vsph_sph_box_2d const& region_bb, 54 const vsph_sph_box_2d& cover_bb() const {return cover_bb_;} in cover_bb() 72 double inside_area(vsph_sph_box_2d const& bb, 76 vsph_sph_box_2d cover_bb_;
|
H A D | vsph_sph_cover_2d.cxx | 10 inside_area(vsph_sph_box_2d const& bb, in inside_area() 22 vsph_sph_cover_2d(vsph_sph_box_2d const& cover_bb, in vsph_sph_cover_2d() 52 std::vector<vsph_sph_box_2d> sub_regions; in vsph_sph_cover_2d() 101 vsph_sph_box_2d tbox = (cit.box_).transform(t_theta, t_phi, scale, in transform() 121 const vsph_sph_box_2d& b1 = cels1[i].box_; in intersection() 123 const vsph_sph_box_2d& b2 = cels2[j].box_; in intersection() 127 std::vector<vsph_sph_box_2d> boxes; in intersection() 163 const vsph_sph_box_2d& b1 = cels1[i].box_; in intersection_area() 165 const vsph_sph_box_2d& b2 = cels2[j].box_; in intersection_area()
|
H A D | vsph_utils.h | 67 …static vsph_sph_box_2d box_from_camera(vpgl_perspective_camera<double> const& cam, const std::stri… 77 static double sph_inter_area(vsph_sph_box_2d const& b1, vsph_sph_box_2d const& b2);
|
H A D | vsph_unit_sphere.h | 128 vsph_sph_box_2d const& mask = vsph_sph_box_2d()) const; 135 vsph_sph_box_2d const& mask = vsph_sph_box_2d()) const; 140 std::vector<vsph_sph_box_2d> const& boxes,
|
H A D | vsph_segment_sphere.h | 28 const std::map<int, vsph_sph_box_2d> region_boxes() const {return bboxes_;} in region_boxes() 57 std::map<int, vsph_sph_box_2d> bboxes_;
|
H A D | vsph_utils.cxx | 83 double vsph_utils::sph_inter_area(vsph_sph_box_2d const& b1, vsph_sph_box_2d const& b2) in sph_inter_area() 281 vsph_sph_box_2d vsph_utils::box_from_camera(vpgl_perspective_camera<double> const& cam, const std::… in box_from_camera() 302 vsph_sph_box_2d box(p1, p0, p4); in box_from_camera()
|
H A D | vsph_unit_sphere.cxx | 586 vsph_sph_box_2d const& mask ) const in display_data() 651 vsph_sph_box_2d const& mask) const in display_color() 692 std::vector<vsph_sph_box_2d> const& boxes, in display_boxes() 712 const vsph_sph_box_2d& box = boxes[i]; in display_boxes()
|
H A D | vsph_segment_sphere.cxx | 209 vsph_sph_box_2d rbox; in extract_region_bounding_boxes()
|
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/vsph/tests/ |
H A D | test_sph_geom.cxx | 82 vsph_sph_box_2d bb_ext(p10, p12, p11); in test_sph_geom() 90 vsph_sph_box_2d bb_inc(false); in test_sph_geom() 94 vsph_sph_box_2d bb_inc_cut(false); in test_sph_geom() 110 vsph_sph_box_2d bb(p0, p1, pc); in test_sph_geom() 139 std::vector<vsph_sph_box_2d> boxes; in test_sph_geom() 141 vsph_sph_box_2d bint; in test_sph_geom() 163 vsph_sph_box_2d bint_cross; in test_sph_geom() 167 vsph_sph_box_2d bint_cross_rev; in test_sph_geom() 230 vsph_sph_box_2d grok; in test_sph_geom() 266 vsph_sph_box_2d prod_a, prod_b; in test_sph_geom() [all …]
|
H A D | test_sph_segment.cxx | 88 const std::map<int, vsph_sph_box_2d>& boxes = seg.region_boxes(); in test_sph_segment() 89 std::vector<vsph_sph_box_2d> dboxes; in test_sph_segment() 90 std::map<int, vsph_sph_box_2d>::const_iterator bit = boxes.begin(); in test_sph_segment() 100 vsph_sph_box_2d::display_boxes(test_path, dboxes, colors, tol); in test_sph_segment() 121 const std::map<int, vsph_sph_box_2d>& boxes = seg.region_boxes(); in test_sph_segment() 122 std::vector<vsph_sph_box_2d> dboxes; in test_sph_segment() 123 std::map<int, vsph_sph_box_2d>::const_iterator bit = boxes.begin(); in test_sph_segment() 133 vsph_sph_box_2d::display_boxes(seg_path_boxes, dboxes, colors, tol); in test_sph_segment()
|
H A D | test_sph_cover.cxx | 25 vsph_sph_box_2d bb_a(p10, p12, p11); in test_sph_cover() 26 vsph_sph_box_2d bb_b(p19, p13, p11); in test_sph_cover() 28 std::vector<vsph_sph_box_2d> boxes_a, boxes_b, boxes_int; in test_sph_cover()
|
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/volm/ |
H A D | boxm2_volm_matcher_p0.cxx | 36 std::vector<vsph_sph_box_2d> xfomred_boxes; in boxm2_volm_matcher_p0() 37 vsph_sph_box_2d imbox; in boxm2_volm_matcher_p0() 45 vsph_sph_box_2d imbox_xfomred = imbox.transform(camera.tilt_-cam_space_->tilt_mid(), in boxm2_volm_matcher_p0() 54 vsph_sph_box_2d qbox = query_region.bbox_ref(); in boxm2_volm_matcher_p0() 56 vsph_sph_box_2d qbox_xfomred = qbox.transform(camera.tilt_-cam_space_->tilt_mid(), in boxm2_volm_matcher_p0() 97 vsph_sph_box_2d qbox_xfomred = query_xformed_boxes_[iter->cam_index()][i]; in match() 156 …m_spherical_regions_layer & q_regions, camera_space_iterator & iter, vsph_sph_box_2d & imbox_xfomr… in match_order() 182 vsph_sph_box_2d qbox_xfomred = query_xformed_boxes_[iter->cam_index()][i]; in match_order()
|
H A D | boxm2_volm_matcher_p0.h | 26 …, volm_spherical_regions_layer & q_regions, camera_space_iterator & iter, vsph_sph_box_2d & imbox); 35 std::map<unsigned int, std::vector<vsph_sph_box_2d> > query_xformed_boxes_; 36 std::map<unsigned int,vsph_sph_box_2d > imbox_xformed_;
|
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/ |
H A D | volm_spherical_query_region.h | 40 const vsph_sph_box_2d& bbox_ref() {return box_;} in bbox_ref() 41 vsph_sph_box_2d& bbox() {return box_;} in bbox() 52 vsph_sph_box_2d box_;
|
H A D | volm_spherical_region.h | 42 volm_spherical_region(vsph_sph_box_2d box):box_(box){} in volm_spherical_region() 44 const vsph_sph_box_2d& bbox_ref() {return box_;} in bbox_ref() 62 vsph_sph_box_2d box_;
|
H A D | volm_spherical_index_query_matcher.cxx | 33 vsph_sph_box_2d qbox = query_region.bbox_ref(); in match() 35 vsph_sph_box_2d qbox_xfomred = qbox.transform(camera.tilt_-cam_space_->tilt_mid(), in match() 52 std::vector<vsph_sph_box_2d> intersection_box ; in match()
|
H A D | volm_spherical_region_index.cxx | 60 const std::map<int, vsph_sph_box_2d>& boxes = seg_->region_boxes(); in volm_spherical_region_index() 100 vsph_sph_box_2d box2d; in volm_spherical_region_index() 110 vsph_sph_box_2d box2d; in volm_spherical_region_index() 119 vsph_sph_box_2d box2d; in volm_spherical_region_index() 128 vsph_sph_box_2d box2d; in volm_spherical_region_index() 177 const std::map<int, vsph_sph_box_2d> boxes = seg_->region_boxes(); in volm_spherical_region_index()
|
H A D | volm_spherical_region_query.cxx | 31 vsph_sph_box_2d bbox; in set_from_depth_map_region() 80 vsph_sph_box_2d bbox; in set_ground_from_depth_map_region() 107 vsph_sph_box_2d bbox; in set_sky_from_depth_map_region()
|
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/betr/ |
H A D | betr_geo_box_3d.h | 21 sph_box_ = vsph_sph_box_2d(false);//assert units are degrees in betr_geo_box_3d() 64 vsph_sph_box_2d sph_box_;
|
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/tests/ |
H A D | test_spherical_region.cxx | 9 vsph_sph_box_2d box(true); in test_spherical_region()
|