Taylor Goodhart - PowerPoint PPT Presentation

1 / 10
About This Presentation
Title:

Taylor Goodhart

Description:

Canonical Threshold of plane curve singularities. Equi-threshold ... Recode SPREF framework in C . SPREF calculation. Octtree construction. Split / Merge ... – PowerPoint PPT presentation

Number of Views:19
Avg rating:3.0/5.0
Slides: 11
Provided by: stude1103
Category:

less

Transcript and Presenter's Notes

Title: Taylor Goodhart


1
Presentation 2
  • Taylor Goodhart

2
Who am I?
  • Taylor Goodhart
  • Junior / 21 / Dallas, TX
  • Rice University Houston
  • Computer Science
  • Geometric Modeling
  • Electrical Engineering
  • Computer Engineering - VLSI
  • Mathematics
  • Topology
  • Graph Theory

3
History Future
  • Past Research Log. Canonical Threshold of plane
    curve singularities
  • Equi-threshold deformation space
  • Computation
  • Difficult to compute
  • Bound and criterion for exactness
  • Future
  • PhD
  • AI, Compression
  • Defense Industry
  • DARPA, Raytheon, TI

4
Examples
xy-x6-y6 0
X4 x6y x2y3 y6 x3y4 0
5
Overview
  • Recode SPREF framework in C
  • SPREF calculation
  • Octtree construction
  • Split / Merge
  • Adjacency Graph

6
SPREF Calculation
  • SPREF is spline approximation of minimal energy
    path through volume
  • Spline is a piecewise polynomial curve
  • Fit spline to average flow of a subvolume
  • Number of spline coefficients is parameterized

7
Octtree Construction
  • Octtree is a way of dividing a volume
  • Each volume is divided into 8 sub-volumes
  • Tree structures in C are much easier and
    intuitive than in Matlab
  • Whoever inherits my code will be grateful

8
Split / Merge
  • For each sub-volume, calculate error of SPREF
  • If error is significantly greater than sum of
    error of all children, use children
  • Else merge children into larger volume

9
In progress Adjacency Graph
  • Goal Convert tree structure of Octtree into
    weighted graph representing adjacent volumes
  • Graph is a set of vertices and edges
  • Weights to be calculated according to angle
    between SPREF curves
  • Formula for converting Octtree to adjacency graph
    is elegant
  • Can be constructed using simple bitwise
    operations
  • Find adjacent nodes in O( log n)

10
Future
  • Using adjacency graph, segment volume according
    to similar SPREF curves
  • Establish criterion for distinguishing background
    from foreground
  • Calculate spatial features within volume
Write a Comment
User Comments (0)
About PowerShow.com