Tell me more ×
Computational Science Stack Exchange is a question and answer site for scientists using computers to solve scientific problems. It's 100% free, no registration required.

I do image processing, and right now I need to resample some images taken from slightly different perspectives so I can match up features. The pixel intensities have scientific significance, so I want to do something that will preserve local flux and not "miss" anything. What I want to do is exact area resampling, as discussed here:

http://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-261.pdf

Except the coordinate change I'm doing is not just a translation; at the very least it involves translation, rotation, and perspective change.

I can't find anything on file exchange or by googling. Any ideas?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.