-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
Milestone
Description
Shouldn't this check bi inside of ModeFunctions<Config::OpenCV>::refine
function?
popsift/src/popsift/s_extrema.cu
Line 447 in fafcad9
if (iter >= MAX_ITERATIONS) { |
There is already a comment in place suggesting this:
popsift/src/popsift/s_extrema.cu
Line 160 in fafcad9
// 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.