How to add Linear discriminant analysis (LDA) to Opencv4Android?
Hi,
I want to use LDA classifier with Opencv4Android sdk 3.1.0 version but it seems that is not yet included. So I would like to know if is it possible to add it manually because it is already included in Opencv for windows in the Core module?
hehe, can it be, you're trying to reinvent fisherfaces ?
No, I need LDA to classify two types of images (real or fake) based on image quality features for fake biometric detection. So if it is possible how can I include it?