The documentation cuts off mid-sentence on both the 2.4 and 3.0 version sites... (link: http://docs.opencv.org/3.0-last-rst/modules/face/doc/facerec_api.html#createlbphfacerecognizer)
radius – The radius used for building the Circular Local Binary Pattern. The greater the radius, the
My guess at this from reading a paper on LBPH is that the radius is related to the area considered for each patch?
I'm trying to figure out a good value for this and it would be nice to know exactly what the different values correspond to.