Quote:
Originally Posted by virtuald
Yes, GRIP uses OpenCV underneath the hood, so a lot of the things that you can do with GRIP will easily map to OpenCV operations of some kind -- it just might add some extra magic to make it easier to use.
https://en.wikipedia.org/wiki/HSL_and_HSV
|
Thanks for the in - site. Is the method I described before the best way to do vision tracking with openCV?
-(Resize -> HSV/HSL -> Find Contours -> Filter Controus -> Pusblish to network table)