Tagged Questions
The unwarp tag has no wiki summary.
7
votes
4answers
2k views
How to map a point onto a warped grid
Say you have a collection of points with coordinates on a Cartesian coordinate system.
You want to plot another point, and you know its coordinates in the same Cartesian coordinate system.
...
4
votes
3answers
397 views
Distorting an image using a height map?
I have a height map for an image, which tells me the offset of each pixel in the Z direction. My goal is to flatten a distorted image using only it's height map.
How would I go about doing this? I ...
3
votes
4answers
214 views
how to unwrap an array in php
i have this array here:
Array
(
[0] => Array
(
[presentation] => Präsentationen
)
[1] => Array
(
[news] => Aktuelle Meldungen
[devplan] => ...
2
votes
3answers
970 views
jquery unwrap Inner
I'm trying to create a simple inline edit for a div box. When i dblclick on the div, i wrapInner with textarea tag. That makes it editable. But how can i unwrap the textarea tag when i click outsite ...
-2
votes
1answer
20 views
Are there any C/C++ library for unwarping images?
What I have is a picture taken from the ceiling providing a "radially distorted"/elliptical image. I need to unwarp it and make it a regular rectangular image. How would I do this programmatically ...