Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp73 m_sensitivity = 0; in MotionCells()
142 m_sensitivity = 1 - p_sensitivity; in performDetectionMotionCells()
404 int thresholdmotionpixelnum = floor ((double) cellarea * m_sensitivity); in calculateMotionPercentInCell()
437 m_sensitivity < m_pCells[i][j].MotionPercent ? true : false; in calculateMotionPercentInMotionCells()
462 m_pCells[i][j].MotionPercent > m_sensitivity ? true : false; in calculateMotionPercentInMotionCells()
DMotionCells.h250 double m_sensitivity; variable