repaired std::string handling

This commit is contained in:
Vadim Pisarevsky
2013-03-21 11:30:38 +04:00
parent 87563c6638
commit 4e1619d8ee
2 changed files with 4 additions and 3 deletions

View File

@@ -99,6 +99,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;