Searched refs:motioncellscolor (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | MotionCells.cpp | 110 cellscolor motioncellscolor, int motioncells_count, in performDetectionMotionCells() argument 198 CV_RGB (motioncellscolor.B_channel_value, in performDetectionMotionCells() 199 motioncellscolor.G_channel_value, in performDetectionMotionCells() 200 motioncellscolor.R_channel_value), cv::FILLED); in performDetectionMotionCells() 204 CV_RGB (motioncellscolor.B_channel_value, in performDetectionMotionCells() 205 motioncellscolor.G_channel_value, in performDetectionMotionCells() 206 motioncellscolor.R_channel_value), p_thickness); in performDetectionMotionCells() 268 CV_RGB (motioncellscolor.B_channel_value, in performDetectionMotionCells() 269 motioncellscolor.G_channel_value, in performDetectionMotionCells() 270 motioncellscolor.R_channel_value), cv::FILLED); in performDetectionMotionCells() [all …]
|
D | gstmotioncells.cpp | 183 GFREE (filter->motioncellscolor); in gst_motion_cells_finalize() 353 filter->motioncellscolor = g_new0 (cellscolor, 1); in gst_motion_cells_init() 354 filter->motioncellscolor->R_channel_value = 255; in gst_motion_cells_init() 355 filter->motioncellscolor->G_channel_value = 255; in gst_motion_cells_init() 356 filter->motioncellscolor->B_channel_value = 0; in gst_motion_cells_init() 581 filter->motioncellscolor->R_channel_value = r; in gst_motion_cells_set_property() 582 filter->motioncellscolor->G_channel_value = g; in gst_motion_cells_set_property() 583 filter->motioncellscolor->B_channel_value = b; in gst_motion_cells_set_property() 718 filter->motioncellscolor->R_channel_value, in gst_motion_cells_get_property() 719 filter->motioncellscolor->G_channel_value, in gst_motion_cells_get_property() [all …]
|
D | motioncells_wrapper.cpp | 89 motioncellidx * motionmaskcellsidx, cellscolor motioncellscolor, in perform_detection_motion_cells() argument 99 motionmaskcells_count, motionmaskcellsidx, motioncellscolor, in perform_detection_motion_cells()
|
D | motioncells_wrapper.h | 69 cellscolor motioncellscolor, int motioncells_count,
|
D | gstmotioncells.h | 79 cellscolor *motioncellscolor; member
|
D | MotionCells.h | 132 motioncellidx * motionmaskcellsidx, cellscolor motioncellscolor,
|