Name
give_bg_estigive_bg_estiGiveBgEstiGiveBgEsti — Liefert geschätztes Hintergrundbild.
give_bg_estigive_bg_estiGiveBgEstiGiveBgEstiGiveBgEsti liefert das im aktuellen BgEsti-Datensatz gespeicherte
Hintergrundbild. Das Hintergrundbildes ist vom gleichen Typ und gleicher
Größe, wie das bei create_bg_esticreate_bg_estiCreateBgEstiCreateBgEstiCreateBgEsti angegebene
Initialisierungsbild.
- Multithreading-Typ: reentrant (läuft parallel zu nicht-exklusiven Operatoren).
- Multithreading-Bereich: global (kann von jedem Thread aufgerufen werden).
- Wird ohne Parallelisierung verarbeitet.
geschätztes Hintergrundbild aus aktuellem BgEsti-Datensatz.
ID des BgEsti-Datensatzes.
* Read image for initialization:
read_image(InitImage,'xing/init')
* Initialize BgEsti dataset with
* fixed gains and threshold adaption:
create_bg_esti(InitImage,0.7,0.7,'fixed',0.002,0.02, \
'on',7.0,10,3.25,15.0,BgEstiHandle)
* Read the next image in sequence:
read_image(Image0,'xing/xing000')
* Estimate the background:
run_bg_esti(Image0,ForegroundRegion1,BgEstiHandle)
* Give the background image from the aktive dataset:
give_bg_esti(BgImage,BgEstiHandle)
* Display the background image:
dev_display(BgImage)
/* Read image for initialization: */
read_image(&InitImage,"xing/init") ;
/* Initialize BgEsti dataset with
fixed gains and threshold adaption: */
create_bg_esti(InitImage,0.7,0.7,"fixed",0.002,0.02,
"on",7,10,3.25,15.0,&BgEstiHandle) ;
/* Read the next image in sequence: */
read_image(&Image0,"xing/xing000") ;
/* Estimate the Background: */
run_bg_esti(Image0,&Region1,BgEstiHandle) ;
/* Give the background image from the aktive dataset: */
give_bg_esti(&BgImage,BgEstiHandle) ;
/* Display the background image: */
disp_image(BgImage,WindowHandle) ;
* Read image for initialization:
read_image(InitImage,'xing/init')
* Initialize BgEsti dataset with
* fixed gains and threshold adaption:
create_bg_esti(InitImage,0.7,0.7,'fixed',0.002,0.02, \
'on',7.0,10,3.25,15.0,BgEstiHandle)
* Read the next image in sequence:
read_image(Image0,'xing/xing000')
* Estimate the background:
run_bg_esti(Image0,ForegroundRegion1,BgEstiHandle)
* Give the background image from the aktive dataset:
give_bg_esti(BgImage,BgEstiHandle)
* Display the background image:
dev_display(BgImage)
* Read image for initialization:
read_image(InitImage,'xing/init')
* Initialize BgEsti dataset with
* fixed gains and threshold adaption:
create_bg_esti(InitImage,0.7,0.7,'fixed',0.002,0.02, \
'on',7.0,10,3.25,15.0,BgEstiHandle)
* Read the next image in sequence:
read_image(Image0,'xing/xing000')
* Estimate the background:
run_bg_esti(Image0,ForegroundRegion1,BgEstiHandle)
* Give the background image from the aktive dataset:
give_bg_esti(BgImage,BgEstiHandle)
* Display the background image:
dev_display(BgImage)
* Read image for initialization:
read_image(InitImage,'xing/init')
* Initialize BgEsti dataset with
* fixed gains and threshold adaption:
create_bg_esti(InitImage,0.7,0.7,'fixed',0.002,0.02, \
'on',7.0,10,3.25,15.0,BgEstiHandle)
* Read the next image in sequence:
read_image(Image0,'xing/xing000')
* Estimate the background:
run_bg_esti(Image0,ForegroundRegion1,BgEstiHandle)
* Give the background image from the aktive dataset:
give_bg_esti(BgImage,BgEstiHandle)
* Display the background image:
dev_display(BgImage)
give_bg_estigive_bg_estiGiveBgEstiGiveBgEstiGiveBgEsti liefert den Wert 2 (H_MSG_TRUE), falls die Parameter
korrekt sind.
run_bg_estirun_bg_estiRunBgEstiRunBgEstiRunBgEsti
run_bg_estirun_bg_estiRunBgEstiRunBgEstiRunBgEsti,
create_bg_esticreate_bg_estiCreateBgEstiCreateBgEstiCreateBgEsti,
update_bg_estiupdate_bg_estiUpdateBgEstiUpdateBgEstiUpdateBgEsti
run_bg_estirun_bg_estiRunBgEstiRunBgEstiRunBgEsti,
update_bg_estiupdate_bg_estiUpdateBgEstiUpdateBgEstiUpdateBgEsti,
create_bg_esticreate_bg_estiCreateBgEstiCreateBgEstiCreateBgEsti
Foundation