features2d

Example of the component espressif/opencv v4.10.0~2
# Feature2d example for IDF OpenCV component

This example shows how to use OpenCV in ESP-IDF projects.

This example requires esp32-eye or esp32-s3-eye development boards. The example use opencv library to extract 
2D features from the image and compute the feature descriptors.
To run the example on target please run:

```
idf.py -p PORT flash monitor
```

To create a project from this example, run:

idf.py create-project-from-example "espressif/opencv^4.10.0~2:features2d"

or download archive (171 bytes)