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
