Deploy LBPHFaceRecognizer model without images

,

So I have trained a LBPHFaceRecognizer model using the CSV examples in the opencv documentation, is there a way to get the nodes/coefficients from the trained model and then apply them?

I just don’t want to load or even ship the cvs and train data with the opencv code, a xml type file as the face cascades or even write them in code as an array statically?

there are read & write methods for your trained model

Thanks! , don’t know how I missed that!