2D (ortho) editing


Re: 2D (ortho) editing
#18
I've had a suspicion for a while that you could improve a global bounding 'box' if you tried looking for a box, and an ellipsoid that fit the model. You then choose the one with the smallest volume.

With an ellipsoid you can center it nicely. Simply find x^2, y^2, z^2 for each point based on a crude center (eg. that of the box) and you can then minimize

(3V/4pi)^2=(max(x^2-2x xb+xb^2) + max(y^2-2y yb+yb^2) + max(z^2-2z zb+zb^2))^3

according to xb, yb and zb to find a better center.

Not suggesting you should try it, but it's food for thought if you're in the mood Smile

Tim
Reply
« Next Oldest | Next Newest »



Messages In This Thread
2D (ortho) editing - by Roland Melkert - 2012-05-03, 20:19
Re: 2D (ortho) editing - by Tim Gould - 2012-05-03, 21:30
Re: 2D (ortho) editing - by Roland Melkert - 2012-05-03, 22:09
Re: 2D (ortho) editing - by Tim Gould - 2012-05-04, 0:52
Re: 2D (ortho) editing - by Roland Melkert - 2012-05-04, 16:20
Re: 2D (ortho) editing - by Travis Cobbs - 2012-05-04, 18:04
Re: 2D (ortho) editing - by Roland Melkert - 2012-05-04, 18:14
Re: 2D (ortho) editing - by Travis Cobbs - 2012-05-04, 18:23
Re: 2D (ortho) editing - by Willy Tschager - 2012-05-04, 12:08
Re: 2D (ortho) editing - by Philippe Hurbain - 2012-05-04, 12:23
Re: 2D (ortho) editing - by Steffen - 2012-05-04, 15:55
Re: 2D (ortho) editing - by Roland Melkert - 2012-05-04, 16:05
Re: 2D (ortho) editing - by Steffen - 2012-05-04, 16:09
Re: 2D (ortho) editing - by Roland Melkert - 2012-05-04, 16:38
Re: 2D (ortho) editing - by Travis Cobbs - 2012-05-04, 18:10
Re: 2D (ortho) editing - by Roland Melkert - 2012-05-04, 18:27
Re: 2D (ortho) editing - by Tim Gould - 2012-05-04, 23:57
Re: 2D (ortho) editing - by Travis Cobbs - 2012-05-05, 17:36
Re: 2D (ortho) editing - by Roland Melkert - 2012-05-06, 16:43
Re: 2D (ortho) editing - by Roland Melkert - 2012-05-12, 20:06

Forum Jump:


Users browsing this thread: 1 Guest(s)