Skip to content

Commit 5bc7eae

Browse files
committed
Merge pull request abidrahmank#14 from opencvclass/patch-1
Update py_depthmap.rst
2 parents 202e7ef + 95a8b11 commit 5bc7eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/py_tutorials/py_calib3d/py_depthmap/py_depthmap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Below code snippet shows a simple procedure to create disparity map.
4848
plt.imshow(disparity,'gray')
4949
plt.show()
5050
51-
Below image contains the original image (left) and its disparity map (right). As you can see, result is contaminated with high degree of noise. By adjusting the values of numDisparities and blockSize, you can get more better result.
51+
Below image contains the original image (left) and its disparity map (right). As you can see, result is contaminated with high degree of noise. By adjusting the values of numDisparities and blockSize, you can get better results.
5252

5353
.. image:: images/disparity_map.jpg
5454
:alt: Disparity Map

0 commit comments

Comments
 (0)