Feeds
已回答
Coordinate System Transformations
Does this look correct? % Reference data RefYaw = toRadians('degrees', 1); RefPitch = toRadians('degrees', 0); R...
Coordinate System Transformations
Does this look correct? % Reference data RefYaw = toRadians('degrees', 1); RefPitch = toRadians('degrees', 0); R...
15 years 前 | 0
提问
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...
15 years 前 | 1 个回答 | 0
1
个回答提问
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...
15 years 前 | 3 个回答 | 0
3
个回答已回答
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...
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...
15 years 前 | 0
已回答
Complex Number Issue
Xell = -0.2182; Xelr = -0.0269; Xerl = 0.8085; Xerr = 1.0348; I2 = (((Xerl - Xerr)*(Xell - Xelr))/((Xell - Xerl)*...
Complex Number Issue
Xell = -0.2182; Xelr = -0.0269; Xerl = 0.8085; Xerr = 1.0348; I2 = (((Xerl - Xerr)*(Xell - Xelr))/((Xell - Xerl)*...
15 years 前 | 0
提问
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...
15 years 前 | 4 个回答 | 0
4
个回答已回答
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)*...
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)*...
15 years 前 | 0
已回答
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)/...
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)/...
15 years 前 | 0
提问
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...
15 years 前 | 4 个回答 | 0
