Skip to content

Commit

Permalink
modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhuazou committed Mar 22, 2013
1 parent 55fec79 commit c1552c6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
kaze_opencv
kaze_opencv
===========

wrap KAZE features implementation to cv::Feature2D API without rebuilding OpenCV

Files:
©¦ .gitignore
©¦ README.md
©¦ box.png // Test image 1
©¦ box_in_scene.png // Test image 2
©¦ KazeOpenCV.cpp // Sample code of using KAZE to match images
©¦ predep.h // Head file for recognizing OpenCV version
©¦ targetver.h // Windows system level dependences (auto-generated by Visual Studio)
©¦
©¸©¤KAZE
| .gitignore
| README.md
| box.png // Test image 1
| box_in_scene.png // Test image 2
| KazeOpenCV.cpp // Sample code of using KAZE to match images
| predep.h // Head file for recognizing OpenCV version
| targetver.h // Windows system level dependences (auto-generated by Visual Studio)
|
|--KAZE
| kaze_features.cpp // Class that warps KAZE to cv::Feature2D
| kaze_features.h
| kaze.cpp // Implementation of KAZE
Expand Down

0 comments on commit c1552c6

Please sign in to comment.