0
votes
0answers
28 views
how can we get x-y-z parameters from webcam via matlab?
Hi There,
I am using web-camera to capture real-time image via matlab, and succeeded to preview the video using simple videoinput, getsnapshot, and preview functions.
To be honest, I am not really …
0
votes
1answer
47 views
The smallest difference between 2 Angles
Given 2 angles in the range -PI -> PI around a coordinate, what is the value of the smallest of the 2 angles between them?
Taking into account that the difference between PI and -PI is not 2 PI but …
1
vote
5answers
87 views
Get the slope from one point and an angle in degrees.
In javascript, I am trying to draw a line that is at an angle that is user defined.
Basically, I have a point (x,y) and an angle to create the next point at. The length of the line need to be 10px.
…
4
votes
3answers
80 views
How do I display an arrow positioned at a specific angle in MATLAB?
I am working in MATLAB and I'm stuck on a very simple problem: I've got an object defined by its position (x,y) and theta (an angle, in degrees). I would like to plot the point and add an arrow, …
2
votes
3answers
154 views
Comparing cross point between 2 images in MATLAB
Hello,
I took 2 images with a cross point and now I'm trying to compare these 2 images and find out what is the distance and angle moved. How can I use MATLAB to do this? Thank you very much!
2
votes
4answers
152 views
Find if an angle is within X degrees from another
I need an algorithm to figure out if one angle is within a certain amount of degrees from another angle.
My first thought was (a-x < b) && (a+x > b), but it fails when it has to work …
2
votes
2answers
150 views
Global angle of 3d vectors
I have 3 Vectors, Up Right and Front that represent a direction.
I need to convert these into an XYZ angle (3 floats) so i can use with glRotatef()
Please help
[EDIT]
Its not rendering properly. …
0
votes
0answers
38 views
bandwidth of PM signal [closed]
hi can you tell me what is the bandwidth of phase modulated signal?
thanks
0
votes
4answers
130 views
Flipping an angle horizontally
I want to know a way to flip an angle in a horizontal axis, without having to do many operations. Say I have an angle of 0 ("pointing right" in my code's coordinate system), the flipped angle should …
5
votes
7answers
237 views
Programming a smooth change of thrust from current velocity vector to a target vector.
TL;dr: "I am not sure how to calculate a smooth transition of thrust between one vector and another."
I am programming a simple game where an enemy chases after the player in an open space (no …
1
vote
3answers
211 views
How do I determine whether a number is within a percentage of another number
I'm writing iPhone code that fuzzily recognizes whether a swiped line is straight-ish. I get the bearing of the two end points and compare it to 0, 90, 180 and 270 degrees with a tolerance of 10 …
1
vote
3answers
527 views
How to convert cartesian coordinates to euler rotations in 3D?
I have a 3D point in cartesian coordinates, how can I get the euler rotation angles of it based on its distance from 0,0,0?
4
votes
4answers
283 views
Average of two angles with wrap around [closed]
Possible Duplicate:
How do you calculate the average of a set of angles?
I have two angles, a=20 degrees and b=350 degrees. The average of those two angles are 185 degrees. However, if we …
0
votes
3answers
141 views
How to calculate a point on a rotated axis?
How can I calculate a point (X,Y) a specified distance away, on a rotated axis? I know what angle I'd like the point "moving" along (in degrees).
2
votes
5answers
800 views
Given an angle and dimensions, find a coordinate along the perimeter of a rectangle
I'm writing a script where icons rotate around a given pivot (or origin). I've been able to make this work for rotating the icons around an ellipse but I also want to have them move around the …
