Home
last modified time | relevance | path

Searched refs:vpgl_scale_offset (Results 1 – 12 of 12) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/core/vpgl/algo/tests/
H A Dtest_camera_convert.cxx53 vpgl_scale_offset<double> sox(0.0347, -71.4049); in construct_rational_camera()
54 vpgl_scale_offset<double> soy(0.0219, 41.8216); in construct_rational_camera()
55 vpgl_scale_offset<double> soz(501, -30); in construct_rational_camera()
56 vpgl_scale_offset<double> sou(4764, 4693); in construct_rational_camera()
57 vpgl_scale_offset<double> sov(4221, 3921); in construct_rational_camera()
58 std::vector<vpgl_scale_offset<double>> scale_offsets; in construct_rational_camera()
114 vpgl_scale_offset<double> sox(0.0986, 44.4692); in construct_local_rational_camera()
115 vpgl_scale_offset<double> soy(0.1058, 33.252); in construct_local_rational_camera()
116 vpgl_scale_offset<double> soz(500, 34); in construct_local_rational_camera()
117 vpgl_scale_offset<double> sou(13982, 12782.0673959); in construct_local_rational_camera()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/vpgl_pro/processes/
H A Dvpgl_convert_local_rational_to_perspective_process.cxx55 vpgl_scale_offset<double> sox = lrat_cam->scl_off(vpgl_rational_camera<double>::X_INDX); in vpgl_convert_local_rational_to_perspective_process()
56 vpgl_scale_offset<double> soy = lrat_cam->scl_off(vpgl_rational_camera<double>::Y_INDX); in vpgl_convert_local_rational_to_perspective_process()
57 vpgl_scale_offset<double> soz = lrat_cam->scl_off(vpgl_rational_camera<double>::Z_INDX); in vpgl_convert_local_rational_to_perspective_process()
59 vpgl_scale_offset<double> sou = lrat_cam->scl_off(vpgl_rational_camera<double>::U_INDX); in vpgl_convert_local_rational_to_perspective_process()
60 vpgl_scale_offset<double> sov = lrat_cam->scl_off(vpgl_rational_camera<double>::V_INDX); in vpgl_convert_local_rational_to_perspective_process()
/dports/misc/vxl/vxl-3.3.2/core/vpgl/
H A Dvpgl_rational_camera.h138 class vpgl_scale_offset
141 vpgl_scale_offset() : in vpgl_scale_offset() function
143 vpgl_scale_offset(const T scale, const T offset) : in vpgl_scale_offset() function
168 inline bool operator==(vpgl_scale_offset<T> const &that) const
222 std::vector<vpgl_scale_offset<T> > const& scale_offsets,
228 std::vector<vpgl_scale_offset<T> > const& scale_offsets,
293 void set_scale_offsets(std::vector<vpgl_scale_offset<T> > const& scale_offsets);
296 std::vector<vpgl_scale_offset<T> > scale_offsets() const in scale_offsets()
316 vpgl_scale_offset<T> scl_off(const coor_index coor_index) const in scl_off()
383 std::vector<vpgl_scale_offset<T> > scale_offsets_;
H A Dvpgl_rational_camera.hxx32 vpgl_scale_offset<T> soff; in vpgl_rational_camera()
80 std::vector<vpgl_scale_offset<T> > const& scale_offsets, in vpgl_rational_camera()
92 std::vector<vpgl_scale_offset<T> > const& scale_offsets, in vpgl_rational_camera()
223 scale_offsets_[X_INDX] = vpgl_scale_offset<T>(x_scale, x_off); in set_scale_offsets()
224 scale_offsets_[Y_INDX] = vpgl_scale_offset<T>(y_scale, y_off); in set_scale_offsets()
225 scale_offsets_[Z_INDX] = vpgl_scale_offset<T>(z_scale, z_off); in set_scale_offsets()
226 scale_offsets_[U_INDX] = vpgl_scale_offset<T>(u_scale, u_off); in set_scale_offsets()
227 scale_offsets_[V_INDX] = vpgl_scale_offset<T>(v_scale, v_off); in set_scale_offsets()
233 std::vector<vpgl_scale_offset<T> > const& scale_offsets in set_scale_offsets()
886 template class vpgl_scale_offset<T >; \
/dports/misc/vxl/vxl-3.3.2/core/vpgl/tests/
H A Dtest_local_rational_camera.cxx51 vpgl_scale_offset<double> sox(0.0347, -71.4049); in construct_rational_camera()
52 vpgl_scale_offset<double> soy(0.0219, 41.8216); in construct_rational_camera()
53 vpgl_scale_offset<double> soz(501, -30); in construct_rational_camera()
54 vpgl_scale_offset<double> sou(4764, 4693); in construct_rational_camera()
55 vpgl_scale_offset<double> sov(4221, 3921); in construct_rational_camera()
56 std::vector<vpgl_scale_offset<double>> scale_offsets; in construct_rational_camera()
H A Dtest_rational_camera.cxx149 vpgl_scale_offset<double> sox(sx, ox); in test_rational_camera()
150 vpgl_scale_offset<double> soy(sy, oy); in test_rational_camera()
151 vpgl_scale_offset<double> soz(sz, oz); in test_rational_camera()
152 vpgl_scale_offset<double> sou(su, ou); in test_rational_camera()
153 vpgl_scale_offset<double> sov(sv, ov); in test_rational_camera()
154 std::vector<vpgl_scale_offset<double>> soffs; in test_rational_camera()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/algo/
H A Dbwm_rat_proj_camera.cxx19 vpgl_scale_offset<double> sox = in compute()
21 vpgl_scale_offset<double> soy = in compute()
23 vpgl_scale_offset<double> soz = in compute()
/dports/misc/vxl/vxl-3.3.2/core/vpgl/io/
H A Dvpgl_io_rational_camera.hxx19 std::vector<vpgl_scale_offset<T> > scale_off = camera.scale_offsets(); in vsl_b_write()
44 std::vector<vpgl_scale_offset<T> > scale_off(n_scale_offsets); in vsl_b_read()
49 scale_off[i] = vpgl_scale_offset<T>(scale,off); in vsl_b_read()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/
H A Dbpgl_comp_rational_camera.hxx148 vpgl_scale_offset<T> sox = this->scale_offsets()[this->X_INDX]; in print()
149 vpgl_scale_offset<T> soy = this->scale_offsets()[this->Y_INDX]; in print()
150 vpgl_scale_offset<T> soz = this->scale_offsets()[this->Z_INDX]; in print()
151 vpgl_scale_offset<T> sou = this->scale_offsets()[this->U_INDX]; in print()
152 vpgl_scale_offset<T> sov = this->scale_offsets()[this->V_INDX]; in print()
H A Dbpgl_geotif_camera.hxx179 std::vector<vpgl_scale_offset<T> > scl_off = rat_cam_ptr->scale_offsets(); in geo_bounds_from_rational_cam()
181 std::vector<vpgl_scale_offset<double> > scale_d; in geo_bounds_from_rational_cam()
183 for(typename std::vector<vpgl_scale_offset<T> >::iterator sit = scl_off.begin(); in geo_bounds_from_rational_cam()
185 vpgl_scale_offset<T>& so = *sit; in geo_bounds_from_rational_cam()
186vpgl_scale_offset<double> sod(static_cast<double>(so.scale()), static_cast<double>(so.offset())); in geo_bounds_from_rational_cam()
/dports/misc/vxl/vxl-3.3.2/core/vpgl/algo/
H A Dvpgl_camera_compute.cxx565 std::vector<vpgl_scale_offset<double>> scale_offsets(5); in compute()
572 scale_offsets[0] = vpgl_scale_offset<double>(x_scale, x_off); in compute()
573 scale_offsets[1] = vpgl_scale_offset<double>(y_scale, y_off); in compute()
574 scale_offsets[2] = vpgl_scale_offset<double>(z_scale, z_off); in compute()
579 scale_offsets[3] = vpgl_scale_offset<double>(u_scale, u_off); in compute()
580 scale_offsets[4] = vpgl_scale_offset<double>(v_scale, v_off); in compute()
H A Dvpgl_camera_convert.cxx386 vpgl_scale_offset<double> sou = rat_cam.scl_off(vpgl_rational_camera<double>::U_INDX); in convert()
387 vpgl_scale_offset<double> sov = rat_cam.scl_off(vpgl_rational_camera<double>::V_INDX); in convert()
388 vpgl_scale_offset<double> sox = rat_cam.scl_off(vpgl_rational_camera<double>::X_INDX); in convert()
389 vpgl_scale_offset<double> soy = rat_cam.scl_off(vpgl_rational_camera<double>::Y_INDX); in convert()
390 vpgl_scale_offset<double> soz = rat_cam.scl_off(vpgl_rational_camera<double>::Z_INDX); in convert()
562 vpgl_scale_offset<double> sou = rat_cam.scl_off(vpgl_rational_camera<double>::U_INDX); in convert_local()
563 vpgl_scale_offset<double> sov = rat_cam.scl_off(vpgl_rational_camera<double>::V_INDX); in convert_local()
565 vpgl_scale_offset<double> sox = in convert_local()
567 vpgl_scale_offset<double> soy = in convert_local()
569 vpgl_scale_offset<double> soz = in convert_local()