The skew tag has no wiki summary.
6
votes
5answers
1k views
How to generate distributions given, mean, SD, skew and kurtosis in R?
Is it possible to generate distributions in R for which the Mean, SD, skew and kurtosis are known? So far it appears the best route would be to create random numbers and transform them accordingly.
If ...
4
votes
4answers
4k views
CSS3 Transform Skew
Does anyone know how to achieve skew like this using CSS's new transform property?
As you can see I'm trying to skew both corners, anyone know if this is possible?
3
votes
2answers
458 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
63 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
1answer
366 views
Open source image skew detection/correction libraries in java?
I need to perform skew correction on some images (lets say the format is tiff). That is, I have some images which can come in tilted to the right or left and I need to adjust them so that they are ...
3
votes
3answers
936 views
Skewing a bitmap only in the vertical direction
I want to skew (correct me if this is not the correct word) a bitmap so that it appears to have depth. A good way to visualize what I am asking for is how the credits of Star Wars are angled to show ...
3
votes
2answers
217 views
Creating a Skew AngleY from a Skew Factor for a Rhomboid in XAML
I'm not sure if this is possible, but basically I have two degrees that will change the width/size and skew of an image. In a tranformation matrix (<Matrix3DProjection/>), it works like this:
...
2
votes
1answer
315 views
OpenCV C++/Obj-C: Detecting a sheet of paper / Square Detection
I successfully implemented the OpenCV square-detection example in my test application, but now need to filter the output, because it's quiet messy - or is my code wrong?
I'm interested in the four ...
2
votes
1answer
141 views
skew detection and reduction in opencv
I've been working on a project that involves several preprocessing on a scanned document. Part of this preprocesses is skew detection and correction . Before skew detection and correction i have a ...
2
votes
1answer
112 views
Android Bitmap shaped Rhomboid
I have to implement Bitmap whose shape is like a rhomboid(For ref. I have attached sample image for it.) and the source image is rectangular. I do want to make the image to be skewed, cut the image in ...
2
votes
1answer
275 views
Trying to skew an image with PHP's GD Lib
I've been looking everywhere to try and find a function to skew an image with php using the GD library. I've read threads where ImageMagick has been suggested but I unfortunately don't have access to ...
1
vote
1answer
151 views
Skew or Distort Image object in Java
Is it possible to skew or distort an Image object in Java? I 'pull' one side of an image out, making it seem closer to me. (LIke 3D).
Any suggestions?
1
vote
1answer
375 views
Image Modification (cropping and de-skewing) in C#
With a mobile device I take a picture of a flat light object on a dark surface. (for instance a coupon clipped out of a newspaper).
The image is then run through a brightness/contrast filter. If it ...
1
vote
1answer
251 views
Worst Case Runtimes of Skew Heap vs Leftist Heap
I'm studying for some technical interviews coming up and was just going over lecture slides from a year or two ago about data structures.
I'm not clear on why the worst case runtimes of merge for a ...
0
votes
0answers
60 views
Trying to skew a quad (image) using it's verts and skew params provided by the export animation tool in Flash
Given a quad's vertices
// [x,y](location) [x,y](uv)
this.primitive.pushVertex(new GL2.Primitive.Vertex([0,0],[0,0]));
this.primitive.pushVertex(new GL2.Primitive.Vertex([80,0],[1,0]));
...
0
votes
2answers
447 views
Warp effect in flash AS3
I am looking for photoshop like warp effect, where an image is not rotated, but lets say the top two points(corners) are shifted, anyone would have any idea how to do that?
or an idea how to shift ...
0
votes
1answer
200 views
Dropdown menu not displaying in IE7
I'm currently building a website which uses Projekktor to play the movies and JQuery for almost everything else, i.e, navigation, displaying panels etc. The development link is - ...
0
votes
1answer
223 views
Skew Binary Trees
1) What is meant by the term unbalanced binary tree and how we can write an algorithm to test it?
2) I have a problem which asks to write a function to test the depth of a binary tree. I think this ...
0
votes
0answers
217 views
jQuery position after transform skew
I'm playing with css transform to create a 3d perpective. To emulate deepness, I applied skewY(deg) on a div, where deg is estimated each time.
Example:
have a look at this image: ...
0
votes
1answer
365 views
skew normal distribution in multivariate case using matlab
how can we generate random numbers using skew normal distribution in multivariate case?
0
votes
0answers
340 views
How to skew/resize/distort an image given points within that image (iPhone)
I want to take an image in which there will be a quadrilateral, and skew or otherwise distort the entire image such that the object that was a quadrilateral is now a square or rectangle. I realize ...
0
votes
3answers
266 views
Java: saving image as JPEG skew problem
I am trying to save an image to JPEG. The code below works fine when image width is a multiple of 4, but the image is skewed otherwise. It has something to do with padding. When I was debugging I was ...
0
votes
2answers
33 views
Reverse engineer a new set of points from an original set by altering moments, skew, and/or Kurtosis?
I don't know if this is even possible but I'd like to be able to take a set of points, run something on them that calculates the moments, skew and kurtosis values, and have another function that would ...
0
votes
1answer
410 views
How can I detect (and correct) skew in images?
I have a large collection of scanned images, and they are all somewhat skewed, with a white area around them.
So, these images have rectangles of colors, surrounded by a large white area. The ...