Jean-Jacques Sarton
Jean-Jacques Sarton
@BenBE I have done more checks and had to correct a little bug within app/background.cc (line 195). The fix is committed within my cropping branch.
I have a little error at line 613 deepseg.c and fixed it. I have also removes 2 space within an if query as you recommend it. I have also pushed...
I have pushed the modified code to my cropping branch.
Pushed the actual revised version.
> Could you squash all the fixup and correction commits into their respective commit of where they should have gone in the first place? You can/should keep commits that introduce/change...
I have configured and installed my own opencv version. With this version ffmpeg work and unfortunately, still picture are recognized as video. In order to solve this I modified (on...
# Improvements: ## Detect kind of background file The detection video or still image ist done with: * the number of images returned by cv::imcount() which is always 0 for...
I think that my code can remain how it is with the following exceptions: instead of reading the number of images with imcount(), images is set to 0. at the...
We may conditionaly include cv::imcount(). If we have this after the #include lines, we have knowledge about the used opencv version. ``` #if CV_VERSION_MAJOR < 4 ||\ CV_VERSION_MAJOR == 4...
A lot to do! What shall be the base for this PR? I will modify the file deepseg.c after the first PR is integrated within backscrub. There are some crashes...