Skip to content

set mask in Python ? #189

@peijason

Description

@peijason

Tested both c++ and python.

  1. In c++:
    bgs->process(img_input, img_mask, img_bkgmodel);
    we can input a img_mask.

  2. In python:
    from demo.py and demo2.py.
    img_output = algorithm.apply(frame)

it looks there is nowhere for me to input an mask image?

Any suggestions?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions