Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp99 transparencyimg.release (); in ~MotionCells()
182 transparencyimg = cv::Mat::zeros (p_frame.size (), p_frame.type ()); in performDetectionMotionCells()
196 cv::rectangle (transparencyimg, in performDetectionMotionCells()
226 blendImages (p_frame, transparencyimg, m_alpha, m_beta); in performDetectionMotionCells()
265 cv::rectangle (transparencyimg, in performDetectionMotionCells()
283 blendImages (p_frame, transparencyimg, m_alpha, m_beta); in performDetectionMotionCells()
DMotionCells.h242 transparencyimg; variable