Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Innoptech/OpenFDCM
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanchristopheruel committed Aug 23, 2024
2 parents 4b8b7e4 + 6ab8662 commit 22f3dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [Innoptech]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
OpenFDCM is a fast, lightweight implementation of the Fast Directional Chamfer Matching (FDCM) algorithm, built for precise template matching in low-texture scenes. It balances speed and accuracy for real-world computer vision tasks, using only classical computer vision techniques — no AI involved. This ensures a deterministic, repeatable method that adapts quickly to new, unseen objects, making it ideal for manufacturing industries where reliability, ease of diagnosis, and seamless integration are crucial. The library is highly extensible, utilizing modern C++ type erasure techniques to provide flexibility and maintainability.

Explore the [jupyter notebooks](notebooks) to try it out on Google Colab 🚀.
<a target=_blank href="https://colab.research.google.com/drive/1AtXjSrxsd42BVli3xbOR2b8pRkfyrb0m?usp=sharing"><img src=https://colab.research.google.com/assets/colab-badge.svg alt=Open In Colab></a>

![DT3 FDCM Maps](docs/static/object_pose_estimation_lines.png)
![DT3 FDCM Maps](docs/static/DT3Map.png)
Expand Down

0 comments on commit 22f3dcf

Please sign in to comment.