Top "Transform" questions

Coordinate and other transformations.

How to apply transform to an STL map in C++

In C++, I'm using transform to change all the values of a map to uppercase. std::map<std::string, …

c++ stl map lambda transform
Fastest available algorithm for distance transform

I am looking for the fastest available algorithm for distance transform. According to this site http://homepages.inf.ed.ac.…

algorithm image-processing transform distance
-transform:scale causing 'blinking' when hovering

I am working on a catalog which uses css -transform attribute to scale each 'swatch' upon hovering. Here's my problem: …

html css hover z-index transform
ROS RVIZ: How to visualize a point cloud that doesn't have a fixed frame transform

I was following the ROS official documentation on how to publish a point cloud and I was able to successfully …

c++ transform visualization ros point-clouds
Skewing an image using Perspective Transforms

I'm trying to perform a skew on an image, like one shown here (source: microsoft.com) . I have an array …

image image-processing transform computer-vision perspective
How to mix css3 transform properties without overriding (in realtime)?

Is there any way to combine (mix) css transform properties without overriding? For example there I want to rotate and …

html css transform
How to Solve Message payload is of type: BufferInputStream Exception in Mule

I am already transforming to byte array but i constantly get this error : ERROR 2015-02-25 11:12:30,517 [[ESR].HTTP_Request_Listener.…

java mule transform esb
CSS Transform square into thinner rhombus

How to create a rhombus: (as shown in red) by transforming a square using css? Only points B and C …

css matrix transform
What is the difference between the fundamental, essential and homography matrices?

I have two images that are taken from different positions. The 2nd camera is located to the right, up and …

opencv transform homography perspectivecamera projective-geometry