Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp193 pt2.x = m_MotionCells.at (i).cell_pt2.x * 2; in performDetectionMotionCells()
194 pt2.y = m_MotionCells.at (i).cell_pt2.y * 2; in performDetectionMotionCells()
262 pt2.x = m_MotionCells.at (i).cell_pt2.x * 2; in performDetectionMotionCells()
263 pt2.y = m_MotionCells.at (i).cell_pt2.y * 2; in performDetectionMotionCells()
444 mci.cell_pt2.x = floor ((double) (j + 1) * m_cellwidth); in calculateMotionPercentInMotionCells()
445 mci.cell_pt2.y = floor ((double) (i + 1) * m_cellheight); in calculateMotionPercentInMotionCells()
446 int w = mci.cell_pt2.x - mci.cell_pt1.x; in calculateMotionPercentInMotionCells()
447 int h = mci.cell_pt2.y - mci.cell_pt1.y; in calculateMotionPercentInMotionCells()
469 mci.cell_pt2.x = floor ((double) (j + 1) * m_cellwidth); in calculateMotionPercentInMotionCells()
470 mci.cell_pt2.y = floor ((double) (i + 1) * m_cellheight); in calculateMotionPercentInMotionCells()
[all …]
DMotionCells.h110 cv::Point cell_pt2; member