File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
gallery/tutorials/tutorials Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 8383rots_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.
9597logger .info (
9698 "Estimate rotation angles and offsets using synchronization matrix and voting method."
9799)
You can’t perform that action at this time.
0 commit comments