Skip to content

Commit

Permalink
Fixed stitching notebook parallel speed up description
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-as committed Dec 5, 2024
1 parent 6c6fd01 commit 5ebff70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
"source": [
"## Multi-threaded Stitching\n",
"\n",
"The `ParallelStitcher` class can speed up stitching by using multiple threads. The code to perform stitching remains the same, but `ParallelStitcher` takes an additional argument `threads`, specifying the number of parallel threads to use."
"The `ParallelStitcher` class can speed up stitching by using multiple threads. The code to start stitching remains the same, but `ParallelStitcher` takes an additional argument `threads`, specifying the number of parallel threads to use."
]
},
{
Expand Down

0 comments on commit 5ebff70

Please sign in to comment.