There is no filter to my knowledge that does what you ask.  However, assuming 
that your two curves have the same number of points in the same order, I think 
you achieve what you want by passing both to the Python Calculator and using 
the following expression:

mag(inputs[0].Points - inputs[1].Points)

I hope that's clear.

-Ken

From: Abdullahi Sanusi <[email protected]<mailto:[email protected]>>
Date: Thu, 22 Mar 2012 11:24:24 +0000
To: <[email protected]<mailto:[email protected]>>
Subject: [EXTERNAL] [Paraview] Comparing two curves

Hi All,
Given two curves A and B with point set A={p1,q1,r1} and B={p2,q2,r2}. I want 
to determine if the two curves are the same (similar) and compute the 
similarity score. Your kind advice will be well appreciated.
Cheer,
Abdul.
_______________________________________________ Powered by www.kitware.com 
Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html Please keep messages on-topic 
and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this 
link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to