Studying ORB feature descriptors from it is the official paper I found it stating:
We empirically
choose r
to be the patch size, so that that x
and y
run from
[−r, r]
. As |C|
approaches 0
,
I did not understand how r
is calculated, please tell me how to calculate r
.
I tried a lot to dig deeper using the internet but I couldn't find formula or explaining and I did not understand what it stated means.
Would you please explain it for me? And give me the formula if you may.