Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

hmm support for vs2010 seems to be fading ..

do the following:

  • cd (from cmdline) into opencv_contrib
  • make a new branch: git checkout -b text-sqrt-fix (you want the master branch to stay clean)
  • change line 569 to : patch_size = (int)sqrt((float)kernels.cols);
  • rebuild
  • eventually make a pull request