[vtkusers] Identifying the difference between two objects

Cory Quammen cquammen at cs.unc.edu
Wed Sep 18 07:25:59 EDT 2013


You might be interested in this paper that introduces a technique for
comparing two objects:

http://www.cs.unc.edu/~weigle/Papers/Vis05-Intersecting_Surfaces.pdf

A version of the technique where you view the union of the surfaces in
wireframe (or semi-transparent, though that isn't great for understanding
shape) and the intersection of the surfaces as solid is fairly easy to
achieve with the boolean operation filter:

http://www.vtk.org/doc/nightly/html/classvtkBooleanOperationPolyDataFilter.html

The code in this filter is based on the code developed to generate results
for the paper I cited above.

An example of using the boolean operation filter is available at:

http://www.vtk.org/Wiki/VTK/Examples/Cxx/PolyData/BooleanOperationPolyDataFilter

Cory


On Wed, Sep 18, 2013 at 3:55 AM, Andrew Legacci <andrewlegacci at gmail.com>wrote:

> Hi all,
>
> Suppose I have two objects read from a file, say a cube and another cube
> whose side is slightly warped.
>
> What is the best way to visualize the difference between the two? I want
> to point out the deformation in the object.
>
> Thanks,
> Andrew
>
>
> _______________________________________________
> 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 VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>


-- 
Cory Quammen
Research Associate
Department of Computer Science
The University of North Carolina at Chapel Hill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20130918/000c434d/attachment.htm>


More information about the vtkusers mailing list