Hi
Yes, our document is not full sometimes. I'm sorry.
You can use the CVMotionCellsBlock, like:
private CVMotionCellsBlock _motionCells;
and
_motionCells = new CVMotionCellsBlock(new CVMotionCellsSettings());
_motionCells.MotionDetected += _motionCells_MotionDetected;
_pipeline.Connect(_videoSource.Output, _motionCells.Input);
_pipeline.Connect(_motionCells.Output, _videoRenderer.Input);
VisioForge.CrossPlatform.OpenCV.Windows.x64 NuGet package is required. SDK can use OpenCV.