You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello author,
First of all, please forgive my nagging. I hope i won't make you feel bored.
IdM_1's rotation is identity, its translation is - rotation_element.rot_origin, calculated in rot_element.rot_origin = vec_first_t;, namely -P_j. IdM_2 is R_z. In paper, p_zk = Rz * p_k, q_k' = transform * q_k; q_zk = Rz * q_k'. There is no IdM_1 variable in the paper. Q1: What's the meaning of IdM_1?
Q2: I do not totally understand the func vl_fast_atan2_f(), why not directly use atan2() to calculate the coordinate azimuth, is there something we need to consider?
Q3: The relationship of R(theta, epsilon_PQ_ij), R(theta, Z) and Rz is R(theta, epsilon_PQ_ij) = R(theta, Z) * Rz ?
Q4: Related to Q1, the final translation t's calculation seems is different from eq(18) of paper, also confused this.
Hello author,
First of all, please forgive my nagging. I hope i won't make you feel bored.
IdM_1
's rotation is identity, its translation is- rotation_element.rot_origin
, calculated in rot_element.rot_origin = vec_first_t;, namely-P_j
.IdM_2
isR_z
. In paper,p_zk = Rz * p_k
,q_k' = transform * q_k; q_zk = Rz * q_k'
. There is noIdM_1
variable in the paper. Q1: What's the meaning ofIdM_1
?atan2()
to calculate the coordinate azimuth, is there something we need to consider?R(theta, epsilon_PQ_ij)
,R(theta, Z)
andRz
isR(theta, epsilon_PQ_ij) = R(theta, Z) * Rz
?t
's calculation seems is different from eq(18) of paper, also confused this.best_count_ = der_in_tcfs + 2
; I don't understand why plus 2?Thanks for author's patience and time in advance sincerely!
The text was updated successfully, but these errors were encountered: