Ask Your Question

anaysonawane's profile - activity

2016-08-22 22:00:54 -0600 received badge  Student (source)
2012-08-17 16:16:33 -0600 asked a question HAARTRAINING IN WINDOWS 7

hi, I am doing haartrainig in windows 7.To create a .vec file I used a function as follows: cvCreateTrainingSamplesFromInfo( "C:\OpenCV2.0\bin\positives\positive_info.txt", "C:\OpenCV2.0\data\positive_vec.vec", 5, 0,24,24 );

but I am getting a error as: unresolved external symbol "int __cdecl cvCreateTrainingSamplesFromInfo(char const *,char const *,int,int,int,int)" (?cvCreateTrainingSamplesFromInfo@@YAHPBD0HHHH@Z) referenced in function _main

It is saying that "The system can not find the file Specified". Please tell me what I did wrong here,wating for reply.