1. 26 Aug, 2016 1 commit
  2. 22 Aug, 2016 1 commit
  3. 16 Aug, 2016 2 commits
  4. 15 Aug, 2016 1 commit
  5. 09 Aug, 2016 1 commit
  6. 08 Aug, 2016 1 commit
  7. 29 Jul, 2016 2 commits
  8. 20 Jul, 2016 1 commit
  9. 19 Jul, 2016 1 commit
  10. 15 Jul, 2016 1 commit
  11. 14 Jul, 2016 1 commit
  12. 12 Jul, 2016 1 commit
  13. 11 Jul, 2016 1 commit
    • Arthur Cinader's avatar
      Implement PR feedback: · 0ed250cb
      Arthur Cinader authored
      1. Explain grayscale input still read as three channel
      2. Fix typo
      3. Add more details to image match explanation to include the use of masks
      0ed250cb
  14. 07 Jul, 2016 1 commit
  15. 01 Jul, 2016 1 commit
  16. 30 Jun, 2016 1 commit
  17. 27 Jun, 2016 3 commits
  18. 26 Jun, 2016 1 commit
  19. 23 Jun, 2016 1 commit
  20. 13 Jun, 2016 2 commits
  21. 12 Jun, 2016 2 commits
    • Aleksandar Atanasov's avatar
      Same fix as with the houghcircles · 445349dd
      Aleksandar Atanasov authored
      Moved second `imshow()` inside the if-statement to prevent error when no lines have been found and the function is called with an empty `cdst`.
      445349dd
    • Aleksandar Atanasov's avatar
      Added small fix when circles are not detected · c5bbc035
      Aleksandar Atanasov authored
      I noticed that I missed the fact that `cimg` is used in the second `imshow()` call. Changed the scope of the second function call to be within the if-statement. Otherwise in cases where have not been detected the second `imshow()` will attempt to use `cimg` which will be empty leading to an error.
      c5bbc035
  22. 09 Jun, 2016 1 commit
  23. 03 Jun, 2016 1 commit
  24. 02 Jun, 2016 2 commits
    • Aleksandar Atanasov's avatar
      Fix houghlines.py when no lines found · 14deab25
      Aleksandar Atanasov authored
      In the C++ equivalent of this example a check is made whether the vector (here in Python we have a list) actually has any lines in it that is whether the Hough lines function has managed to find any in the given image. This check is missing for the Python example and if no lines are found the application breaks.
      14deab25
    • Aleksandar Atanasov's avatar
      Fix houghcircles.py when no circles found · cf0df733
      Aleksandar Atanasov authored
      In the C++ equivalent of this example a check is made whether the vector (here in Python we have a list) actually has any circles in it that is whether the Hough circles function has managed to find any in the given image. This check is missing for the Python example and if no circles are found the application breaks.
      cf0df733
  25. 30 May, 2016 1 commit
  26. 20 May, 2016 1 commit
  27. 19 May, 2016 1 commit
  28. 11 May, 2016 1 commit
  29. 29 Apr, 2016 1 commit
    • Julien Nabet's avatar
      cppcheck: fix some reports · a29c814b
      Julien Nabet authored
      All of these: (performance) Prefer prefix ++/-- operators for non-primitive types.
      [modules/calib3d/src/fundam.cpp:1049] -> [modules/calib3d/src/fundam.cpp:1049]: (style) Same expression on both sides of '&&'.
      a29c814b
  30. 22 Apr, 2016 2 commits
  31. 19 Apr, 2016 1 commit
  32. 17 Apr, 2016 1 commit