Skip to content

Commit

Permalink
notebook: udpate step description to include dichotomy
Browse files Browse the repository at this point in the history
Refs: #64
  • Loading branch information
PhML committed Feb 9, 2024
1 parent fb65031 commit eab2b2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions notebooks/introduction_and_basic_usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@
"source": [
"### Available implementations for each step\n",
"\n",
"| Step | Algorithms implemented |\n",
"|:--------------------------|:-----------------------|\n",
"| Matching cost computation | SAD / SSD / ZNNC |\n",
"| Disparity computation | Winner-Takes-All |\n",
"| Subpixel disparity refinement | Interpolation |"
"| Step | Algorithms implemented |\n",
"|:------------------------------|:--------------------------|\n",
"| Matching cost computation | SAD / SSD / ZNNC |\n",
"| Disparity computation | Winner-Takes-All |\n",
"| Subpixel disparity refinement | Interpolation / Dichotomy |"
]
},
{
Expand Down

0 comments on commit eab2b2c

Please sign in to comment.