pans
2017-01-04 332d18eb6733a5400a2cfd3a3faa2e056bd2a02c
RtspFace/demo/src/test.cpp
@@ -27,8 +27,11 @@
   
   int idx = -11;
   tools tool=tools();
   idx=tool->reg(bgr_image,p);
   cout<<"idx="<<idx<<endl;
   //idx=tool.reg(bgr_image,&p);
   tool.search(bgr_image,&p);
   cout<<"p_id="<<p.p_id<<endl;
   cout<<"name="<<p.name<<endl;
   cout<<"f_id="<<p.f_id<<endl;
   
   
   return 0;