Tagged Questions
The transformation tag has no wiki summary.
23
votes
3answers
487 views
How can you produce sharp paint results when rotating a BufferedImage?
One attempted approach was to use TexturePaint and g.fillRect() to paint the image. This however requires you to create a new TexturePaint and Rectangle2D object each time you paint an image, which ...
12
votes
1answer
2k views
Advanced tasks using Web.Config transformation
Does anyone know if there is a way to "transform" specific sections of values instead of replacing the whole value or an attribute?
For example, I've got several appSettings entries that specify the ...
11
votes
7answers
993 views
Is there a standard format for describing a flat file?
Is there a standard or open format which can be used to describe the formating of a flat file. My company integrates many different customer file formats. With an XML file it's easy to get or create ...
6
votes
1answer
204 views
Sequence of transformations: Projective Texturing (HLSL)
When I was reading this article on Projective Texturing (9.3.2) on nvidia, I came across this graph:
The order in which the transformations are written confused me. This is because I learned to ...
6
votes
1answer
278 views
How do I get mogenerator to recognize the proper type for Transformable attributes?
I have a Core Data model with a single transformable attribute. I also have this attribute use a custom NSValueTransformer, setup in the model properly.
When I use mogenerator to generate/update my ...
6
votes
2answers
1k views
Perspective transformation with GD
How could you distort an image with PHP GD from this...
To this...
using only the PHP GD library.
I don't want to use a function someone else made I want to UNDERSTAND what's going on
6
votes
3answers
751 views
How to apply VS2010 web.config transformation to an element with a namespace attribute?
I'd like to use the new VS2010 web.config transformation feature to change the connection string within the nhibernate configuration in my web.config file. The relevant snippet is something like this:
...
5
votes
6answers
536 views
C: Convert A ? B : C into if (A) B else C
I was looking for a tool that can convert C code expressions for the form:
a = (A) ? B : C;
into the 'default' syntax with if/else statements:
if (A)
a = B
else
a = C
Does someone know a ...
5
votes
4answers
1k views
Determine transformation matrix
As a followup to my previous question about determining camera parameters I have formulated a new problem.
I have two pictures of the same rectangle:
The first is an image without any ...
5
votes
4answers
3k views
OpenGL: Multiple user vector by modelview matrix?
Is there a way to make OpenGL transform a general vector I give it with the current modelview matrix and get the result back?
The obvious way is to query the modelview matrix and do the ...
4
votes
3answers
116 views
Checking if Two Massive Python Dictionaries are Equivalent
I have a massive python dictionary with over 90,000 entries. For reasons I won't get into, I need to store this dictionary in my database and then at a later point recompile dictionary from the ...
4
votes
1answer
368 views
Algorithm to project 2D/3D objects onto a plane (Augmented Reality)?
I'm working on a project about Augmented Reality using a marker (which is a chessboard) that takes images from webcam and insert a 2D/3D object onto the chessboard plane(realtime) .
By using openCV i ...
4
votes
3answers
357 views
XSLT: Set namespace as first attribute
I have a problem with namespace position in result xml file after xsl transformation.
My transformation stylesheet looks like
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet ...
4
votes
3answers
1k views
OpenGL Rotation of an object around a line
I am programming in OpenGL and C++. I know 2 points on 1 line ( a diagonal line) and wish to rotate an object around that diagonal line. How can I go about doing this? I know how to use glrotatef to ...
4
votes
1answer
461 views
SQLAlchemy Column to Row Transformation and vice versa — is it possible?
I'm looking for a SQLAlchemy only solution for converting a dict received from a form submission into a series of rows in the database, one for each field submitted. This is to handle preferences and ...
4
votes
3answers
732 views
XSL recursive sort
I am facing a problem where I need to sort elements, depending on their value, which contains a numbers, separated by periods. I need to sort elements depending on the value of the number before first ...
3
votes
2answers
54 views
How to apply transformation in a specific portion of a texture
Lets say i have a rectangle
Now i wish to apply it transformations such as translating in the z direction and scalling as well on the lower-right corner of the texture.
How can i do that. ...
3
votes
2answers
62 views
How do I map a contingency table to another, by applying a function to each element, in R?
I have a 2D contingency table in R; it is a table object. I want to transform it into a new table by applying a function on each of its elements.
I looked at sapply, tapply, etc., but they are all ...
3
votes
2answers
375 views
Executing cv::warpPerspective for a fake deskewing on a set of cv::Point
I'm trying to do a perspective transformation of a set of points in order to achieve a deskewing effect:
I'm using the image below for tests, and the green rectangle display the area of interest.
...
3
votes
2answers
158 views
Solr letter transformation / umlauts support
I'm using Solr 3.x with focus on German text, which works well.
Searching for umlauts (öäüß) also works well.
The problem is:
I received some archived text from the late 80s, were most of the ...
3
votes
0answers
152 views
Image transformation in C#
I am working on a document processing application that generates and reads forms. The sample form attached is generated as a printed document, filled out by people, scanned and fed back to the ...
3
votes
1answer
136 views
Working with Web.Release.config (Web.config transformation)
In my Web.config file have the following setup:
<add key="ClientMail" value="ridermansb@bindsolution.com"/>
In my file I Web.Release.config:
<appSettings>
<add ...
3
votes
1answer
52 views
File transformation, is it possible to add autoincrement to a setting
In our automatic build we use MSBuild in combination with web.config transformation to create an acceptance config and a production config.
We have added attributes to change config settings
for ...
3
votes
2answers
55 views
How do you reverse a skew transformation in the Flash IDE?
Place a 100px by 100px box on the stage (not a movieclip, just a simple shape).
Now apply a vertical skew of 30 degrees. You should get this...
Click outside of the shape to release the ...
3
votes
3answers
100 views
Algorithms: Transformation without rotation
Is there a name for 2D transformation having the following parameters:
shift_x,
shift_y,
scale.
Transformation does not use any rotation... Thanks for your help.
3
votes
2answers
98 views
Do you know any good Database Schema Migration tool?
I'm currently writing a V2 of application, beyond the code change, some improvements have been done in the database as well as new data (columns/tables).
Now, I need to migrate my V1 data to my V2 ...
3
votes
2answers
204 views
Wrapping multiple sequences of list elements using XSL transformation (XML to XML)
I have some input long (about 3k lines) XML document, which generally looks as:
<chapter someAttributes="someValues">
<title>someTitle</title>
<p>multiple ...
3
votes
3answers
252 views
Find Polygon Coordinates WP7
After doing rotating and translating using CompositeTransform. The coordinates for the shapes remain the same in both messagebox.
Messagebox.Show(Convert.ToString(T1Shape.Points[i].X)) ;
...
3
votes
1answer
335 views
Convert 2D affine transformation matrix to 3D affine transformation matrix
I have a bug somewhere in my code, was wondering if this is incorrect.
I have a 2D view matrix in my code, but to display my world to the screen I need to convert the 2D view matrix to a 3D one. This ...
3
votes
4answers
550 views
A tool for transforming POJO to XML and JSON, based on xml-mapping is needed
I need an open-source tool which can convert POJOs to XML and JSON strings.
Jersey (and probably other JAX-RS implementations) would fit these requirements if mappings could be configured through ...
3
votes
2answers
835 views
jQuery Element Free Rotation. Correcting Transform Origin and Translate in IE
I'm developing a jQuery plugin to make a block-level element rotatable with mouse. Now it works as expected in non-IE browsers, but have a strange behavior while rotating in Internet Explorer.
Demo ...
3
votes
0answers
185 views
Pose estimation for rectangle in flash application
I'm working on a simple augmenter reality application and my question is:
Is there any simple algorithm or library out there that could help me to determine rotation and perspective of a plane where ...
3
votes
2answers
177 views
Transforming xml to xml using xslt encoded hierarchy problem xslt v1
In my input xml file I have got encoded hierarchy in elements attribute "lp":
<element lp="1"/>
<element lp="1.1"/>
<element lp="2"/>
<element lp="3"/>
<element lp="3.1" ...
3
votes
2answers
549 views
Scala XML.loadString vs literal expression
I have been experimenting with Scala and XML and I found a strange difference in behavior between a XML tag created with XML.load (or loadString) and writing it as a literal. Here is the code :
...
3
votes
2answers
207 views
PHP outputting numbers in exponential form
When i'm outputting some of my double variables they're being written in exponential form using fwrite. Can i set some defaults in PHP where whenever a variable is displayed (copied or stored) it ...
3
votes
2answers
386 views
Remove XML comments using Visual Studio 2010 Web Config Transformation
We are using Team Build to handle our deployments to our development server, and we have a need to remove comments from our web config when it's transformed. Does anyone know how to remove the <!-- ...
3
votes
4answers
701 views
Can anyone recommend some Transformation Matrix tutorials for dummies?
Can anyone recommend some good starting points for understanding Transformation Matrices for dummies like me with poor math skills.
I'm willing to learn the math, and I'm not a complete idiot (I ...
2
votes
2answers
47 views
How to get the ScrollViewer to update it's layout after a child does a RenderTransform?
I have a ScrollViewer and within it I use the Blend control PathListBox, whose children I rotate and scale with a RenderTransfrom.
Unfortunately, the ScrollViewer sizes to the size of my Ellispe ...
2
votes
2answers
72 views
Matrix / coordinate transformation order
I have two array of points:
Point [] original; AND Point [] transformed;
These transformed array is simply a copy of the original with transformations applied. Example:
matrix.Rotate(5f);
...
2
votes
1answer
62 views
Detecting Alpha channel on transformed Image in UIImageView
I'm using this function to detect if the touched point of a UIImageView corresponds to a transparent pixel or not.
-(BOOL)isTransparency:(CGPoint)point
{
CGImageRef cgim = self.image.CGImage;
...
2
votes
1answer
31 views
As3 - Transforming an image like leaning backward
I want to transform an image/bitmap as it is leaning backwards. If it is not clear what am trying to say please refer pic1 (original) pic2 (transformed)
pic1
-----------
-----------
...
2
votes
1answer
60 views
Tool for transforming OOP code into AOP
Is there any open source tool which can transform the OOP code (irrespective of the programming language i.e. .NET, Java or PHP) into AOP?
2
votes
3answers
120 views
How to find the x, y and z rotational angles for the given directional vector and up vector?
I have a superclass object which represents a model in a scene. This object contains a 3D vector, position for its location and three variables x, y and z to describe its rotation around those axes. ...
2
votes
1answer
65 views
objective-с CALayer UIView real rotation
I'm trying to rotate a UIView object like shown on the image below
http://i.piccy.info/i7/f8ff7fe488c7c492e6ff6a689bc9cdeb/1-5-2127/60800682/rotation.png
I'm trying to use the CALayer's transform but ...
2
votes
1answer
283 views
Using warpPerspective() on a sequence of points given by HoughCircles(), OpenCV
I'm trying to detect the positions of billiards balls on a table from an image taken at a perspective angle. I'm using the getPerspectiveTransform() method to find the transformation matrix and I want ...
2
votes
1answer
83 views
How can I rotate an RectangleF at a specific degree using Graphics object?
I have tried this:
g.RotateTransform(degrees);
But nothing happens.I have one graphics object and one rectangle object witch im drawing using this method:
g.FillRectangle(new ...
2
votes
1answer
48 views
Does MongoDB offers facilities to transform to other (JSON) formats?
The task is simple. We will develop a mid-tier layer that will read a JSON feed from somewhere and cache it on MongoDB as is. It will then service this data in a different JSON format.
I'm wondering ...
2
votes
3answers
62 views
3D Relative to Absolute Transformations
I am trying to create a scene graph for my 3D game in which every object's transformations are relative to it's parent. Each node of the graph has a Rotation, Scaling and Translation vector.
What is ...
2
votes
0answers
101 views
What's the difference between xml methods (XML transformation) [closed]
can anyone help me please?
I need to transform one XML document to another by using XSLT.
So I have the next simple code:
var xmlDocument = new XmlDocument();
xmlDocument.Load("input.xml");
...
2
votes
2answers
76 views
Transform a regular expression into another
I have to write regular expressions to match some tokenizable text, and it will be cumbersome to add all the \s* and \s+ where the amount of whitespace is insignificant or not required at all.
What ...