Merge pull request #682 from vpisarev/python_str_fix

repaired std::string handling
This commit is contained in:
Andrey Kamaev
2013-03-21 08:57:39 -07:00
2 changed files with 4 additions and 3 deletions

View File

@@ -100,6 +100,8 @@ catch (const cv::Exception &e) \
using namespace cv;
typedef cv::softcascade::ChannelFeatureBuilder softcascade_ChannelFeatureBuilder;
typedef std::string string;
typedef std::vector<uchar> vector_uchar;
typedef std::vector<int> vector_int;
typedef std::vector<float> vector_float;