3
votes
3answers
174 views
WPF 3-D performance for head-tracking app
I’m working on creating a full-screen 3-D app (based on Johnny Lee's Wii head tracking app) with some augmented reality features, and it seems that WPF is too slow to render even the simple models I’m …
0
votes
3answers
62 views
about LIDAR .las files…
hi,
i have .las (lidar data) file, now i wanted to know the size of it, for example how long it's width and height in kilometers... how is it possible to retrieve these kind of info? thanks a lot!!!
2
votes
2answers
156 views
How can I stitch together many images to provide a 3D immersive experience like Photosynth?
I'd like to create a Photosynth like experience that allows a user to navigate around a virtual environment from a collection of many pictures. For this project I'm limited to using WPF / .NET to …
2
votes
4answers
295 views
Determine transformation matrix
As a followup to my previous question about determining camera parameters I have formulated a new problem.
I have two pictures of the same rectangle:
The first is an image without any …
2
votes
2answers
139 views
Determining camera parameters
Given a picture taken by a simple digital that contains an image of a rectangle of known dimensions. How can I - to some degree of accuracy - determine the parameters of this camera?
I am mostly …
1
vote
3answers
179 views
Extracting surveillance camera positions from streetview images
Related to my previous question, is there some realistic chance to extract surveillance camera positions out of google streetview pictures by means of computer vision algorithms? I'm no expert in that …
4
votes
3answers
263 views
Lens correction projection
What is the simplest way to un-warp a photo made using fisheye or wide-angle lens? I'm looking a pixel projection formula that has few parameters. Camera and lens parameters will not be known, so user …
1
vote
3answers
197 views
Dense pixelwise reverse projection
I saw a question on reverse projecting 4 2D points to derive the corners of a rectangle in 3D space. I have a kind of more general version of the same problem:
Given either a focal length (which can …
6
votes
9answers
2k views
How do I reverse-project 2D points into 3D?
I have 4 2D points in screen-space, and I need to reverse-project them back into 3D space. I know that each of the 4 points is a corner of a 3D-rotated rigid rectangle, and I know the size of the …
