EmguCV - Face Recognition - 'Object reference not set' exception when using training set from Microsoft Access Database

前端 未结 3 543
情歌与酒
情歌与酒 2020-12-20 04:25

I\'ve been developing a face recognition application using EmguCV (C#). I got the whole thing working okay if I store the face images (training set) in simple windows folder

3条回答
  •  粉色の甜心
    2020-12-20 04:43

    I couldnt make it work from reading a direct Stream from the the Database where the images are located but your workaround, saving the images to a local folder, worked for me, thx a lot for sharing.Here's my demo page where you load files from DB: http://www.edatasoluciones.com/FaceDetection/FaceDataBase

提交回复
热议问题