> > |
ShapeROI Project Definition
This is a tool kit that will provide classification of vertexes in a manifold mesh from region of interest which may be a set of points, open curve, or closed curve (polygon). Classification of vertexes can be obtained either grow or shrink of the region of interest following specific distance metric. There might be various metrics used for grow or shrink operation. In addition, for the closed curve only, a fill method will be also available to distinguish between the interior and exterior of the closed curve.
Restrictions, Exclusions, Limitations
- Only those shape files that ShapeTools library can recognize will be supported.
- The surface shape must be manifold mesh.
People Affected
Version
1.0
Requirements
- a. This tool kit will be written using Java 1.5
- b. This tool kit has a data structure that representing a set of points, a open curve, and a closed curve.
- c. This data structure will be also able to assign boolean value to each of vertex in the surface mesh.
- d. This tool kit will have functionality of grow and shrink for some distance metric.
- e. This tool kit will have functionality of fill which distinguish interior and exterior of a polygon.
Requirements Change Procedure
- Changes to be mutually agreed upon by Craig, BaeCheol and Ryan.
- Changes and their date will be entered in a 'requirements change' list.
Requirements Changes
Products
This project will result in the following products:
- A set of classes that will have data structure and functionality described in the requirement section.
- A SVN repository containing the Java source code of this application.
- A set of JUnit test cases.
- A Twiki user guide including examples illustrating use of the tool kit, and frequently asked questions.
Notes
Lessons Learned
|