Skip to content

Commit

Permalink
Update openCV.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GramGra07 authored Jan 30, 2024
1 parent 8137fa7 commit 179c924
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autonomous/openCV.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class SamplePipeline extends OpenCvPipeline{
new Scalar(0, 255, 0), 4);
return input;
}
}
```

The first line is a class declaration which can have any name but must extend OpenCvPipeline for it to work.
Expand Down Expand Up @@ -257,4 +258,4 @@ There is so much you can do with OpenCV and practice but I would recommend readi
[rr]: /autonomous/roadRunner.md
[cv]: /autonomous/openCV.md
[pidf]: /advanced/PIDF.md
[sm]: /autonomous/StateMachine.md
[sm]: /autonomous/StateMachine.md

0 comments on commit 179c924

Please sign in to comment.