- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello friends. Could you provide correct parameters for Gaussian Mixture (ippiForegroundGaussianInitAlloc parameters). I'm going to use it in indoor place with constant illumination. I have already tried to use GMM with extensive diapason of parameters, but it works unsatisfactorily. For example: Shadows aren't detected, therefore foreground is fail.
Thanks.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you mean input arguments for the ippiForegroundGaussianInitAlloc function? If Yes, then:
...
// Arguments:
// pSrc Source image
// srcStep Step in source image
// roiSize Source image ROI size.
// pModel Pointer to the structure of the gaussian model.
// pState Pointer to the pointer to the segmentation state structure.
...
IPPAPI( IppStatus, ippiForegroundGaussianInitAlloc_8u_C1R, ( const Ipp8u* pSrc, int srcStep,
IppiSize roiSize, IppFGGaussianModel* pModel, IppFGGaussianState_8u_C1R** pState) )
IPPAPI( IppStatus, ippiForegroundGaussianInitAlloc_8u_C3R, ( const Ipp8u* pSrc, int srcStep,
IppiSize roiSize, IppFGGaussianModel* pModel, IppFGGaussianState_8u_C3R** pState) )
...
Or, Do you mean parameters to initialize a Gaussian Model ( IppFGGaussianModel )?
>>... I have already tried to use GMM with extensive diapason of parameters, but it works unsatisfactorily. For example:
>>Shadows aren't detected, therefore foreground is fail.
Please provide more technical details. Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Sergey. Yes, I mean values of variables in IppFGGaussianModel. Such as priorBack and others, excluding numGauss. I suppose, that I set wrong values. I need a template for comparison. Can you show me good values (good profile) for correct work of GMM?
Great Thanks.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page