Searched refs:cvChangeDetection (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvbgfg_acmmm2003.cpp213 // Function cvChangeDetection performs change detection for Foreground detection algorithm
219 cvChangeDetection( IplImage* prev_frame, function
351 cvChangeDetection( prev_frame, curr_frame, model->Ftd );
352 cvChangeDetection( model->background, curr_frame, model->Fbd );
/external/opencv/cvaux/include/
H A Dcvaux.h1199 CVAPI(int) cvChangeDetection( IplImage* prev_frame,

Completed in 71 milliseconds