chenke
2017-07-19 14d33d997cfc1949fe93664197097c7cbc6e92e3
RtspFace/PL_Paint.cpp
@@ -7,7 +7,16 @@
#include <opencv2/core/mat.hpp>
#include <opencv2/imgproc.hpp>
~PLPLContext::PLPLContext()
PLPLType::PLPLType(const wchar_t* _val_s)
{
    //wchar_t* w_val_s = (wchar_t*)val_s;
    //for (int i = 0; i < sizeof(val_s) / sizeof(wchar_t); i++)
    //    w_val_s[i] = _val_s[i];
    memcpy(val_s, _val_s, sizeof(val_s));
}
PLPLContext::~PLPLContext()
{
   delete (CvxText*)cvxText;
   cvxText = nullptr;