RtspFace/demo/src/test.cpp
@@ -15,7 +15,7 @@ char *image_list = "../test_image/imglist"; person *p={0,"axsdcc"}; person p={0,"axsdcc",1}; cv::Mat bgr_image = cv::imread(image_path); if(bgr_image.data != NULL) { @@ -27,8 +27,9 @@ int idx = -11; tools tool=tools(); cout<<"======tools==========="<<endl; //idx=tool.reg(bgr_image,&p); tool.search(bgr_image,p); tool.search(bgr_image,&p); cout<<"============================================"<<endl; cout<<"p_id="<<p.p_id<<endl; cout<<"name="<<p.name<<endl;