Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
10answers
5k 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 ...
5
votes
4answers
1k 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 ...
4
votes
4answers
1k views

How would you find the height of objects given an image?

Heyguys.. This isn't exactly a programming question exactly. I just want to know what your approach would be to a common problem in Digital image processing. Lets say you have an image of a a few ...
4
votes
3answers
670 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 ...
3
votes
2answers
227 views

what are my research areas for image processing project?

For my final year project I'm doing a vehicle detail modification system. the system should be able to these following tasks. I'm using a size image of a vehicle taken from a fixed distance lets say ...
3
votes
3answers
324 views

Computing orientation of a square and displaying an object with the same orientation

I wrote an application which detects a square within an image. To give you a good understanding of how such an image containing such a square, in this case a marker, could look like: What I get, ...
3
votes
2answers
1k views

How do I measure distances in an image?

Let's say we have an image like so Let's say we've already used filters and an edge detection algorithm in this pic. Now my goal is to measure distances (NOT actual distances, distance can be in ...
3
votes
4answers
1k views

How to know or calculate depth of field of a photo from EXIF tags?

I want to know the depth of field of a photo, preferably in cm or m. I know that we can know the camera setting by reading the EXIF tags, but is there a tag directly telling us the depth of field? Or ...
3
votes
3answers
497 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 ...
2
votes
1answer
341 views

Library for getting a camera angle via a marker

I'm searching for a library similar to ARToolKit. It needs to support processing a single image and search that image for a marker. If it finds one I want it to return the camera angle / viewpoint ...
2
votes
2answers
476 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
2answers
302 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
2answers
257 views

Object Interpolation by Distance in an Image

I'm counting objects in an image. I wish to perform a linear interpolation where I know the pixel sizes of my objects at near and far perspectives and the positions of these two objects in the image. ...
1
vote
3answers
378 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 ...
1
vote
3answers
276 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 ...
0
votes
0answers
43 views

Bundle adjustment with Noah Snavely's Bundler program

In the guide to Noah Snavely's Bundle Adjustment program Bundler, he writes: "We use a pinhole camera model; the parameters we estimate for each camera are a focal length (f), two radial distortion ...
0
votes
1answer
126 views

for a 3x3 camera matrix, could skew factor be negative?

for a 3x3 camera matrix, could skew factor be negative? assume the camera matrix is in the form : [fx s u0] [0 fy v0] [0 0 1 ] could s be negative?
0
votes
1answer
160 views

OpenCV + photogrammetry

i have a stereopair, photo 1: http://savepic.org/1671682.jpg photo 2: http://savepic.org/1667586.jpg there is coordinate system in each image. How can I find coordinates of point A in this system ...
0
votes
2answers
668 views

Opencv: Detect a black to white gradient in an area

I uploaded an example image for better understanding: http://www.imagebanana.com/view/kaja46ko/test.jpg In the image you can see some scanlines and a marker (the white retangle with the circle in ...
0
votes
3answers
257 views

about LIDAR .las files

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!!!