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 fbfaa67 commit 6c6fd01
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",
"Using the `ParallelStitcher` class stitching can be speed up 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 perform 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 6c6fd01

Please sign in to comment.