Fitting cylinder to 3D data points

Forum for the GRE subject test in mathematics.
Post Reply
navbor
Posts: 1
Joined: Sun Jun 03, 2012 1:14 pm

Fitting cylinder to 3D data points

Post by navbor » Sun Jun 03, 2012 1:15 pm

Hi All,

I am not sure if this is the correct place for this question, so please pardonme if it's not.

I have a small task to perform and have no to very little clue where to start.

I have been given a set of data points (± 500), that roughly represent theoutside of a cylinder (the cylinder is arbitrarily orientated in 3D space). Iam looking for a way to do two things:

a.) Find the cylinder that best fits this data
b.) Measure the distance from each individual point to the surface of thatcylinder, or the distance from each point to the axis of the cylinder.

I want to code this in C++ by reading the data points, but am stuck the whereto find the correct algorithm, or perhaps make sense of the algorithms I havealready found.

If anyone has some advice on where to start that would be very muchappreciated.

Regards
Rob

mathdude8119
Posts: 5
Joined: Mon May 28, 2012 4:50 am

Re: Fitting cylinder to 3D data points

Post by mathdude8119 » Mon Jun 04, 2012 2:20 am

You should ask this on math.stackexchange.com



Post Reply