Re: Grid Point
"Amit" <amitbioinfo@xxxxxxxxx> wrote in message
Can anybody tell me how to superimpose two grid
points with xyz coordinates to compare
Lots of ways. The easiest way is a to have a matrix to represent
transforms. Make small rotations and translation in this matrix, nad
calculate Cartesian distance. Accept good moves and reject bad, until you
have a match.
You do need to know which point matches up to which to make this algorithm
efficient
.
Relevant Pages
- Re: The Phaistos Disk, side A, according to Fischer again (was Faucounau, was: Fischer)
... compare this unsignificant anomaly with the problems ... > raised by the Fischer's deciphering attempt of the same sentence. ... but linked in the translation. ... that some form of Pidgin Greek was once used in the Mediterranean-- ... (sci.lang) - Re: Dxf file from OpenGl style entity
... hide transforms inside block/blockrefs ... I use this kind of translation to translate GL commands into win32 printer data. ... When I wrote OpenGl entities I used a lot of transformation like ... glTranslate, glRotate, and I used to save state matrix (glPushMatrix, ... (comp.cad.autocad) - Re: IFS transformations
... transforms for an IFS?) ... rotation, translation - 'cos I'm investigating self-similar figures I ... Stewart Robert Hinsley ... (sci.fractals) - Re: YT will be happy
... I think you should re-read that book, ... Maybe the .pt translation made ... the relevant passage clearer, but I don't have the original version to ... compare. ... (alt.sysadmin.recovery) - Re: Approach to computing similarity between two rigid transforms
... Smooth Invariant Interpolation of Rotations. ... Another approach would be to use the norm of the screw motion that transforms one rigid transform into another. ... For translations you can simply take the norm of the difference of translation vectors. ... When you want to compare the effect of a transform on an object, then yes, you could simply transform the object with transform A and transform B, then add up all distances between object points in A and B, divided by the number of points, to give you one value that indicates the "average difference" in points due to the transforms. ... (comp.graphics.algorithms) |
|