Update detectormorph.cpp

This commit is contained in:
Frederico Lopes
2015-03-18 22:01:22 -03:00
parent db4ee4889f
commit 64b6642b3a

View File

@@ -52,7 +52,7 @@ namespace alpr {
Mat frame_gray,frame_gray_cp;
cvtColor(frame, frame_gray, CV_BGR2GRAY);
frame_gray.copyTo(frame_g2);
frame_gray.copyTo(frame_gray_cp);
blur(frame_gray, frame_gray, Size(5, 5));
vector<PlateRegion> detectedRegions;