diff --git a/README.md b/README.md index d516a21485483f63ebd14f058e9f206b76b2c1c3..c5164e05bf01636d4196d50c13f73f89231da4ba 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ +# memory_lib -installer d'abord opencv-python puis opencv-contrib-python +POC to test multiples ways to detect wood pieces objects on a square board. +## Usage +Install with `pip intall .` from the root directory -# Aruco -190 +## Note + +May need to install opencv-python before opencv-contrib-python + + +![memory_notes][memory_notes.png] diff --git a/memory_notes.png b/memory_notes.png new file mode 100644 index 0000000000000000000000000000000000000000..5daec698c705dfd071db29d4e1c6a7749cc7801c Binary files /dev/null and b/memory_notes.png differ