Community Profile

photo

Mark


Last seen: 3 years ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
Coordinate System Transformations
Does this look correct? % Reference data RefYaw = toRadians('degrees', 1); RefPitch = toRadians('degrees', 0); R...

13 years ago | 0

Question


Coordinate System Transformations
I have an image of two objects (reference & measurement object). I have the rotational data (yaw, pitch and roll) on both objec...

13 years ago | 1 answer | 0

1

answer

Answered
Plotting a function...
Thanks for the help

13 years ago | 0

Question


Plotting a function...
I have the following function that I would like to plot. Gamma = atand((Y)/(X)); Whats the best way to preform this ta...

13 years ago | 3 answers | 0

3

answers

Answered
Complex Number Issue
I'm using these equations from a white paper determining the pose of a head in monocular image. To determine yaw, it states tha...

13 years ago | 0

Answered
Complex Number Issue
Xell = -0.2182; Xelr = -0.0269; Xerl = 0.8085; Xerr = 1.0348; I2 = (((Xerl - Xerr)*(Xell - Xelr))/((Xell - Xerl)*...

13 years ago | 0

Question


Complex Number Issue
I'm working on an image processing problem that keeps giving me a complex number. Is it possible to get this number in some use...

13 years ago | 4 answers | 0

4

answers

Answered
Solving Equation
Nope, I get the same issue. If I run the following code, I get the below code: s = solve('(Xell-Xelr)/(Xerl-Xerr) = -(((s-1)*...

13 years ago | 0

Answered
Solving Equation
Thanks Oleg, but I hit a snag... If you solve the following code: syms Xell Xelr Xerl Xerr s q; s = solve('(Xell-Xelr)/...

13 years ago | 0

Question


Solving Equation
I'm trying to solve a equation, and I'm having some issues... syms Xell Xelr Xerl Xerr s q; s = solve('(Xell-Xelr)/(Xerl-Xer...

13 years ago | 4 answers | 0

4

answers