Top "Perspectivecamera" questions

Perspective camera projection projects points onto the image plane along lines that emanate from a single point, called the center of projection.

gluPerspective parameters- what do they mean?

I wonder about the gluPerspective parameters. In all examples I see fovy is set to around 45-60degrees I've tried …

opengl perspective perspectivecamera
How to rotate a THREE.PerspectiveCamera around on object

I am making this program where you can click on an object, zoom to it, then look at it from …

javascript math rotation three.js perspectivecamera
three.js rotate camera in plane

I have a camera in my app: camera = new THREE.PerspectiveCamera( 75, window.innerWidth / window.innerHeight, 0.1, 1000 ); camera.position.z = 1; camera.position.…

javascript camera rotation three.js perspectivecamera
Why does the focal length in the camera intrinsics matrix have two dimensions?

In the pinhole camera model there is only one focal length which is between the principal point and the camera …

computer-vision camera-calibration perspectivecamera
How to calculate perspective transform for OpenCV from rotation angles?

I want to calculate perspective transform (a matrix for warpPerspective function) starting from angles of rotation and distance to the …

c++ math opencv transformation perspectivecamera
Setting up a 2D view in Three.js

I'm new to three.js and am trying to set up what amounts to a 2D visualization (for an assortment …

javascript graphics three.js 2d perspectivecamera
What is the difference between the fundamental, essential and homography matrices?

I have two images that are taken from different positions. The 2nd camera is located to the right, up and …

opencv transform homography perspectivecamera projective-geometry
OpenCV extrinsic camera from feature points

How do I retrieve the rotation matrix, the translation vector and maybe some scaling factors of each camera using OpenCV …

opencv computer-vision camera-calibration perspectivecamera
Field of view + Aspect Ratio + View Matrix from Projection Matrix (HMD OST Calibration)

I'm currently working on an Augmented reality application. The targetted device being an Optical See-though HMD I need to calibrate …

opengl matrix aspect-ratio perspectivecamera
Distance between two points in OpenCV

I want to measure actual distance between two points like on the road there is a vehicle in front of …

c image-processing opencv perspectivecamera