Andrews Cordolino Sobral

Results 184 comments of Andrews Cordolino Sobral

Hi @bestzxp , you are probably using the default python from ubuntu. To install Boost library, you need to do: ```sudo apt-get install libboost-all-dev``` However, if you want to use...

Hi @yuanlixian , I am sorry for my long delayed feedback to you. I never tried to compile bgslibrary with CLion, but I expected that it should works in a...

Hi @vaghelan , the short answer is **yes**, but with some constraints, please see: https://github.com/andrewssobral/bgslibrary/wiki/List-of-available-algorithms

Hi @hungsn96 , This seems to be an error from the opencv side. Which version of opencv you are using?

Hi @Jessiiii , I will take a look at this... Do you have tried this wrapper? https://github.com/andrewssobral/bgslibrary/releases/tag/bgslib_matlab_win64_2.0.0

Hi @Jessiiii , I think the problem is that you are trying to compile it without some prerequisites. If you are on Windows (or Linux / macOS), and you want...

Hi @anhlt309, unfortunately the bgslibrary library does not support GPU yet =/ But it will be a nice feature for a future version...I'm always open for everyone that wants to...

Thank you @dmelo for reporting this issue, I will check it in the next few days.

Hello @Mvrjustid and @wn13083405221 , I am sorry for my delayed response. Did you checked if the binaries of OpenCV are in your system PATH ? In my case, I...

Hi @wn13083405221 Try to use cmake in your Windows environment instead of using the provided vs2013/project.sln, and check if the binaries are ok. I think this crash is due to...