Skip to main content

All Questions

0 votes
1 answer
246 views

Find camera pose by knowing triangle coordinates

I have this concrete problem where I know the 3 coordinates of a triangle $ABC$ in a $xyz$ frame reference and I need to estimate the position $P$ and direction $\vec{n_{p}}$ of a stationary camera ...
Duloren's user avatar
  • 111
0 votes
1 answer
518 views

Camera Pose Estimation from Vanishing Points

I want to estimate the pose of camera (Location and Orientation). Can I use Vanishing Points to get the location and orientation of the camera? There is object in the image which I also know his size,...
ron653's user avatar
  • 3
-1 votes
1 answer
254 views

Why reprojection error is minimized instead of triangulation error for bundle adjustment?

For bundle adjustment optmization why is reprojection error minimized instead of traingulation error or ray-to-3d point error? Disadvantage with reprojection error is: for perspective camera, its ...
Niranjan Kotha's user avatar
0 votes
1 answer
323 views

Pinhole camera model from houdini parameters

From a simulation with Houdini software I retrieved these parameters: Camera position: -0.675839, 33.5945, 0.0318854 Camera Rotation: 0.0318854, 92.4693, 0.1 Focal Length: 52.5172 mm Image size: 1920 ...
francesco lc's user avatar
2 votes
3 answers
346 views

Can you average out focal length from different camera calibration sessions?

If I perform a number of camera calibration routines at a fixed resolution, with various sizes of calibration patterns (like checkerboards), at various distances and get various values for focal ...
Grim's user avatar
  • 91
29 votes
2 answers
33k views

How does resizing an image affect the intrinsic camera matrix?

I have a camera matrix (I know both intrinsic and extrinsic parameters) known for image of size HxW. (I use this matrix for some calculations I need). I want to use a smaller image, say: $\frac{H}{2}\...
matlabit's user avatar
  • 887