Ask Your Question

jignesh-santhosh's profile - activity

2020-08-18 08:16:37 -0600 received badge  Famous Question (source)
2016-02-15 08:09:13 -0600 received badge  Notable Question (source)
2014-08-07 16:32:20 -0600 received badge  Popular Question (source)
2013-07-14 23:22:00 -0600 received badge  Student (source)
2013-06-03 04:21:45 -0600 asked a question opencv traincascade error w.r.t. vector subscripts

Hi all, I am getting a Debug assertion failed while using traincascade application in debug mode. The error is not in traincascade application but in vector The error simply reads-

Line: 932

Expression: vector subscript out of range

When I run the code in release mode, I just get a windows error. This is not because of bad images and I have not given the same number of files in npos as my total positive images. Has anyone faced this issue?

2013-03-25 10:44:39 -0600 received badge  Supporter (source)
2013-03-25 10:44:36 -0600 commented answer haartraining.exe and createsamples.exe missing

Thanks! it worked perfectly.

2013-03-25 10:44:01 -0600 received badge  Scholar (source)
2013-03-25 07:55:00 -0600 asked a question haartraining.exe and createsamples.exe missing

Hi, I am new to opencv and I am trying to train a haar feature based classifier. I downloaded opencv for Windows with VS 2010, with pre built libraries. I see that the bin folders do not have haartraining.exe and createsamples.exe. How do I download/ build these? Since I do not see any projects in the folders to build them either. Thanks!