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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 4 件の回答 | 0
