Skip to content

Commit 96ed7d5

Browse files
committed
commited but yet unpublished torus post
1 parent d29de0c commit 96ed7d5

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Torus fitting
3+
tags: [math, geometry]
4+
style: filled
5+
color: info
6+
description: A resourceful least-squares Taylor-based torus fitting algorithm.
7+
---
8+
9+
<!--<img src="../assets/blog_images/2025-01-22-torus-fit/torus.png" alt="torus" width="64" height="64">-->
10+
<img src="../assets/blog_images/2025-01-22-torus-fit/torus.png" alt="torus">
11+
12+
## Introduction
13+
14+
In our previous [post](URL AL POST DE GEOMETRIC FITTING INTUITION) we grasped the topic of geometric fitting of various entity to a set of observed data points.
15+
16+
When we want to deal with the fitting of an uncentered (or even unaligned with the horizontal XY plane) torus, which si useful in come metrology applications of cilindyral pàrts, one encounter with a non-linear eqution that must be optimized through methods like Newton-raphson, gradient descrnt, gauss-newton or Levenbeg-marquardt (see [6]).
17+
18+
NEvertheles, it may be benefitial to develop an alternative approach using the tools formulated some centuries ago by Brook Taylor, in order to encontrar enfoques lineales muy eficientes que muchas siempre nos hacen la vida más fácil.
19+
20+
## Paper
21+
22+
TO the benefict of better visualization, you can access the post main content in the LaTex PDF attached below:
23+
24+
**AQUÍ INSERTAR EL PDF DEL LATEX MEDIANTE SCRIPT.JS COMO EL CV DE ALESORDO**
25+
26+
## Experiments:
27+
28+
The code was implemented in C++ using STD and Eigen. In this section we present some self-expplained results and perform a subjective quality assessment of the proposed method.
29+
30+
## COnclusiones and future work.
31+
The workaraound _does the trick_; NOS PERMITE ajustar a una nube de puntos en el espacio 3D de manera eficiente y robusta un toroide descentrado. EL ajuste de un toroide cuyo plano frontal de simetría tenga una orientación arbitraria complica enormemente el problema; la ecuación es aún más complicada de expresar, incluso aproximadamente, de manera cerrada. Si bien es cierto que la orientación puede integrarse como un paso desligado mediante un previo ajuste de plano como el plano frontal de simetría del toroide, así como su centraje mediante la aproximación con el cálculo del centroide de los puntos, encapsular enteramente la optimización en una formulación rigurosa esta abierta a una discusión como esta. Para una cercamiento a este tema ver (CITAR A TRABAJO PAPER DE ESE AJUSTE TOROIDE MÉTODO NOVEDOSO).
32+
33+
## References
34+
35+
[1] Libro chernov.
36+
[2] Stan Birchfield p. 523
37+
[3] Geometry tools for computer graphics
38+
[4] RObust and error free goemetric computin schneider and eberly)
39+
[5] https://mathworld.wolfram.com/Torus.html
40+
[6] https://www.geometrictools.com/Documentation/TorusFitting.pdf
41+
42+
...
215 KB
Loading
173 KB
Binary file not shown.

0 commit comments

Comments
 (0)