Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IAH public
DeProj
Commits
a1eded6a
Commit
a1eded6a
authored
Jul 21, 2020
by
Jean-Yves TINEVEZ
Browse files
Fix typos.
parent
1fd2c211
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/@epicell/fit_ellipse_3d.m
View file @
a1eded6a
function
[
f3d
,
v
]
=
fit_ellipse_3d
(
p
,
E
,
method
)
%FIT_ELLIPSE_3D Fit a 2D ellipse to a set of 3D points.
% The fit requires (or compute) the Euler angles of the plane fitted
% through the
o
pints, so that we can project them on this plane. We then
% The fit requires (or compute
s
) the Euler angles of the plane fitted
% through the p
o
ints, so that we can project them on this plane. We then
% make a 2D ellipse fit on the projected points. This turns to be much
% more robust than a 3D fit, and also closely match our configuration.
%
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment