Recent versions of Mathematica contain OpenCVLink, presumably for support of image processing routines in WL. Its internal nature means that it is, understandably, relatively incomplete and undocumented.
I have some optic flow calculations to do, and, indeed, I see that two CUDA implementations are available,
$OpticalFlowFarneback
and
$OpticalFlowDualTVL1
but their parameters are not as easily decipherable as some of the other implementations ($Dilation
for example).
I was wondering if anyone out there had successfully parsed the unparsable or, barring that, someone has a .mc
link that uses OpenCV that I can just steal as a template.Maybe even WRI could think of releasing some of these incomplete undocumented links to the GitHub-o-verse where the public could enhance and refine them?