opencv2.3.1中的peopledetect.cpp在vs2010中报错
源程序经过处理后如下:#include"stdafx.h"#include"opencv2/imgproc/imgproc.hpp"#include"opencv2/ob...
源程序经过处理后如下:
#include "stdafx.h"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/objdetect/objdetect.hpp"
#include "opencv2/highgui/highgui.hpp"
#include <stdio.h>
#include <string.h>
#include <ctype.h>
using namespace cv;
using namespace std;
int main(int argc, char** argv)
{
HOGDescriptor hog;
hog.setSVMDetector(HOGDescriptor::getDefaultPeopleDetector());
return 0;
}
单步调试时程序在hog.setSVMDetector(HOGDescriptor::getDefaultPeopleDetector());这句报错,显示:
pe.exe 中的 0x77b015de 处有未经处理的异常: 0xC0000005: 读取位置 0x0031e000 时发生访问冲突
网上搜索说是类没有初始化,请高手指点应该如何初始化。
问题出在HOGDescriptor::getDefaultPeopleDetector();这句 展开
#include "stdafx.h"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/objdetect/objdetect.hpp"
#include "opencv2/highgui/highgui.hpp"
#include <stdio.h>
#include <string.h>
#include <ctype.h>
using namespace cv;
using namespace std;
int main(int argc, char** argv)
{
HOGDescriptor hog;
hog.setSVMDetector(HOGDescriptor::getDefaultPeopleDetector());
return 0;
}
单步调试时程序在hog.setSVMDetector(HOGDescriptor::getDefaultPeopleDetector());这句报错,显示:
pe.exe 中的 0x77b015de 处有未经处理的异常: 0xC0000005: 读取位置 0x0031e000 时发生访问冲突
网上搜索说是类没有初始化,请高手指点应该如何初始化。
问题出在HOGDescriptor::getDefaultPeopleDetector();这句 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询