1. 25 Feb, 2015 1 commit
  2. 13 Feb, 2015 2 commits
  3. 04 Feb, 2015 1 commit
  4. 02 Feb, 2015 1 commit
  5. 27 Jan, 2015 1 commit
  6. 18 Jan, 2015 1 commit
  7. 16 Jan, 2015 2 commits
  8. 08 Jan, 2015 1 commit
  9. 04 Jan, 2015 1 commit
  10. 30 Dec, 2014 1 commit
  11. 28 Dec, 2014 2 commits
  12. 25 Dec, 2014 2 commits
  13. 22 Dec, 2014 2 commits
  14. 16 Dec, 2014 1 commit
  15. 15 Dec, 2014 2 commits
  16. 14 Dec, 2014 1 commit
  17. 06 Dec, 2014 1 commit
  18. 05 Dec, 2014 1 commit
  19. 04 Dec, 2014 1 commit
  20. 03 Dec, 2014 1 commit
  21. 02 Dec, 2014 1 commit
    • HelenWong's avatar
      Fix#3714:Improve Display Image Tutorial · ec57a938
      HelenWong authored
      For Bug #3714, user use the imshow() function without calling
      namedWindow() properly, because user did not know the implicit rule for
      imshow(). (i.e. without calling namedWindow implied calling namedWindow(
      ,CV__WINDOW_AUTOSIZE).
      
      Improve the Display Image Tutorial to educate the user for such implied
      rule.
      
      Put a note on documentation for Bug#3714
      
      Revise the documentation regarding to imshow() function to better
      educate the user the implicit rule. (i.e. without creating the window
      before the imshow() function is the same as creating AUTOSIZE window)
      ec57a938
  22. 25 Nov, 2014 2 commits
  23. 19 Nov, 2014 1 commit
  24. 14 Nov, 2014 1 commit
  25. 13 Nov, 2014 2 commits
    • Tom Stellard's avatar
      ocl: Move static oclMat variables into FarnebackOpticalFlow class · 42b1bd56
      Tom Stellard authored
      Move some static functions into the FarnebackOpticalFlow class as well,
      so they can access these new class variables.
      
      oclMat objects cannot be declared statically, because their destructor
      depends on the statically defined __module variable from cl_context.cpp.
      Since statically defined variables in separate compilation units have
      an undefined destruction order there is always the possibility the
      __module will be destructed before an oclMat object, which results
      in a segfault.
      42b1bd56
    • Roman Donchenko's avatar
      NCV.cu: include <algorithm> · da6a38f9
      Roman Donchenko authored
      It's needed for std::max.
      da6a38f9
  26. 12 Nov, 2014 4 commits
  27. 10 Nov, 2014 1 commit
    • Roman Donchenko's avatar
      Suppress a bogus -Warray-bounds in modules/superres/src/optical_flow.cpp · 13d67b6a
      Roman Donchenko authored
      This is actually the same warning that the suppression at the bottom
      suppresses, but that one doesn't suppress it when using a native compiler
      (go figure).
      
      I remove the forced inclusion of precompiled headers into all sources,
      since otherwise this workaround doesn't work - the header with the warning
      is included before I can use a pragma.
      13d67b6a
  28. 29 Oct, 2014 1 commit
  29. 28 Oct, 2014 1 commit