Ask Your Question

Lao Jia's profile - activity

2014-04-14 13:45:36 -0600 commented question LBPH face recognition update training leak memory

Can any body help me with this memory leak problem? Thanks

2014-04-14 13:44:29 -0600 asked a question LBPH face recognition update training leak memory

model = cv::createLBPHFaceRecognizer(); model->load(filename);

std::vector<cv::mat> Imgs; std::vector<int> labels; // // code for filling Imgs and labels // model->update(Imgs, labels);

at the updating training, the memory is leaked.