Skip to content

Commit 90dcc10

Browse files
committed
add linemod pdf
1 parent 6bca426 commit 90dcc10

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Binary file not shown.

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# shape_based_matching
22

33
try to implement halcon shape based matching, refer to machine vision algorithms and applications, page 317 3.11.5, written by halcon engineers
4-
We find that shape based matching is the same as linemod. Comparing to opencv linemod src, we improve from three aspects:
4+
We find that shape based matching is the same as linemod.
5+
[linemod pdf](Gradient Response Maps for Real-TimeDetection of Textureless Objects.pdf)
6+
Comparing to opencv linemod src, we improve from three aspects:
57

68
1. delete depth modality so we don't need virtual func, this may speed up
79

0 commit comments

Comments
 (0)