Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenvivek committed Dec 7, 2023
1 parent fb4caa3 commit cc47179
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion experiments/deepfluoro/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(

self.geodesics = GeodesicSE3()
self.doublegeo = DoubleGeodesic(sdr=self.specimen.focal_len / 2)
self.criterion = MultiscaleNormalizedCrossCorrelation2d([None, 9], [0.5, 0.5])
self.criterion = MultiscaleNormalizedCrossCorrelation2d([None, 13], [0.5, 0.5])
self.transforms = Transforms(self.drr.detector.height)
self.parameterization = parameterization
self.convention = convention
Expand Down
4 changes: 2 additions & 2 deletions experiments/ljubljana/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ def __init__(
self.geodesics = GeodesicSE3()
self.doublegeo = DoubleGeodesic(drr.detector.sdr)
self.criterion = MultiscaleNormalizedCrossCorrelation2d(
[None, 13, 9], # None corresponds to global
[0.45, 0.45, 0.1],
[None, 13], # None corresponds to global
[0.5, 0.5],
)
self.target_registration_error = evaluator

Expand Down
2 changes: 1 addition & 1 deletion notebooks/experiments/00_3D_visualization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"metadata": {},
"source": [
"---\n",
"title: Rendering 3D geometry\n",
"title: 3D camera pose geometry\n",
"subtitle: Using PyVista to visualize the 3D geometry of the projection setup\n",
"skip_exec: true\n",
"---"
Expand Down

0 comments on commit cc47179

Please sign in to comment.