Questions tagged [perspective]

In Eclipse, a perspective defines the initial set and layout of views in the Workbench window. In CSS, perspective is a property and concept used in 3D transforms.

In Eclipse, a perspective defines the initial set and layout of views in the Workbench window. Within the window, each perspective shares the same set of editors. Each perspective provides a set of functionality aimed at accomplishing a specific type of task or works with specific types of resources. Perspectives control what appears in certain menus and toolbars. They define visible action sets, which you can change to customize a perspective. You can save a perspective that you build in this manner, making your own custom perspective that you can open again later.

In CSS, the perspective property determines the distance between the user and the z=0 plane, affecting the amount of distortion caused by 3D transforms. The perspective-origin property is related.

733 questions
124
votes
5 answers

How do I turn off "Automatically Switch to Debug Perspective" mode in eclipse?

Is there a way to turn off this mode? I must have clicked it by accident, and now it's getting really annoying. I've looked in the preferences and perspectives pane, but can't see anything. Does anyone know where this option is configured?
Sam Dolan
  • 31,966
  • 10
  • 88
  • 84
59
votes
6 answers

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: http://nuigroup.com/?ACT=28&fid=27&aid=1892_H6eNAaign4Mrnn30Au8d I'm using the image below for tests, and the green rectangle display the area…
karlphillip
  • 92,053
  • 36
  • 243
  • 426
55
votes
4 answers

How does perspective transformation work in PIL?

PIL's Image.transform has a perspective-mode which requires an 8-tuple of data but I can't figure out how to convert let's say a right tilt of 30 degrees to that tuple. Can anyone explain it?
Hedge
  • 16,142
  • 42
  • 141
  • 246
53
votes
5 answers

what's the shortcut of switching between different perspectives in eclipse

I have PyDev, Java, and CDT installed on my Eclipse, and sometimes I need to switch between different perspectives; Debug to Pydev, for example. Does Eclipse have a shortcut to switch between them?
Searene
  • 25,920
  • 39
  • 129
  • 186
52
votes
2 answers

Perspective Transform + Crop in iOS with OpenCV

I'm trying to implement a cropping & perspective correction feature into an upcoming app. Whilst doing research, I came across: Executing cv::warpPerspective for a fake deskewing on a set of…
mmackh
  • 3,550
  • 3
  • 35
  • 51
51
votes
1 answer

gluPerspective parameters- what do they mean?

I wonder about the gluPerspective parameters. In all examples I see fovy is set to around 45-60degrees I've tried to set it to different values and the object just disappears what's the explanation for it? The aspect value should always be the…
Despair
  • 715
  • 1
  • 6
  • 14
42
votes
2 answers

Perspective transform of SVG paths (four corner distort)

How is it possible to distort paths in SVG in browser so that they are distorted to certain perspective using possibly javascript or css? The perspective distort can be made easily in Photoshop, Illustrator etc, but how about browsers? This is…
Timo Kähkönen
  • 11,962
  • 9
  • 71
  • 112
33
votes
5 answers

How to add Java EE perspective to Eclipse

I could not find the Java EE perspective in Eclipse Galileo. I want to develop a web application, but for this I need to change the Eclipse perspective. But, I could not find the Java EE perspective. Can anybody tell me how to add this to Eclipse?
user582983
  • 331
  • 1
  • 3
  • 4
31
votes
7 answers

Move camera to fit 3D scene

I'm looking for an algorithm to fit a bounding box inside a viewport (in my case a DirectX scene). I know about algorithms for centering a bounding sphere in a orthographic camera but would need the same for a bounding box and a perspective camera.…
Burre
  • 1,144
  • 2
  • 10
  • 14
29
votes
3 answers

Perspective correction in OpenCV using python

I am trying to do a perspective correction of a tilted rectangle ( a credit card), which is tilted in all the 4 directions. I could find its four corners and the respective angles of its tilt but I cannot find the exact location of the coordinates,…
Anuradha
  • 1,089
  • 4
  • 18
  • 29
24
votes
4 answers

How to open multiple consoles in multiple tabs in Eclipse?

I am using Eclipse Version: Helios Release for a Java application. I need to run multiple instances of same application and want easy visibility of multiple consoles. Can it be done? If yes, how?
Nitin Garg
  • 2,069
  • 6
  • 25
  • 50
23
votes
2 answers

What on earth is CSS3 perspective property?

I searched online and found several materials, but none of them illustrated this concept clearly, at least for me. For example, the w3schools says it defines how many pixels a 3D element is placed from the view. It's so abstract to totally…
chaonextdoor
  • 5,019
  • 15
  • 44
  • 61
22
votes
2 answers

What is the value of BPM? (Business Process management) Is it worth using? In which cases?

And I'm not meaning Bits Per Minute, but Business Process Management. At first though BPM was overestimated, because the technology is somehow easy to address, but I've learned the value of BPM suites is in involving the non-technical, the business…
OscarRyz
  • 196,001
  • 113
  • 385
  • 569
21
votes
3 answers

meaning of m34 of CATransform3D

What's the meaning of m34 of the structure CATransform3D, I only know it can change the perspective, but what's the meaning when the value is -0.001 and 0.001?
Xiangwei Wang
  • 275
  • 1
  • 3
  • 7
20
votes
1 answer

Calculate absolute dimensions of a div rotated in perspective with css3

lets say we have a div with 500x500px size and we rotate it on the x axis via css 45 degrees considering a webkit-perspective value of 1600px. How would you calculate the absolute dimensions of the displayed trapezium? (width, max-height, angles) I…
Elias
  • 3,300
  • 4
  • 34
  • 38
1
2 3
48 49