+ All Categories
Home > Documents > Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information...

Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information...

Date post: 18-Dec-2015
Category:
View: 216 times
Download: 3 times
Share this document with a friend
68
Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas
Transcript
Page 1: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Superquadric Recovery in Range Images via Region Growing influenced by Boundary InformationMaster-Thesis

Christian Cea Bastidas

Page 2: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Contents Motivation and Objectives

Superquadric and Rim

Overview of the Proposed Solution

Superquadric Fitting and Rim Fitting

Proposed and Alternative Solution

Evaluation Methodology and Comparison

Summary

Page 3: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Motivation

1. may be modeled with a low fitting error, using a type of surface called Superquadric

2. are not covered in the image by another object

To solve the Segmentation and Recovery Problem which

consists in extracting from a 3D image the objects that:

Page 4: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Objectives

1. To develop an algorithm which solves the stated problem by completing the solution of the existing algorithm Seed Generation.

2. To compare the improved solution with that of the well known approach Recover-and-Select Segmentation ( Leonardis, 1990 ).

Page 5: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Contents Motivation and Objectives

Superquadric and Rim

Overview of the Proposed Solution

Superquadric Fitting and Rim Fitting

Proposed and Alternative Solution

Evaluation Methodology and Comparison

Summary

Page 6: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Superquadric : Modeling Element

Superquadrics, a generalization of the quadric, were chosen as Modeling Object because:

1. They possess a simple mathematical formulation

2. The presence of superquadric-like objects is recurrent in many applications.

3. Its representation capacity can be easily incremented by means of Deformations.

Page 7: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Superquadric : Definition Parametric representation

Observation : Superellipsoids, a special type of Superquadric has been considered, which are closed and connected.

Page 8: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Superquadric : Examples (I)

The number of edges increases as distance themselves from 1.

Page 9: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Superquadric : Transformations

• Euclidean Transform

• Global Deformations ( Bending and Tapering )

6 new parameters => Superquadric needs 11 parameters

Page 10: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Superquadric : Examples (II)

A cylinder along its circular and parabolic deformations

Page 11: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Rim : Definition

The 3D points in a range image are collected by a laser sensor located on a certain plane. The normal to this plane corresponds to the Viewing Point.

Assumption : The distance between the laser sensor and the objects is supposed to be large

Page 12: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Rim : Example (I)

The rims have been drawn for the objects in the image.Viewing point is (0,1,0) ( Axis Y )

Page 13: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Rim : Superquadric Rim

A parametric representation of the rim is derived from a more operative definition :

=> Rim equation

Important Property : It permits to sample the rim efficiently !

Page 14: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Rim : Example (II) Rim of a superquadric in general position

Viewing Point = (0,1,0)

Page 15: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Contents Motivation and Objectives

Superquadric and Rim

Overview of the Proposed Solution

Superquadric Fitting and Rim Fitting

Proposed and Alternative Solution

Evaluation Methodology and Comparison

Summary

Page 16: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Solution Part 1 : Seed Generation

Input : Range Image Output : - Seeds - Edge Map

Seed : Set of points which belong with high probability to a single object

Edge Map : Points on the rims and edges ( All sets are Undistinguishable ! )

Seed Generation+

Edge Detection

Page 17: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Solution Part 2 : Region Growing(1)

Output : Recovered ObjectsInput : - Seeds - Edge Map

Region Growing

Key Idea : Alternate fitting of the superquadrics to the range image with the fitting of the superquadric rims to the edge map.

Page 18: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Solution Part 2 : Region Growing(2)

SuperquadricFitting

Rim Fitting

Rim Filter

Superquadric is fitted to O

Rim is fitted to the Edge Map using the rim of as first estimate

O* : set of points in the range image whose projection on the plane XZ is inside the Rim Projection

O ( A Seed )

O* ( Recovered Object )

Stop?

O = O*

Yes

NoIf O* ~ O or Big Error Fitting the Stop!

Page 19: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Contents Motivation and Objectives

Superquadric and Rim

Overview of the Proposed Solution

Superquadric Fitting and Rim Fitting

Proposed and Alternative Solution

Evaluation Methodology and Comparison

Summary

Page 20: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

SQ Fitting : The Problem (I)

Restriction : The points in S come from the visible part of the object ( Self-Occlusion )

The problem can be stated as follows:

Page 21: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

SQ Fitting : The Problem (II)Minimization Problem : Preliminary Formulation

Self-Occlusion →

Page 22: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

SQ Fitting : The Problem (II)Minimization Problem : Preliminary Formulation

Self-Occlusion →

Page 23: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

SQ Fitting : Objective Functions

3 Alternatives for the function :

Standard Euclidean Distance (SED)- There does not exist closed mathematical formula- S does not contain necessarily the closest point to an

arbitrary point because of the Self-Occlusion. ← Unfeasible

Radial Euclidean Distance (RED)- It has a closed mathematical formula- A good approximation to SED.

Modified Algebraic Distance (MED) ← Selected- Closed mathematical formula and simple derivatives- Broadly used in the literature

Page 24: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

SQ Fitting : SED and REDBut SED and RED are more intuitive error measuresSED

RED

Page 25: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

SQ Fitting : The Problem (III)

Definitive Formulation (Solina and Bajcsy )

Using a modified algebraic distance for :

where

and reverse the effect of deformations and euclidean transformation respectively.

Page 26: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

SQ Fitting : Type of Problem

The formulated problem :

For this kind of problem, Levenberg-Marquardt Algorithm is specially suitable.

Corresponds to a Nonlinear Least Squares Minimization:

Page 27: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

SQ Fitting : LM Algorithm

Iterative Procedure defined by :

holds for Nonlinear Least Squares Minimization

Requisites :

1. The initial estimate => An Ellipsoide ( Rosenfeld and Kak )

2. The derivatives in order to evaluate and

Page 28: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

SQ Fitting : Examples

- The original points ( in pink ) lies on the visible part of the object

- Rounded objects are more easily fitted than objects with edges.

Page 29: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Rim Fitting : The Problem (I)There exist 2 mayor differences respect to the SQ Fitting :

1. The real rim of an object cannot be isolated from the Edge Map

=> Objective Function = Sum of the distances from each point in a

sampling of the SQ Rim to the Edge Map.

Important Assumptions :

- Edge Map contains enough points for each rim

- The points on the rim sampling must be uniformly distributed.

Page 30: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Rim Fitting : The Problem (I)There exist 2 mayor differences respect to the SQ Fitting :

1. The real rim of a object cannot be isolated from the Edge Map

=> Objective Function = Sum of the distances from each point in a

sampling of the SQ Rim to the Edge Map.

Important Assumptions :

- Edge Map contains enough points for each rim

- The points on the rim sampling must be uniformly distributed.

2. The fitting is done in 2D: Rim Sampling and Edge Map are projected

onto the plane XZ before computing the distances.

Reasons :

- Efficiency

- Rim Filter needs only the Rim Projection

Page 31: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Rim Fitting : The Problem (II)Mathematical Formulation

Page 32: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Rim Fitting : Examples

The estimate comes from aSuperquadric fitting a small region=> stays far from the real Rim

The estimate comes from aSuperquadric fitting a big region=> evolves nearly into the real Rim

Case 1 Case 2

Page 33: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Contents Motivation and Objectives

Superquadric and Rim

Overview of the Proposed Solution

Superquadric Fitting and Rim Fitting

Proposed and Alternative Solution

Evaluation Methodology and Comparison

Summary

Page 34: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Region Growing : Algorithm (1)Stop Criterion

Parameters

Page 35: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Region Growing : Algorithm (2)

Output

Page 36: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Recover-and-Select Segmentation:Part 1: Seed Generation and Expansion

1. Partition the image into nxn regions2. Fit a superquadric to each region3. Add new points to a region if they are well approximated by the associated superquadric4. Go to 2. until no more suitable points are available

Seed Generation+

Region Expansion

Page 37: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Recover-and-Select Segmentation:Part 2: Model Selection

Model Selection

A subset M’ of the generated models M is selected by solving a Binary Quadratic Programming Problem :

The idea is to minimize the information quantity I needed to represent the image :

Information I = Bits for SQ parameters + Bits for Error Fitting + Bits for Free Points

m : decision binary vector

Page 38: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Contents Motivation and Objectives

Superquadric and Rim

Overview of the Proposed Solution

Superquadric Fitting and Rim Fitting

Proposed and Alternative Solution

Evaluation Methodology and Comparison

Summary

Page 39: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Evaluation Methodology : Reference SolutionThe Ideal Solution has 2 parts, one related to the Segmentation and the second one to the Modelling :

1. The objects are segmented manually from the image and their points are stored as sets

2. For each object , the superquadric with the best fitting is found. Thus the set constitutes the second part of the solution.

As the best fitting cannot be guarranteed, then the Modelling part is replaced by the from the SQ Fitting.

The Segmentation part continues being the ideal one.

Page 40: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Evaluation Methodology : Indexes1. Each object O in the solution is matched manually with an object O* in the reference solution.

2. Then the Solution Quality is evaluated in three aspects :

Modelling

Segmentation

Time

belongs to the solution and is the superquadric fitted to O.

: Convex hull of the projection of the set onto the plane XZ

3. Finally each index is averaged over the objects exposed in the image weighting with the size of each set O ( |O| )

Page 41: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Algorithm Comparison : ImagesThe difficulty in solving the recovery problem for an image depends on :

1. Number of Objects (No)

2. Average size of the Objects (Size) [ small, medium, large]

3. Shape of the Objects (Shape) [rounded, box-like, mixed]

4. Percentage exposed objects or closely exposed (%E.O.)

The algorithms were tested using 8 images with the following characteristics :

Page 42: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Algorithm Comparison : Index 1

The superquadrics from Alg 1model better the objects than Alg 2.

The exception is the Image 4.

For images 5, 6, 7 and 8 themodels of Alg 1 are nearlyas good as those of the reference solution.

Page 43: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Algorithm Comparison : Image 4

The seed is completely contained in on one face of the box=> A seed should always contain points on “key sectors” of an object

Page 44: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Algorithm Comparison: Index 2

In general, Alg 1 excels insegmenting, except forimage 8.

Even for the image 8, thisindex is still good for Alg 1.

Page 45: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Algorithm Comparison : Image 8

The rim did not reach the bottomedges of the object.

Page 46: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Algorithm Comparison : Index 4

Average Recovery Time (ART)Algorithm 1 : 35 sec.Algorithm 2 : 300 sec.

Only in one case Alg 2 wasfaster than Alg 1.

Page 47: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Algorithm Comparison : Index 4

Image 6 is a important case because :

- Complexity of the Image - The seeds are not so big

Average Recovery Time = 52 sec.

Page 48: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Summary

1. The proposed solution showed a best performance both in efficacy and in efficiency in comparison with the classical approach.

Page 49: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Summary

1. The proposed solution showed a best performance both in efficacy and in efficiency in comparison with the classical approach.

2. The objective function used for the SQ fitting could be improved considering algebraic approximations to the Standard Euclidean Distance.

Page 50: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Summary

1. The proposed solution showed a best performance both in efficacy and in efficiency in comparison with the classical approach.

2. The objective function used for the SQ fitting could be improved considering algebraic approximations to the Standard Euclidean Distance.

3. The parameterization and sampling of the rim played a key role in the solution.

Page 51: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Summary

4. In the Rim Fitting the model error is measured only in a two-dimensional subspace. But it is feasible to compute this error in the original space.

Page 52: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Summary

4. In the Rim Fitting the model error is measured only in a two-dimensional subspace. But it is feasible to compute this error in the original space.

5. The performance of the proposed algorithm depends strongly on the edge map quality and to what extent the seeds contain points on key zones of the objects.

Page 53: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

References

Page 54: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Superquadric and Rim : Sampling

Goal : To generate uniformly distributed points on the surface or curve.

Applications :

- Plotting and Visualization- Computation of the Closest Point from a given point to the SQ or Rim

( Used in Optimization Problems )

Mechanism :

- A SQ can be obtained by multiplying 2 superellipses - The rim can be obtained by multiplying 1 superellipse and 1 point. A Superellipse is a 2D curve which is easier to sample

Page 55: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Superellipse : Definition

Page 56: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Superellipse : Examples (I)

Superellipses with a=3 and b=9 for different values of ε.

Page 57: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Superellipse : Sampling (I)Problem : If ө is uniformly sampled then the resulting points on the superellipse are not uniformly distributed.• Two sampling mechanisms were tested:

Equal-Distance Sampling (Pilu and Fisher)- The superellipse is approximated using 2 models

which are easily parameterizable.

- Better distribution, but it returns fewer points than the

required number.

Angle-Center Parameterization (Löffelmann and Gröller)- The superellipse is represented in polar

coordinates (r,ω) and ω is uniformly sampled- It returns exactly the required number of points

Page 58: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Superellipse : Sampling (II)

The first mechanism showed the smaller interdistance deviation.

Page 59: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Superellipse : Sampling (III)

The ratio ρ between the required number of points and the obtained was fitted with a 2° polynom in є,b/a.

Then the required number of points is adjusted with :

Page 60: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

SE : Sampling Comparison (I)If ө is uniformly sampled then the resulting points are not uniformly distributed.

Page 61: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

SE : Sampling Comparison (II)Equal-Distance Sampling produces uniformly distributed points

Page 62: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

SE : Sampling Comparison (III)Angle-Center Parameterization produces points not satisfactorily distributed

Page 63: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

SE : Superquadric Sampling (I)

A uniformly distributed sampling for the superquadric is obtained by making the spherical product between the samplings of the superellipses and

Observation:

Page 64: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

SE : Superquadric Sampling (II)

Superquadric Sampling based on Equal-Distance Sampling

Page 65: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

is derived from the Rim Equation, = 0.001, R is the rotation matrix and is a constant

1. If

The point and the superellipse

2. If

The superellipse and the point

SE : Rim Sampling (I)A nearly uniformly distributed sampling for the rimcan be obtained as the spherical product between:

Page 66: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

SE : Rim Sampling (II)

The sampling quality is acceptable The sampling quality is low

Page 67: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

SE : Rim Sampling (III)

The problems appear when

and they are solved usingspecial parameterizationsfor the concerned rims

The figures show the attainedresults after applying the newparameterizations for thespecial rims.

Page 68: Superquadric Recovery in Range Images via Region Growing influenced by Boundary Information Master-Thesis Christian Cea Bastidas.

Christian Cea BastidasMaster Thesis

Rim Anomalies

In the figure the discarded pointsappear in red


Recommended