How do I obtain the background image during foreground detection?

4 次查看(过去 30 天)
I am using the vision.ForegroundDetector to produce a foreground mask. However, I would also like to have the background image as integer/floating point values to use as well. Is there a way to obtain the background image in addition to the boolean mask?

采纳的回答

Sailesh Kalyanapu
Sailesh Kalyanapu 2021-6-15
Hi,
Given, the background image pixels are represented as zeroes in the output of vision.ForegroundDetector, you can get the RGB or grayscale intensities corresponding to the background from a given image frame loaded in MATLAB. You can refer this as a hint on how to do that.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Computer Vision Toolbox 的更多信息

产品


版本

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by