Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

so, problem solved !

the sum Mat in bif.cpp:204 should be accessed like sum.at<double>(y1,x1) , not float.

now, just wait for pr getting merged, or, if you're in a hurry:

  • cd to opencv_contrib folder
  • make a new branch for opencv_contrib, like : git checkout -b fix_bif (to avoid merge conflicts later)
  • apply patch
  • git commit -m fixit
  • rebuild (cmake, make make install)

once the pr is in,

  • change back to master: git checkout master
  • get updates: git pull upstream master
  • rebuild (cmake, make make install)

so, problem solved !

the sum Mat in bif.cpp:204 should be accessed like sum.at<double>(y1,x1) , not float.

now, just wait for pr getting merged, or, if you're in a hurry:

  • cd to opencv_contrib folder
  • make a new branch for opencv_contrib, like : git checkout -b fix_bifso: (to avoid merge conflicts later)
  • apply patch
  • git commit -m fixit
  • rebuild (cmake, make make install)

once the pr is in,

  • change back to master: git checkout master
  • get updates: updates with: git pull upstream master
  • and rebuild (cmake, make make install)

edit:

so, problem solved ! (laughing too early here ..)

the sum Mat in bif.cpp:204 should be accessed like sum.at<double>(y1,x1) , not float.

so: get updates with: git pull upstream master

and rebuild (cmake, make make install)