Top "Transform" questions

Coordinate and other transformations.

Decompose complex matrix transformation into a series of simple transformations?

I wonder if it is possible (and if it is then how) to re-present an arbitrary M3 matrix transformation as …

math vector matrix transform decomposition
Pretty HTML snippet output

I've a snippet of HTML <div><p>text1</p></div><div&…

java html jsoup transform pretty-print
convert 3D plane to 2D

I have a set of point cloud forming a plane in 3D, which I've obtained from RANSAC plane fitting. For …

3d geometry transform point-clouds
CSS3 Transform Translate3D IE10

according to IE 10's supported technologies what I am trying to accomplish should be working, but I cannot figure out …

css transform internet-explorer-10 translate3d
Can't get OpenCV's warpPerspective to work on Android

I've been struggling to implement a quad to quad system in my Android application. The aim is to let the …

android opencv transform perspective
FFT and IFFT in C++

I'm using C++/C to perform forwards and reverse FFT on some data which is supposed to be the pulsed …

c++ transform fft ifft
Perform XSLT Transform as Build-Step

During a Visual Studio build, I need to have an XML file generated from another XML file. It is obvious …

visual-studio xslt msbuild automation transform