Could anybody help me? I cannot find formula for computation of parallel cam profile. I have polar coordinate system (with aprrox. half of deg step) and need transfer to polar system again.
I have polar data of B profile and need polar data of profile A. I would like find any mathematic formula ( numeric solving ). I use step half of degree.
You say that you have the polar coordinates of B; I am assuming in the form of (B,θ).
Would it not just be as simple as your new coordinates of A=B-R?? So that your new coordinates are ('B-R',θ) or am I missing something here?
I could see a little confusion if you had the coordinates of B as (x,y) so that maybe your new coordinates of A would perhaps be ('x-Rcosθ', 'y-Rsinθ')