No file gets created after using the below code.
fileStorage = cvOpenFileStorage( "facedata.xml", 0, CV_STORAGE_READ );
Can anyone tell what the problem is..??
1 | initial version |
No file gets created after using the below code.
fileStorage = cvOpenFileStorage( "facedata.xml", 0, CV_STORAGE_READ );
Can anyone tell what the problem is..??
2 | No.2 Revision |
No file gets created after using the below code.
fileStorage = cvOpenFileStorage( "facedata.xml", 0, CV_STORAGE_READ Can anyone tell what the problem is..??