Shouldn't this check bi inside of ModeFunctions<Config::OpenCV>::refine function?
|
if (iter >= MAX_ITERATIONS) { |
There is already a comment in place suggesting this:
|
// Or we quit the loop by exceeding the limit, and reject the point anyway. |
Hope I'm not nitpicking here :) Just trying to make code be more readable. I'm also aware this should probably just be PR but I don't really have time to test and verify this claim.
Shouldn't this check bi inside of
ModeFunctions<Config::OpenCV>::refinefunction?popsift/src/popsift/s_extrema.cu
Line 447 in fafcad9
There is already a comment in place suggesting this:
popsift/src/popsift/s_extrema.cu
Line 160 in fafcad9
Hope I'm not nitpicking here :) Just trying to make code be more readable. I'm also aware this should probably just be PR but I don't really have time to test and verify this claim.