Skip to content

Commit 3971ff6

Browse files
Update README.md
1 parent 0b4d1fe commit 3971ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This project implements keypoint detection and descriptor extraction in CUDA,
1414

1515
The figure below shows a comparison of keypoint detection results between OpenCV's implementation and this project's one.
1616
<div align="center">
17-
<img src="https://github.com/fixstars/cuda-efficient-features/wiki/images/keypoints1.png" width=448> <img src="https://github.com/fixstars/cuda-efficient-features/wiki/images/keypoints2.png" width=448><br/>
17+
<img src="https://github.com/fixstars/cuda-efficient-features/wiki/images/keypoints1.png" width=384> <img src="https://github.com/fixstars/cuda-efficient-features/wiki/images/keypoints2.png" width=384><br/>
1818
</div>
1919

2020
**Left**: Even though OpenCV's implementation detected about 20,000 keypoints, most of them were concentrated in the leaves of trees.

0 commit comments

Comments
 (0)