Tagged Questions

4
votes
3answers
511 views

Adjust White balance

I'm looking at some image processing algorithms for white balance manipulations. Seems like a previous Stackoverflow question answers the question of automatic white balance algorithms rather well. ...
3
votes
1answer
446 views

Algorithm for measuring the Euclidean distance between pixels in an image

I have a number of images where I know the focal length, pixel count, dimensions and position (from GPS). They are all in a high oblique manner, taken on the ground with commercially available ...
2
votes
1answer
158 views

Is it possible to detect blur, exposure, orientation of an image programmatically?

I need to sort a huge number of photos, and remove the blurry images (due to camera shake), the over/under exposed ones and detect whether the image was shot in the landscape or portrait orientation. ...
2
votes
1answer
189 views

How to replicate Photoshop filters and actions into MATLAB?

How can I use MATLAB to replicate Photoshop filters and actions? Is there something in the image processing toolbox already that I can use? Or will I have to start from scratch, research each ...
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 ...
0
votes
1answer
875 views

How to flatten a fish eye picture (with python)?

I've found programs to turn fish eye pictures into flat ones. I'd like to learn the process behind the scenes. Can someone share their knowledge about the technique?