• themightyoarfish's avatar
    Error message for wrong kernel size was insufficient. · 68d97502
    themightyoarfish authored
    When setting a wrong kernel size, the error message only tells the user that it
    must be odd, however the conditions for rejection include values > 7 which must
    be communicated. Without that, the message would be incorrect and confusing if
    the user is unaware that only values 3, 5, 7 are accepted.
    68d97502
canny.cpp 36 KB