Tagged Questions
The affinetransform tag has no wiki summary.
10
votes
3answers
948 views
Java error on bilinear interpolation of 16 bit data
I'm having an issue using bilinear interpolation for 16 bit data. I have two images, origImage and displayImage. I want to use AffineTransformOp to filter origImage through an AffineTransform into ...
7
votes
4answers
3k views
Experience with MKMapView Rotation
I have an MKMapView that I am considering rotating in order to more conveniently display a series of Annotations to my users.
As of now I am planning on simply rotating the entire view with a ...
6
votes
1answer
4k views
How to directly rotate CVImageBuffer image in IOS 4 without converting to UIImage?
I am using OpenCV 2.2 on the iPhone to detect faces. I'm using the IOS 4's AVCaptureSession to get access to the camera stream, as seen in the code that follows.
My challenge is that the video ...
6
votes
4answers
2k views
Problems rotating BufferedImage
I have some problems with rotating images in Java using the AffineTransform class.
I have the following method for creating a rotated (90 degrees) copy of an image:
private BufferedImage ...
5
votes
1answer
416 views
Java - Does subpixel line accuracy require an AffineTransform?
I've never worked with Java drawing methods before, so I decided to dive in and create an analog clock as a PoC. In addition to the hands, I draw a clock face that includes tick marks for ...
4
votes
2answers
154 views
Copying triangular image region with PIL
I have two PIL images and two sets of corresponding 2D points that make a triangle.
For example:
image1:
100x100 pixels
points = [(10,10), (20,20), (10,20)]
image2:
250x250 pixels
points = ...
4
votes
4answers
478 views
How does Affine Transform really work in Java?
I have been using Affine Transform to rotate a String in my java project, and I am not an experienced programmer yet, so it has taking me a long time to do a seemingly small task.. To rotate a string.
...
4
votes
4answers
2k views
Transform a triangle to another triangle
Hi i am trying to create the affine transform that will allow me to transform a triangle into another one. What i have are the coordinates for the 2 triangles. Can you help me?
Following the answer ...
3
votes
2answers
328 views
3D Affine transformation problem in raytracing
All,
I am writing a rather non conventional ray tracer to calculate heat transfer properties of various objects in a scene. In this ray tracer random rays are shot from the surface of my primitive ...
3
votes
2answers
143 views
What is AffineTransform?
I'm reading "Beginning Java Game Programming 2/e" and the book heavily emphasizes using AffineTransform.
There is just one problem, it doesn't explain at all what it is, what it does, and the purpose ...
3
votes
2answers
331 views
AffineTransform without transforming Stroke?
When using the Graphics2D scale() function with two different parameters (scaling by different ratios in x- and y-direction), everything drawn later on this Graphics2D object is scaled too. This has ...
3
votes
4answers
3k views
How do I translate parabolically?
I'm working on an iPhone app with some simple animation.
I have a view I want to translate, but not along a line. I want to translate it parabolically. Imagine that I am animating a car moving along ...
3
votes
4answers
5k views
AffineTransform: scaling a Shape from its center
I'm trying to scale a rectangle from its center using AffineTransform. I'm sure the solution is obvious but I cannot make it work ! Here is what I've tested so far...
import java.awt.Color;
import ...
2
votes
2answers
192 views
How come this AffineTransform rotation method works?
Ive been programming a game just to become better at java. I had been having alot of trouble with getting the player rotation to work correctly. My first method used this
...
2
votes
2answers
284 views
AffineTransform mouse aiming rotation stutter on 90 degrees
EDIT:
OH!!!!!
it works!!!
It seems that at one point it was fixed However the wrong HTML file was opening up so the wrong code was running. I feel stupid, that should have been obvious.
But ...
2
votes
1answer
157 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
2answers
749 views
Scaling/Translating a Shape to a given Rectangle using AffineTransform
I'm trying to scale/translate a java.awt.Shape with AffineTransform in order to draw it in a defined bounding Rectangle.
Moreover, I want to paint it in a drawing Area having a 'zoom' parameter.
I ...
2
votes
1answer
273 views
How to find out whether an affine transformed rectangle contains a certain point, in Java?
I'm trying to make an interactive GUI but I need to move a certain object whenever that rectangle is clicked + dragged. Basically I wanna know whether a rectangle, that has been affine transformed, ...
2
votes
1answer
281 views
Inverting an affine transform— how do I update the center coordinate?
So I have a 3D image that's getting transformed into a space via an affine transform. That transform is composed of the traditional 4x4 matrix plus a center coordinate about which the transform is ...
2
votes
1answer
464 views
Java AffineTransform moving origin
I would like to move the origin from top left to bottom middle of the component?
I have been playing with AffineTransform class could not get it to work?
2
votes
3answers
747 views
Rotation and Scaling — How to do both and get the right result?
I've got a set of Java2D calls that draw vectors on a graphics context. I'd like for the image to be doubled in size and then rotated 90 degrees.
I'm using the following code to do this:
Graphics2D ...
1
vote
0answers
16 views
GradientPaint rotation
I have a shape that rotates around one end of itself coloured in by a gradient paint.
GradientPaint turretShade = new GradientPaint(Math.round(x+((1.0/2.0)*le)),Math.round(y+((1.0/2.0)*le)),green,
...
1
vote
1answer
57 views
Problems rotating tiff image
I have found a code to rotate a tiff image clockwise but its taking so much time and even scrolling the image in jscrollpanel is also very slow.
1.So is there any easy method to rotate a tiff image ...
1
vote
1answer
81 views
flipping 2d components in java
i am trying to flip a 2d object any object. Is it possible to do so in Java? if they r in separate quadrant can I change their quadrant? It is similar to what we do to flip images in Paint. The same ...
1
vote
1answer
166 views
CGContextConcatCTM vs CALayer affineTransform
I'm trying to change the affine transform of a CALayer so what's drawn in it gets deformed.
First I was doing this without CALayers, just redrawing with a different CGAffineTransform passed to ...
1
vote
2answers
51 views
JVM crashing when using AffineTransformOp to filter image
I have been wrestling with occassional JVM crashes when using AffineTransformOp to filter image for a while now, and I was wondering if anyone can help me. I have submitted a bug report to Oracle a ...
1
vote
4answers
174 views
problems with AffineTransform
Hello I am new to affineTransform in java. I want to use it to shear some GUI I have to use later.
For now I just wanted to test a sample code but i cannot explain its output.
Here is the code
...
1
vote
2answers
253 views
Method to combine multiple affine transforms as if each was specified in un-transformed space
I'm looking for a way to combine affine transforms in such a way so that the effect is equivalent to using each transform to manipulate a shape in succession. The problem is that if I simply ...
1
vote
1answer
714 views
Transformations with Emgu (OpenCV) - Affine/perspective?
I'm currently trying to implement transformations through using EMGU, though I can't seem to get my head round how it works (and there doesn't seem to be any examples online).
I've got my image, with ...
1
vote
2answers
719 views
How to Rotate with AffineTransform and keep the orignal coordinates system?
I'am a command pattern to rotate and translate shapes on Java Swing
The translation and the rotation work well separatly, but when I do a 60 deg. rotation and then the translation, the translation ...
1
vote
1answer
584 views
JComponent JPanel Zoom, pan and Coordinates Question
I have a JPanel with an vector image that the user can zoom and pan on. Overlaying this image is a (transparent) JComponent, which I allow the user to annotate the underlying image. This works great ...
1
vote
2answers
303 views
Java awt/swing AffineTransformation to move around shapes
A program that animates circles is not drawing them fluidly once several hundred are drawn at once. It was suggested to use affine transformation to copy the shapes. This code, refactored to use ...
1
vote
5answers
305 views
rotating a 2d square into another
I have two squares, S1 = (x1,y1,x2,y2) and S2 = (a1,b1,a2,b2)
I'm looking for the A transformation matrix with which
A * S1 = S2
As far as I see, A is an affine 3x3 matrix, so I have 9 unknown ...
1
vote
1answer
76 views
Apply arbitrary geometric transforms to a JPanel
I have some Swing controls in a JPanel. I want this panel to appear on the screen transformed by some arbitrary affine transformation, and for all the controls to remain interactive. Lets assume a ...
1
vote
2answers
348 views
How do I get a CGAffineTransformMakeScale to shrink a view around its center?
This should be an easy one -- when I use a CGAffineTransformMakeScale on a UIView with width and height = 0.5, it shrinks to the upper left. I need it to shrink around its center. What do I need to ...
1
vote
1answer
502 views
Java: Line appears when using AffineTransform to scale image
I'm having a problem with image scaling. When I use the following code to scale an image it ends up with a line either at the bottom or on the right side of the image.
double scale = 1;
if ...
1
vote
3answers
673 views
Affine transformation
I am trying to solve the below problem. I don't have much knowledge in Affine transformations. Could someone help me answer this question:
Find a 3x3 matrix representing a 2D affine transformation of ...
0
votes
1answer
50 views
Rotating pngs in Java
I am trying to rotate a png that is loaded in Java. The problem I have is that when I rotate the image, it also appears to also mess up the position of the image. I am rotating a 60x60 image so I ...
0
votes
1answer
41 views
Getting transparency to work in Java
I am trying to rotate an image in Java, but when I do the transparency in the png goes away. Is there any way i can rotate the image AND keep the transparency?
AffineTransform trans = new ...
0
votes
1answer
49 views
java rotate rectangle around the center
I would like to rotate a rectangle around its center point and it should remain in the place that it is supposed be drawn and rotate in that space
this is my code:
AffineTransform transform = new ...
0
votes
1answer
38 views
AffineTransform truncates image, what do I wrong?
I have here an black/white png file of the dimensions 2156x1728 which I want to rotate 90 degrees using AffineTransform. The resulting image doesn't have the right proportions. Here some example code ...
0
votes
1answer
16 views
Image not drawn to a fixed position when rotating with AffineTransform
I have a problem with rotating image in a fixed position with Graphcis2D and AffineTransform.
The idea is to rotate an image according to body's rotation.
The rotation is happening correctly as the ...
0
votes
1answer
36 views
Impact RenderTransformOrigin to MatrixTransform in WPF
I use MatrixTransform for transform my element:
element.RenderTransform = new MatrixTransform()
{ Matrix = new Matrix(a, b, c, d, e, f) };
I don't understand how ...
0
votes
0answers
33 views
How do I rotate multiple rectangles without interfering with scrolling in Java?
I can already properly rotate rectangles, but given the side effect, I may not be be doing it the best way. See this question for reference(feel free to answer that one as well): Multiple Rectangle2D ...
0
votes
0answers
48 views
Multiple Rectangle2D Rotation Scrolling Error - Java
I am attempting to create a program that can handle multiple rectangle2d's that are stored in a Vector and each is capable of rotating individually. The problem I am having is that when i scroll, the ...
0
votes
2answers
133 views
affine transform in PIL python
I have problems with the im.transform method in PIL python library. I thought I figured out the logic of parameters, A to F, however, the resulting image gets rotated in the wrong direction and cut ...
0
votes
1answer
110 views
Using only part of CGAffineTransformIdentity
Is there any way to only use certain aspects of the transform identity when I'm resetting something to its CGAffineTransformIdentity?
I have this method that resets my image view:
- (void)resetImage
...
0
votes
1answer
235 views
resize rectangles using cvTransform and cvGetAffineTransform openCv
iam dealing with multiscale images , 3 sizes : original , half & double
i extract the connected components from each of them separately then do some computations
finally i want to map the ...
0
votes
1answer
60 views
How to get the new height of a scaled Shape in Java
I am scalling a shape for a specific point as follows :
AffineTransform t = shape.getAffineTransform();
AffineTransform translatAffine ...
0
votes
0answers
120 views
PHP Affine transform matrix using GD
I need to do skewer/rotation image manipulations using GD only.
I have a canvas where my user can change the CSS transform. This gives us the CSS data-transform property in which there is a matrix ...