From 6ab86625a0769cb532364c6e5f35ef688d58b5ea Mon Sep 17 00:00:00 2001 From: Jean-Christophe Ruel Date: Thu, 22 Aug 2024 17:25:11 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98977a5..1268498 100755 --- a/README.md +++ b/README.md @@ -12,7 +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 🚀. -Open +Open ![DT3 FDCM Maps](docs/static/object_pose_estimation_lines.png) ![DT3 FDCM Maps](docs/static/DT3Map.png)