Hi, I have two TINs (triangulated irregular network) of a terrain. First one (TIN1) is the original one, let's say with X number of points. And the other (TIN2) is simplified (the number of points were reduced by some decimation algorithm) one where let's say it was build from Y points, where X>Y. Now, how could I do the following comparison between these two TINs:
1) How TIN2 is similar to TIN1? or How TIN2 deviates from TIN1? or How could I compare the accuracy of the TIN2 with respect to TIN1?
2) What are the list of tools or methods that would help me to get the most of the information regarding the accuracy of the TIN2 with respect to TIN1?
If you could possibly point me to any papers, books, links,...? Thanks a lot!