Home
last modified time | relevance | path

Searched refs:vfov (Results 1 – 25 of 140) sorted by relevance

123456

/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/bigsh0t_rect_to_eq/
H A Dui.qml24vfov", 60); } else { vfovMiddle = filter.getDouble("vfov", filter.animateIn); if (filter.animateIn…
38 vfovSlider.value = filter.getDouble("vfov", position)
39 …utton.checked = filter.animateIn <= 0 && filter.animateOut <= 0 && filter.keyframeCount("vfov") > 0
45vfov"); vfovKeyframesButton.checked = false; if (filter.animateIn > 0) { filter.set("vfov", vfovSt…
63 parameters: ["hfov", "vfov", "interpolation"]
67 filter.resetProperty('vfov')
72vfov", filter.animateIn); if (filter.animateIn > 0) { vfovStart = filter.getDouble("vfov", 0); } i…
122vfov"); vfovSlider.enabled = true; } filter.clearSimpleAnimation("vfov"); blockUpdate = false; fil…
H A Dmeta.qml14 simpleProperties: ["hfov", "vfov"]
26 property: 'vfov'
/dports/misc/openvdb/openvdb-9.0.0/nanovdb/nanovdb/examples/benchmark/
H A DCamera.h24 __hostdev__ void init(RealT vfov, RealT aspect) in init() argument
26 const RealT halfHeight = RealT(tan(vfov * 3.14159265358979323846 / 360)); in init()
39 …__hostdev__ Camera(const Vec3T& eye, const Vec3T& lookat, const Vec3T& up, RealT vfov, RealT aspec… in Camera() argument
45 this->init(vfov, aspect); in Camera()
47 …__hostdev__ void update(const Vec3T& eye, const Vec3T& lookat, const Vec3T& up, RealT vfov, RealT … in update() argument
54 this->init(vfov, aspect); in update()
H A DBenchmark_dense.cc88 const RealT vfov = 25.0f, aspect = RealT(width) / height, radius = 300.0f; in main() local
106 host_camera->update(eye(angle), lookat, up, vfov, aspect); in main()
H A DBenchmark.cc448 const RealT vfov = 25.0f, aspect = RealT(width) / height, radius = 300.0f; in TEST_F() local
459 nanovdb::Camera<RealT, Vec3T, RayT> camera(eye(0), lookat, up, vfov, aspect); in TEST_F()
498 camera.update(eye(angle), lookat, up, vfov, aspect); in TEST_F()
535 const RealT vfov = 25.0f, aspect = RealT(width) / height, radius = 300.0f; in TEST_F() local
543 nanovdb::Camera<RealT> camera(eye(0), lookat, up, vfov, aspect); in TEST_F()
587 camera.update(eye(angle), lookat, up, vfov, aspect); in TEST_F()
676 const RealT vfov = 25.0f, aspect = RealT(width) / height, radius = 300.0f; in TEST_F() local
694 host_camera->update(eye(angle), lookat, up, vfov, aspect); in TEST_F()
H A DBenchmark_nano.cc93 const ValueT vfov = 25.0f, aspect = ValueT(width) / height, radius = 300.0f; in main() local
111 host_camera->update(eye(angle), lookat, up, vfov, aspect); in main()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_skyview/
H A Dosgearth_skyview.cpp55 float vfov = 100.0f; in main() local
56 arguments.read("--vfov", vfov); in main()
75 if ( vfov > 0.0 ) in main()
79 viewer.getCamera()->setProjectionMatrixAsPerspective(vfov, ar, n, f); in main()
/dports/science/chrono/chrono-7.0.1/src/chrono_sensor/cuda/
H A Dradarprocess.cuh9 float vfov,
18 float vfov,
27 float vfov,
H A Dradarprocess.cu41 float vfov) { in radar_pointcloud_from_angles_kernel() argument
74 float vfov, in cuda_radar_pointcloud_from_angles() argument
79 hfov, vfov); in cuda_radar_pointcloud_from_angles()
/dports/science/chrono/chrono-7.0.1/src/chrono_sensor/filters/
H A DChFilterRadarVisualizeCluster.cpp51 float vfov = m_radar->GetVFOV(); in Apply() local
53 glfwSetWindowSize(m_window.get(), 960, 960 / hfov * vfov); in Apply()
77 float vfov = m_radar->GetVFOV(); in Apply() local
82 float top = tan(vfov / 2) * near; in Apply()
H A DChFilterRadarXYZVisualize.cpp59 float vfov = m_radar->GetVFOV(); in Apply() local
61 glfwSetWindowSize(m_window.get(), 960, 960 / hfov * vfov); in Apply()
85 float vfov = m_radar->GetVFOV(); in Apply() local
90 float top = tan(vfov / 2) * near; in Apply()
/dports/graphics/libpano13/libpano13-2.9.20/
H A Dremap.c189 if( r_prefs->hfov > MAX_FISHEYE_FOV && r_prefs->vfov > MAX_FISHEYE_FOV ){ in remap()
202 if(r_prefs->vfov >= 180.0 ) in remap()
208 destheight = (int)(PI * vars[0] * tan(r_prefs->vfov * PI / 360.0)); in remap()
238 if( r_prefs->hfov > MAX_FISHEYE_FOV && r_prefs->vfov > MAX_FISHEYE_FOV ){ in remap()
300 if(r_prefs->vfov >= 180.0 ) in remap()
306 destheight = (int)(PI * vars[0] * tan(r_prefs->vfov * PI / 360.0)); in remap()
365 rP->vfov = 60.0; in SetRemapDefaults()
/dports/science/chrono/chrono-7.0.1/src/demos/python/sensor/
H A Dradar.py92 self.vfov = math.pi / 10
94 vfov = self.vfov
97 self.image_height = int(image_width * vfov / hfov)
110 … self.radar = sens.ChRadarSensor(body,update_rate,offset_pose,h_samples,v_samples,hfov, vfov,100.0)
138 …box_y = self.image_height - (int(self.image_height / self.vfov * math.atan2(i[2],i[0])) + int(self…
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/xrc/data/
H A Dexpressions.ini8vfov\nvfov=deg(atan(2*height/width*tan(rad(hfov/2))))\n# set yaw\ny=(i%(imagesPerRow)-(imagesPerRo…
10vfov\nvfov=deg(atan(2*height/width*tan(rad(hfov/2))))\n# set yaw\ny=(((floor(i/imagesPerRow)%2==1)…
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A DMeshManager.cpp329 double width, height, hfov, vfov; in GetCoord3D() local
335 vfov = 180; in GetCoord3D()
342 ph = ((coord.y / height) * vfov - vfov / 2.0); in GetCoord3D()
355 double width, height, hfov, vfov; in GetMeshCoords3D() local
361 vfov = 180; in GetMeshCoords3D()
375 ph = ((coords.vertex_c[x][y][1] / height) * vfov - vfov / 2.0); in GetMeshCoords3D()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_infinitescroll/
H A Dosgearth_infinitescroll.cpp57 float vfov = -1.0f; in createControlPanel()
58 arguments.read("--vfov", vfov); in createControlPanel()
83 if ( vfov > 0.0 ) in createControlPanel()
87 viewer.getCamera()->setProjectionMatrixAsPerspective(vfov, ar, n, f); in createControlPanel()
/dports/games/xinvaders3d/xinvaders3d/
H A Dcamera.c31 static float hfov, vfov, hpc, vpc; variable
54 hfov = vfov = fov; in Camera_init()
57 vpc = half_screen_height / tan ( vfov/1.5f ); in Camera_init()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgframerenderer/
H A DCameraProperty.cpp20 double vfov = atan2(screenHeight/2.0,screenDistance)*2.0; in setToModel() local
22 double viewAngle = vfov<hfov ? vfov : hfov; in setToModel()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgframerenderer/
H A DCameraProperty.cpp20 double vfov = atan2(screenHeight/2.0,screenDistance)*2.0; in setToModel() local
22 double viewAngle = vfov<hfov ? vfov : hfov; in setToModel()
/dports/science/chrono/chrono-7.0.1/src/chrono_sensor/sensors/
H A DChRadarSensor.cpp30 float vfov, in ChRadarSensor() argument
34 m_vFOV(vfov), in ChRadarSensor()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_anim_nuke_chan/
H A Dexport_nuke_chan.py74 vfov = degrees(camera.angle_y)
75 fw("%f" % vfov)
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/
H A Dltp.py56 def __init__(self, hfov, vfov, ltp=None): argument
68 self._v_2 = _fov_2(vfov=vfov)
164 def vfov(self): member in Frustum
167 return Degrees(vfov=self._v_2 * _2_0)
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/filters/include/pcl/filters/
H A Dfrustum_culling.h152 setVerticalFOV (float vfov) in setVerticalFOV() argument
154 vfov_ = vfov; in setVerticalFOV()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_magnify/
H A Dosgearth_magnify.cpp68 double vfov, ar, n, f; in apply() local
69 _mainView->getCamera()->getProjectionMatrixAsPerspective(vfov, ar, n, f); in apply()
70 … _magView->getCamera()->setProjectionMatrixAsPerspective(vfov * computeRangeScale(), ar, n, f); in apply()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/cfg/
H A DCamera.h97 void setPerspective( double hfov, double vfov,
208 void setLensPerspective( double hfov, double vfov,
214 _lens->setPerspective(hfov,vfov,nearClip,farClip);

123456