Searched refs:m_pcurFrame (Results 1 – 2 of 2) sorted by relevance
97 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()
241 cv::Mat m_pprevFrame, m_pdifferenceImage, m_pbwImage, m_pcurFrame, variable