Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DeProj
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IAH public
DeProj
Commits
a1eded6a
Commit
a1eded6a
authored
4 years ago
by
Jean-Yves TINEVEZ
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos.
parent
1fd2c211
No related branches found
No related tags found
1 merge request
!9
Rework the whole code for the upcoming publication.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/@epicell/fit_ellipse_3d.m
+2
-2
2 additions, 2 deletions
src/@epicell/fit_ellipse_3d.m
with
2 additions
and
2 deletions
src/@epicell/fit_ellipse_3d.m
+
2
−
2
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.
%
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment