diff --git a/USAGE.md b/USAGE.md index d47d4704..82a81b24 100644 --- a/USAGE.md +++ b/USAGE.md @@ -12,7 +12,7 @@ automatically detected by the simulator and will be selectionable from the GUI. *(Also, the simulator already comes by default with some EasyOpenCV samples)*
-
+
The pipeline class **should also** extend the EOCV's OpenCvPipeline abstract class and override the processFrame() method.

Here's a quick, empty pipeline sample: