bgslibrary icon indicating copy to clipboard operation
bgslibrary copied to clipboard

Where could I find the bgslibrary API of Python

Open knaffe opened this issue 7 years ago • 1 comments

I have checked the Dome.py, which shows that it only has 2 functions, bgs.apply(frame), and bgs.getBackgroundModel(). Is it all API of this library? How could I change the parameters of some algorithms if I want?

knaffe avatar Apr 20 '18 09:04 knaffe

Hi @knaffe , Yes, currently the API for Python contains only these two methods. If we want to change the parameters of the algorithms, we need to open the XML files stored in the config folder.

andrewssobral avatar Apr 27 '18 14:04 andrewssobral