Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit b5b4d75

Browse files
committed
Rephrase abstract of face detection tutorial
1 parent 5067212 commit b5b4d75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/tutorials/portenta-h7/por-openmv-fd/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Creating a Basic Face Filter With OpenMV
2-
In this tutorial you will build a MicroPython application with OpenMV that uses the Portenta Vision Shield to detect faces and overlay them with a custom image, in this case, a smiley. Think of it as building your own camera filter that puts a smile on every face it detects. This tutorial is based on the face detection example that comes with the OpenMV IDE.
2+
In this tutorial you will build a MicroPython application with OpenMV that uses the Portenta Vision Shield to detect faces and overlay them with a custom bitmap image. Think of it as building your own camera filter that puts a smile on every face it detects. This tutorial is based on the face detection example that comes with the OpenMV IDE.
33

44
## What You Will Learn
55
- How to use the OpenMV IDE to run MicroPython on Portenta

content/tutorials/portenta-h7/por-openmv-fd/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"Machine Vision",
1818
"Machine Learning"
1919
],
20-
"abstract":"In this tutorial you will build a MicroPython application with OpenMV that uses the Portenta Vision Shield to detect faces and overlay them with a custom image, in this case, a smiley.",
20+
"abstract":"In this tutorial you will build a MicroPython application with OpenMV that uses the Portenta Vision Shield to detect faces and overlay them with a custom bitmap image.",
2121
"previousArticle":"por-ard-bl",
2222
"nextArticle":null
2323
}

0 commit comments

Comments
 (0)