ORB FAST non-maximal suppression
For the code segment at https://github.com/Itseez/opencv/blob...
Why take K=patternSize/2 and N = patternSize + K + 1 ?
patternSize = 16 for this case, because we are using FAST-9_16 and there are 16 pixels around the circle of radius 3