Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp97 m_pcurFrame.release (); in ~MotionCells()
144 m_pcurFrame = p_frame.clone (); in performDetectionMotionCells()
148 cv::Mat m_pcurDown = cv::Mat (frameSize, m_pcurFrame.type ()); in performDetectionMotionCells()
153 pyrDown (m_pcurFrame, m_pcurDown); in performDetectionMotionCells()
242 m_pprevFrame = m_pcurFrame.clone (); in performDetectionMotionCells()
DMotionCells.h241 cv::Mat m_pprevFrame, m_pdifferenceImage, m_pbwImage, m_pcurFrame, variable