Fixed all warnings in plate_judge.cpp.

1.3
Micooz 10 years ago
parent dab4fbd44f
commit cac83f0986

@ -88,7 +88,7 @@ int CPlateJudge::plateJudge(const vector<CPlate>& inVec,
int w = inMat.cols;
int h = inMat.rows;
//再取中间部分判断一次
Mat tmpmat = inMat(Rect(w * 0.05, h * 0.1, w * 0.9, h * 0.8));
Mat tmpmat = inMat(Rect_<double>(w * 0.05, h * 0.1, w * 0.9, h * 0.8));
Mat tmpDes = inMat.clone();
resize(tmpmat, tmpDes, Size(inMat.size()));

Loading…
Cancel
Save