Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.79 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.79 KB

ShapeFitting

Robust shape fitting

Requirement

.NET 8.0

Install

Download DLL Download Nuget

Weighted Fitting for Line

fitline1
fitline2
fitline3

Weighted Fitting for Circle

fitcircle1
fitcircle2

Weighted Fitting for Ellipse

least-square approximation (LIN)

fitellipse1
fitellipse2

B2AC (Halir, R., & Flusser, J., "Numerically stable direct least squares fitting of ellipses.")

fitellipse3
fitellipse4
fitellipse5
fitellipse6
fitellipse7
fitellipse8

Licence

MIT

Author

T.Yoshimura