(wg) Need a new function for the CvBGStatModel code (Feature #32)


Added by Gary Bradski about 15 years ago. Updated almost 15 years ago.


Status:Done Start date:
Priority:Normal Due date:
Assignee:Vadim Pisarevsky % Done:

0%

Category:imgproc, video
Target version:-
Difficulty: Pull request:

Description

Currently in cvaux, there are 3 basic functions for CvBGStatModel:

cvCreateFGDStatModel //Creates a model
cvUpdateBGStatModel //Updates the model AND does fg,bg segmentation
cvReleaseBGStatModel //Destroys a model

We need another function:
cvDiffBGStatModel //Does fg, bg segmentation WITHOUT model update

I also think this function, for convenience, should allow control of the fg, bg using connected components.


Associated revisions

Revision 8647a3c7
Added by Andrey Kamaev almost 13 years ago

Merge pull request #32 from jet47/gpu-debayer-gray

gpu : sanity data for Bayer* -> Gray color conversion

History

Updated by Gary Bradski about 15 years ago

  • Status deleted (Open)

Updated by anonymous - almost 15 years ago

added learningRate flag to cvUpdateBGStatModel. Implemented for MoG model only for now, see bgfg_segm.cpp sample (r2968)

  • Status set to Done
  • (deleted custom field) set to fixed

Also available in: Atom PDF