Skip to content

Commit f48e6bb

Browse files
committed
Update orient3d galery Estimate Orientation section doc
1 parent 887d54e commit f48e6bb

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

gallery/tutorials/tutorials/orient3d_simulation.py

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,17 @@
8383
rots_true = sim.rotations
8484

8585
# %%
86-
# Estimate Orientation and Rotation Angles
87-
# ----------------------------------------
88-
89-
# Initialize an orientation estimation object and create an ``OrientedSource`` object
90-
# to perform viewing angle estimation. Here, because of the small image size of the
91-
# ``Simulation``, we customize the ``CLSyncVoting`` method to use fewer theta values
92-
# when searching for common-lines between pairs of images. Additionally, since we are
93-
# processing images with no noise, we opt not to use a ``fuzzy_mask``, an option that
94-
# improves common-line detection in higher noise regimes.
86+
# Estimate Orientation
87+
# --------------------
88+
89+
# Initialize an orientation estimation object and create an
90+
# ``OrientedSource`` object to perform viewing angle and image offset
91+
# estimation. Here, because of the small image size of the
92+
# ``Simulation``, we customize the ``CLSyncVoting`` method to use
93+
# fewer theta values when searching for common-lines between pairs of
94+
# images. Additionally, since we are processing images with no noise,
95+
# we opt not to use a ``fuzzy_mask``, an option that improves
96+
# common-line detection in higher noise regimes.
9597
logger.info(
9698
"Estimate rotation angles and offsets using synchronization matrix and voting method."
9799
)

0 commit comments

Comments
 (0)