SMS:Scatter Filter: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
(Created page with "There are two filter options. The first option is to filter by adjacent triangle normal angle filter. The second option is to filter by using the VTK Decimate Pro. You can acc...")
 
No edit summary
Line 1: Line 1:
There are two filter options.  The first option is to filter by adjacent triangle normal angle filter.  The second option is to filter by using the VTK Decimate Pro.
There are two filter options.  The first option is to filter by adjacent triangle normal angle filter.  The second option is to filter by using the VTK Decimate Pro.


You can access the Filter Options dialog by going to Data | Filter... while in the Scatter Module.  
You can access the ''Filter Options'' dialog by going to ''Data'' | '''Filter...''' while in the Scatter Module.  


* '''Filter – Adjacent Triangle Normal Angle Filter'''
* '''Filter – Adjacent Triangle Normal Angle Filter'''
Redundant and overlapping data may exist in a scatter. SMS offers the ability to filter the data and remove unnecessary data points in relatively flat areas in the Filter option from the Scatter module, Data menu. The user specifies an angle. Each data point is checked to see if it is in a flat region by dotting the normals of the surrounding triangles.
Redundant and overlapping data may exist in a scatter. SMS offers the ability to filter the data and remove unnecessary data points in relatively flat areas in the ''Filter'' option from the Scatter module, ''Data'' menu. The user specifies an angle. Each data point is checked to see if it is in a flat region by dotting the normals of the surrounding triangles.
   
   
[[File:Filter_diagram.bmp]]
[[File:Filter_diagram.bmp]]
Line 14: Line 14:


[http://www.vtk.org/doc/release/4.0/html/classvtkDecimatePro.html http://www.vtk.org/doc/release/4.0/html/classvtkDecimatePro.html]
[http://www.vtk.org/doc/release/4.0/html/classvtkDecimatePro.html http://www.vtk.org/doc/release/4.0/html/classvtkDecimatePro.html]
{{Navbox SMS}}

Revision as of 16:00, 3 April 2013

There are two filter options. The first option is to filter by adjacent triangle normal angle filter. The second option is to filter by using the VTK Decimate Pro.

You can access the Filter Options dialog by going to Data | Filter... while in the Scatter Module.

  • Filter – Adjacent Triangle Normal Angle Filter

Redundant and overlapping data may exist in a scatter. SMS offers the ability to filter the data and remove unnecessary data points in relatively flat areas in the Filter option from the Scatter module, Data menu. The user specifies an angle. Each data point is checked to see if it is in a flat region by dotting the normals of the surrounding triangles.

File:Filter diagram.bmp

If the normals are all within the specified angle, the region is flat and the point is deleted.

  • Filter – VTK Decimate Pro

VTK Decimate Pro is a filter to reduce the number of triangles in a triangle mesh, forming a good approximation to the original geometry. To get a detailed description of the options to set when performing this kind of filter, please visit the website:

http://www.vtk.org/doc/release/4.0/html/classvtkDecimatePro.html