Home
last modified time | relevance | path

Searched refs:cntpixelsnum (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp393 double cntpixelsnum = 0; in calculateMotionPercentInCell() local
408 cntpixelsnum++; in calculateMotionPercentInCell()
413 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()
416 int remainingpixelsnum = cellarea - cntpixelsnum; in calculateMotionPercentInCell()
424 return (cntmotionpixelnum / cntpixelsnum); in calculateMotionPercentInCell()