1. 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
  2. 01 Jun, 2016 1 commit
  3. 31 May, 2016 7 commits
  4. 30 May, 2016 2 commits
  5. 28 May, 2016 1 commit
  6. 26 May, 2016 5 commits
  7. 25 May, 2016 7 commits
  8. 24 May, 2016 1 commit
  9. 23 May, 2016 5 commits
  10. 21 May, 2016 2 commits
  11. 20 May, 2016 6 commits