The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
30 views

HTML5 Canvas distort transforms

I definitely need these kind of Photoshop transformations for my Canvas. I found this plugin, but the quality of transformed image is really poor https://github.com/migurski/canvas-warp Thanks for ...
0
votes
1answer
73 views

Image warping in .NET

I was searching for a stretch like warp algorithm to apply in my Windows 8 store application. I found this android (java) code below. Most things I can port to C# but some android sdk specific things ...
1
vote
1answer
97 views

HTML CSS3 / Canvas Image Distortion

Is there a way to skew/distort only one corner using CSS3 or canvas tag in HTML5? Here is a screenshot from Photoshop tutorial how to do it: Update: This is the best I have found so far, but it ...
0
votes
0answers
41 views

Mac OS X Quartz CGWindowListCreateImage scrambles image on 1366x768 resolutions

I've implemented the following code in a C++ project on Mac OS X, for capturing the desktop screen: int ScreenCaptureRoutines::CaptureImage(int width, int height) { CGRect captureRect; ...
0
votes
0answers
28 views

How to distort with a given angle with php imagick

I want to distort perspective a image with a given angle with PHP Imagick. My problem is the correct calculation of the controlpoints. Can someone help me with the calculation formular? Some tested ...
0
votes
1answer
61 views

2D Coordinate rotation - image distorted

I have an arrow, represented as X,Y points, that I want to rotate 25 degrees. My arrow rotates, but it no longer looks good. The angles are no longer 90 degrees where they should be. The points: ...
0
votes
1answer
31 views

execute Java applet as big as possible without losing proportions

following code displays a java applet in a html page. <SCRIPT LANGUAGE="JavaScript"><!-- if (_ie == true) document.writeln('<OBJECT ...
1
vote
0answers
122 views

Image Distortion in android

How to implement image distortion or image warp by dragging on the screen in android? I am new to android and I want to make an app like "Photo warp" or "face changer" which distort the image by ...
1
vote
2answers
157 views

Warping GUI elements in Unity's OnGUI

I am using Unity3D, and I have a function which is being called inside of OnGUI to lay out the various gui components of my application. Ordinarily, the labels and buttons are all inside of a certain ...
0
votes
1answer
124 views

Image distortion algorithms in JavaScript

So I'm creating distortions for for a webapp. I want to achieve some effects similiar to the photo booth app in mac. It's quite hard to find material on web. Most of the artciles (like this ...
0
votes
0answers
60 views

Weird strips with quads in OpenGL

Everything is on the screenshot I just took... Basically, It does that even when there's no lighting enabled... Is it antialias related? Screenshot : http://i.imgur.com/Lrr29cL.png @Axel, Here my ...
0
votes
0answers
129 views

Distorted result from creating an avi file in matlab from a matrix of image frames (distortion: frames rotated to the right)

I have a 192x334x106 matrix which I would to convert to an avi file, however after multiple efforts I am still encountering a distorted output. My problem is similar to that reported here: However ...
0
votes
1answer
141 views

Distort image in css3 of 4 corners

I look 1 item for learning, fun. I would like have the same effect in CSS3 as in flash. http://www.rubenswieringa.com/code/as3/flex/DistortImage/ When I look in internet examples, I found only skew ...
2
votes
1answer
235 views

How to calculate an image has noise and Geometric distortion or not?

I need to make an application in iphone which needs to calculate noise, geometric deformation other distortions in an image. How to do this? I have done some image processing stuff with opencv + ...
0
votes
0answers
48 views

Distorted CCMenuItem images

I have created a menu in iOS, but when i run it in an Android, the buttons are all pixelated and distorted. When it goes to the pressed image, it displays properly though. There is no problem with the ...
0
votes
0answers
78 views

video preview distortion + air for android

I am trying to make a live streaming android application using flash (air for android). My application can be used to stream video from the device to the server. The code that i used for this is as ...
0
votes
0answers
107 views

Which js library is to use for making face distortion application using html5?

I use iphone face fun and other online face distortion application based on flash. I want to make such app using pure html5. I have looked on pixastic library but it doesn't have any image distortion ...
1
vote
1answer
621 views

OpenCV solvePnP barreldistoriton

I'm using OpenCVs solvePnP to get the pose/positon of the camera. I'm doing this by using points selected by the user, on an image that is already calibrated and have applied the fix for radial and ...
3
votes
1answer
106 views

Are there any tutorials on how to add an overdrive effect to audio in real time using C# and NAudio? [closed]

I'm making an overdrive pedal for electric guitar using C# and NAudio. So far I have managed to output sound from the mic input in real time but now need a way of overdriving the sound.
3
votes
2answers
138 views

Exporting eps from MATLAB

I am trying to produce high quality EPS files (1000 dpi) for an Elsevier journal. I have been using export_fig, but when I try to view the files, they are squished and distorted. Does anyone know to ...
0
votes
2answers
103 views

c++ tga parsing incorrect_color/distortion with some resolutions

i'd like to get some help on my issue with .tga file format parsing. i have the code, which i use for a long time: int fileLength = Input.tellg(); vector<char> ...
1
vote
1answer
306 views

creating image using polar coordinates (image transformations)

I'm working on image warping. The transformed version of the real coordinates of an image are x and y, and, the polar coordinates of the transformed image are r and theta. (cylindrical anamorphosis). ...
0
votes
0answers
74 views

Images appearing distorted depsite putting them in the ldpi folder, they apper perfect in screenshots

I have some image resources that are properly sized and put into the drawable-land-ldpi and drawable-port-ldpi. When I see how the app looks, the images appear horizontally streched in landscape and ...
0
votes
1answer
131 views

proper visualization of warped image

I am trying to implement image warping in C++ and OpenCV. My code is as follows: Mat input = imread("Lena.jpg",CV_LOAD_IMAGE_GRAYSCALE); Mat out; double xo, yo; input.convertTo(input, CV_32FC1); ...
0
votes
1answer
113 views

Retrieving the original coordinates of a pixel taken from a warped Image

I have four corners extracted from a sourceImage: src_vertices[0] = corners[upperLeft]; src_vertices[1] = corners[upperRight]; src_vertices[2] = corners[downLeft]; src_vertices[3] = ...
0
votes
0answers
109 views

how to configure SAP Netweaver 7.02 SP06 to render properly on firefox 17.0.1? [closed]

Good afternoon, Does anybody know how what parameter configure to make a SAP Netweaver 7.02 SP06 (enterprise portal) accesible from any browser? configure the ...
0
votes
0answers
79 views

Andriod Media Player playing sound in distorted manner

I am creating new MediaPlayer object using MediaPlayer.Create method. After that I am starting the music with the start method as follows MediaPlayer mplayer = MediaPlayer.create(this, R.raw.mysong); ...
0
votes
1answer
192 views

How to distort an image to any quadrangle?

Do any of you have an idea, how to distort an image in any quadrangle? I want to implement an image, which you can pull any corner in any direction, distorting the image. Anyone has an idea how to do ...
4
votes
2answers
123 views

What type of image distortion filter is applied?

I have a like-black-box program (compiled code), which generates such images from text. My goal is to recreate such algorithm in my program. Problem is I need exactly the same algorithm. I tried ...
0
votes
1answer
113 views

solved- ios app screen messed up when back button is hit

I have this scroll view problem.I have 2 screens in my app, Screen A and Screen B. I have 10 buttons on my first Screen A. They all are placed on a scroll view. I also have 2 UITextViews at the bottom ...
0
votes
1answer
438 views

HOW TO use Homography to transform pictures in OpenCV?

I've two pictures (A and B) slightly distorted one from the other, where there are translation, rotation and scale differences between them (for example, these pictures:) Ssoooooooo what I need ...
-5
votes
1answer
123 views

Add odd/even harmonics to an audio signal, expressed in a float? [closed]

How do i add odd or even harmonics to a floating point signal? As in: float add_odd_harmonics(float signal, int q) { return tanh(signal*q); } float add_even_harmonics(float signal, int q) { ...
0
votes
1answer
75 views

illustrator object scaling issue

I'm having an issue with a certain object, when I scale it down - anchor points appear to be moving about - and the logo (object) becomes distorted. Please see attachment. You will see that the ...
0
votes
2answers
347 views

How can I use Homography?

I am developing a program where I receive 2 pictures of the same scene, but one of them has a distortion: Mat img_1 = imread(argv[1], 0); // nORMAL pICTURE Mat img_2 = imread(argv[2], 0); // ...
6
votes
1answer
786 views

How to implement image distortion effects in Android

I want to implement distortion effects on image in Android. I did the same in iOS(iPhone and iPad) by using GPUImage framework. Is there any framework or library available in Android to do the same. ...
2
votes
1answer
141 views

Disorted image loaded in I/O suspension mode with libjpeg

After couple of days I had to give up and submit this question. What I am trying to do basically is pretty straight forward - here is the code : switch ( state ) { case INIT: if ...
2
votes
1answer
498 views

Fisheye/Wide-Angle lens Calibration in OpenCV

I know the default OpenCV Calibration systems model a Pinhole camera, but I'm working with a system using extremely wide FOV lens (187-degrees). If there any existing way to do this in OpenCV, or to ...
2
votes
0answers
216 views

How to distort perspective with php imagick at a set angle

I have an image that I'm trying to distort at a 30 degree angle. So far I'm working off some arbitrary control points from an example. My code thus far: $im = new imagick($thefile); $points ...
1
vote
0answers
202 views

jqGrid freeze rowheader (rownum)

I am trying to freeze rownum column of grid. Because I have replaced text of rownum with meaningful row description. I took help from jqgrid freezing columns demo. But it is not working out for rownum ...
2
votes
4answers
1k views

Barrel distortion correction algorithm to correct FishEye lens - failing to implement with Java

I have a large bulk of photographs taken with a fisheye lens. As I want to do some image-processing (e.g. edge detection) on the photos I want to remove the barrel distortion which effects my results ...
1
vote
2answers
503 views

Facebook like box images distorted

I'm using the FB like box widget on my website. I noticed that bigger images published on FB are appearing distorted in the box. I'm seeing that the css responsible for this is: ...
0
votes
0answers
153 views

Flash distortion in IE9

My customer reported strange problem with flash in ie9 (9.0.8112.16421). Here is a screenshot of the result: http://i46.tinypic.com/f41ens.jpg. The flash app is for internal use only, so I cannot ...
0
votes
0answers
89 views

libsox on iphone reverb effects not works well [closed]

I build libsox for iphone fllow the blog http://uberblo.gs/tag/ios but libsox's "reverb" effect not works very well. I have 50s audio file 1.wav . after add "reverb" effect 1_out.wav becomes 100s ...
0
votes
1answer
99 views

Bluetooth incoming data string distortion

I have scales equipped with RS232 serial port and a Bluetooth transmitter. I made a program in VBA to receive data from the scales. However, lets say out of 10 incoming strings I get 3 distorted. My ...
2
votes
1answer
342 views

Android - Distorted Camera Preview

I am currently writing an android app which runs displays a circle drawable on the preview frame, runs edge detection and then takes a photo once the user lines up a coin perfectly in the circle. For ...
1
vote
0answers
203 views

Pink lines/distortion in MediaUriElement (from WPFMediaKit) for HD video

I have a media player in WPF that was previously using the MediaElement control to show video. But on XP it did not show some HD videos. Following this thread's advice I started using the WPFMediaKit ...
1
vote
1answer
722 views

my iOS app using audio units with an 8000 hertz sample rate returns a distorted voice

I really need help with this issue. I'm developing an iOS application with audio units, the recorded audio needs to at 8bit / 8000 hertz sample rate using alaw format. How ever I'm getting a distorted ...
0
votes
1answer
134 views

ImageView distortion

I am having a strange issue. In my application, I am showing a bitmap inside a imageview. It looks fine in normal. But when a dialog say waitdialog comes in front, it cuts down from bottom. I have ...
0
votes
1answer
287 views

UIImageView 3D distortion

I've been looking stackoverflow and the internet for quite some time, but can't seem to find anything usable. I'd like to achieve this: Where it's important that I can change the four corner's ...
2
votes
1answer
437 views

OpenGL ES 2.0 texture distortion on large geometry GL_REPEAT

OpenGL ES 2.0 has serious precision issues with texture sampling - I've seen topics with a similar problem, but I haven't seen a real solution to this "distorted OpenGL ES 2.0 texture" problem yet. ...

1 2 3