0
votes
0answers
31 views

Mymultiple image geometry

I have to work with multiple aerial images. the objective is to reconstruct 3d features. For a particular object, i want to find the images which are giving good viewing geometry than others. so ...
1
vote
1answer
83 views

Determining camera orientation (possibly using calibration images).

I need to generate a camera calibration pattern. Cameras are expected to be placed at an average height of 15 to 30 feet above ground pointing downwards at roughly 30 degrees. These cameras are ...
0
votes
0answers
168 views

Distance between two objects in a picture

lets say I have a photo that has a picture on a wall and a book upright on the desk. now i know the size of both of these objects. I want to find the distance between two of them on the photo, I was ...
0
votes
1answer
183 views

Finding radius r of the overlappable sphere(s) in 3D image

My current problem: I have an input 3D binary image (a 3D matrix that has only 0 and 1) that consists of random numbers of sphere with radius r. We do not know how many spheres are there in the ...
1
vote
1answer
209 views

Identifying 3D shape from matrices analytically

I have a set of matrices (a 3D matrix, that represents a quantized body), for instance: (the size 5x5 here is just an example, the real size is a lot higher) $ M_1 = \left[ {\begin{array}{cc} 0 ...
1
vote
1answer
101 views

Reconstructing a ring from a stack of 2D images (radially aligned)

I have a stack of images (about 180 of them) and there are 2 black dots on every single image. Hence, the position(x,y) of the two stars are provided initially. The dimensions of all these images are ...