File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This project implements keypoint detection and descriptor extraction in CUDA,
14
14
15
15
The figure below shows a comparison of keypoint detection results between OpenCV's implementation and this project's one.
16
16
<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 />
18
18
</div >
19
19
20
20
** Left** : Even though OpenCV's implementation detected about 20,000 keypoints, most of them were concentrated in the leaves of trees.
You can’t perform that action at this time.
0 commit comments