1. 13 Jun, 2016 2 commits
  2. 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
  3. 09 Jun, 2016 1 commit
  4. 02 Jun, 2016 3 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
    • Aleksandar Atanasov's avatar
      Merge pull request #1 from Itseez/master · 5d4f22e0
      Aleksandar Atanasov authored
      Updating own opencv fork to 3.x
      5d4f22e0
  5. 01 Jun, 2016 1 commit
  6. 31 May, 2016 7 commits
  7. 30 May, 2016 2 commits
  8. 28 May, 2016 1 commit
  9. 26 May, 2016 5 commits
  10. 25 May, 2016 7 commits
  11. 24 May, 2016 1 commit
  12. 23 May, 2016 5 commits
  13. 21 May, 2016 2 commits
  14. 20 May, 2016 1 commit