Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
63 views

Opengl perspective distortion

I'm having this weird issue and I'm hoping someone could clear this up for me so I can understand what's wrong and act accordingly. In OpenGL (fixed-function) I'm rendering a tube with inner faces in ...
4
votes
3answers
387 views

circular fisheye distortion rotated 270 deg clocwise or 90 deg anticlockwise before distorted?

I've an app that distorts a circle on a bitmap with a fisheye distortion. the circle seems to be rotated 180 deg as well as distorted. Any ideas? there's no clue to me as to why in the filter class. ...
4
votes
1answer
820 views

Looking for fast image distortion algorithms

I am trying to implement an application which uses shpere distortion filter. I am using an the algorithm from here which changes pixels location by getPixel() and setpixel() methods. My problem is it ...
3
votes
1answer
97 views

Image correction for projection on surface with OpenCV

What is the best way in OpenCV to apply correction on an image projected to a 3D surface like in my examples or shown in Projection on 3D surface? My first tests with OpenCV checkerboard corner ...
3
votes
0answers
49 views

How to distort images (or FXG) in Flex?

I want to distort images (or FXGs) in Flex. Basically just want to modify the edges of an image like the image below. I know how to make simple distortions but I can't find a way of doing that.
3
votes
1answer
161 views

OpenGL pixels drawn with each horizontal pair swapped

I'm somewhat new to OpenGL though I'm fairly sure my problem lies in the pixel format being used, or how my texture is being generated... I'm drawing a texture onto a flat 2D quad using a 16bit ...
3
votes
1answer
1k views

Apply barrel distortion to UIView

I've got a UIScrollview which fills a landscape screen, which contains a small tree of UIViews around inside it which I can scroll horizontally. I'd like to apply a barrel distortion to the ...
2
votes
1answer
72 views

Canvas distorts drawing. How do I get the scale factor between the set size and the styled size?

I have this canvas: <canvas id="game" width="280" height="280"></canvas> The css styles the canvas via: canvas { width: inherit; height: 280px; } As the width can change, the ...
2
votes
1answer
118 views

How can I create a corner pin effect in XNA 4.0?

I am trying to write a strategy game using XNA 4.0, with a dynamically generating map, and it's really difficult to create all the ground textures, having to distort them individually in photoshop. ...
2
votes
1answer
159 views

Autorotation distorts a rotated view in iPhone

I use the view-based template to create my app, and return YES in shouldAutorotateToInterfaceOrientation to support auto-rotation. Next, I add a square testView_ object (with default auto-resizing ...
2
votes
1answer
1k views

FishEye Picture Effect (Barrel Distortion) Algorithm (with Java)?

I'm looking for the algorithm (bitmap pixel manipulation) to simulate the fisheye lens (Barrel Distortion) from normal pictures. So far I've found implementation involving external libraries like ...
2
votes
0answers
116 views

Occasional distorted display when scrolling text using JScrollPane

I have an application that displays text in a JEditorPane contained within a JScrollPane. 60 users have this application. Occasionally on one user's machine, when she scrolls the text the display ...
2
votes
2answers
614 views

Waving text on canvas

How could I make waving text on a canvas element similar to what is found on this page?
1
vote
1answer
57 views

OpenCV cvRemap Cropping Image

So I am very new to OpenCV (2.1), so please keep that in mind. So I managed to calibrate my cheap web camera that I am using (with a wide angle attachment), using the checkerboard calibration method ...
1
vote
1answer
79 views

How to remove radial distortions from images using OpenCV?

I think I should be using cv::remap to remove the distortion but can't figure out what the the maps const Mat& map1, const Mat& map2 to should be to achieve this. Should I be using the ...
1
vote
1answer
119 views

Skew or Distort Image object in Java

Is it possible to skew or distort an Image object in Java? I 'pull' one side of an image out, making it seem closer to me. (LIke 3D). Any suggestions?
1
vote
2answers
153 views

how to develop android image distorstion

how to develop the image distortion in android , i.e: in adobe Photoshop there is one default control (forword warp tool) which is used to image distortion and i need to make this control function by ...
1
vote
1answer
222 views

Formulas for Barrel/Pincushion distortion

Can't understand how to get (x', y') of original (x, y) in image, for Barrel/Pincushion distortion.
1
vote
2answers
327 views

Distortion/Water in WebGL

I'm relatively new to WebGL, and OpenGL too for that matter, but in recent days I've filled up most my time writing a little game for it. However, when I wanted to implement something like heat waves, ...
1
vote
0answers
105 views

Trouble with elastic layout

Hi If anyone can help, I'd greatly appreciate it! I built an elastic website using ems, and for some reason, it still gets completely distorted when a user zooms in or out on their browser. The link ...
1
vote
1answer
631 views

Warping an image on the iphone with OpenGL

I am fairly new to programming and I'm doing it, at this point, just to educate myself and have fun. I'm having a lot of trouble understanding some OpenGL stuff despite having read this great article ...
0
votes
1answer
218 views

CIFilter for CategoryDistortionEffect example

Can someone show an example of initializing the CIFilter for kCICategoryDistortionEffect? I need to create Distortion effect for my photography. I have read that it is possible, with CIFilter in IOS ...
0
votes
0answers
102 views

How to create pincushion distortion effect?

I want to create barrel and pincushion distortion effect in MTK phones,and get useful helps from here and here. But i can't understand formulas used in functions of getRadialX、getRadialY and ...
0
votes
2answers
326 views

Facebook Like Box - photos appearing stretched

I've just added the Facebook like box to www.glasgow.ac.uk/careers. It seems to be working fine, except that photos are appearing stretched/distorted in the box (i.e. one at the moment is about twice ...
0
votes
0answers
74 views

Distorted images after uploading to S3 (optimized with ImageMagick)

I am uploading an image via Amazon SDK to S3. Those PNG images are optimized using ImageMagick ASP.NET library. The problem is that I can see them fine when optimized on my computer (testing locally), ...
0
votes
0answers
87 views

To make sure an image not distortion to stretch it?

In Mac OS ,just like ichat‘s popo,how to stretch the popo image to adjust the text user input? I Know in ios, UIImage *bubble=[UIImage imageNamed:@"bubble.png"]; UIImageView *bubbleImageView = ...
0
votes
1answer
164 views

How do you read intrinsic and distortion matrixes from file in opencv 2.2

I already have "instinsic.xml" and "distortion.xml" which was produced for my camera. Now I am writing a program using OpenCV 2.2 interface and therefore I am mainly working with cv::Mat data ...
0
votes
1answer
202 views

How to stretch image without looking distorted in iPhone?

I am working on chat application and i want to stretch chat bubble image as per text but not getting how to do that. Please give your suggestion for this matter. Thanks
0
votes
1answer
153 views

Trying to distort audio in Java

I found a library called JVST that can load VST files and filter the audio accordingly. The problem is, I have no clue how to use it. All I could do is copy and paste the example code from the website ...
0
votes
1answer
130 views

imagick::distortimage

I'm going to set image perspective. I have image of laptop with blank polygon Another image needs to be pulled on a blank area. Like this: So, I have this code for dynamical distortion: ...
0
votes
2answers
817 views

CSS image scaling to fit within area not distort

Is there a way with CSS or otherwise of making an image fit within an area. Lets say I have multiple images of different sizes and I want them all to fit within a div of 150px by 100px. I don't want ...
0
votes
1answer
124 views

warp windows desktop

I have read some threads and I know it is easy to warp a video. Now I want to warp windows desktop.The steps are: 1. Capture the desktop screen 2. Use desktop screen as a texture to a bezier surface ...
0
votes
0answers
105 views

Why does my layout get distorted when zoomed on firefox?

I built my layout using ems for my measurements. All is fine on all browsers, except that when viewed on firefox, if the option "zoom text size only" is checked off on the user's browser, everything ...
0
votes
0answers
25 views

Interface Builder, element distorted when 'go live'

I searched StackOverFlow for possible answers, but failed to find any, so here we are. In Interface Builder, I created a rather simple interface: a window divided vertically into two split views, the ...
0
votes
1answer
452 views

Need PhotoBooth Mac feature in iphone app

Have a look on following application http://itunes.apple.com/us/app/fatbooth/id372268904?mt=8 i think they are using the same feature provided my PhotoBooth MAC. Please suggest any api or any other ...
0
votes
1answer
520 views

Image distortion algorithm

I'm trying to come up with a way to distort an image similar to the example here: http://tinypic.com/r/16gn60o/7 The idea is to remove any hard lines in the original image. I would like the original ...
0
votes
3answers
329 views

Image distortion with sine/cosine

Is it possible to distort an image using trigonometric functions like sine and cosine so that it comes out wavy. If so, how. PHP is the preferred language but it can be any...
0
votes
1answer
413 views

Fisheye distortion of MovieClip (AS3)

Some pseudo-code for accomplishing a linear fisheye distortion of a MovieClip's contents would be very appreciated. The attached illustration shows how the "fisheye effect" is automatically applied ...
0
votes
2answers
286 views

Flex skew Object

I was wondering how to distort a Flex object like Panel so it looks like a trapezoid?
0
votes
4answers
4k views

How to simulate fisheye lens effect by openCV?

I am looking for ways to create fisheye lens effect, looked at documentations for openCV, it looks like it contains Camera Calibration functions for radial distortions like fisheye. Is it possible to ...
0
votes
2answers
655 views

Wrapping an image around 3d object for easy 2d printing

Looking for method for wrapping a 2d image around a 3d object, such as a helmet, and then unwrapping it back to 2d image to allow printing. For example, you have a photograph that you want to use to ...
0
votes
1answer
848 views

UITableView display distorted before setAnimationTransition during view swap

Greetings! I'm trying to borrow the view flip concept from Apple's TheElements sample app. This sample employs a container UIView in which you can swap between two subviews. The flip is achieved using ...
0
votes
4answers
218 views

How to implement a guitar amp or FX emulation on windows platform?

which tech should I pick up? Should I write a driver or something? Thank you very much