File tree Expand file tree Collapse file tree
Chapter5_NumberPlateRecognition Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/* ****************************************************************************
22* Number Plate Recognition using SVM and Neural Networks
33******************************************************************************
4- * by David Millán Escrivá , 5th Dec 2012
4+ * by David Mill�n Escriv� , 5th Dec 2012
55* http://blog.damiles.com
66******************************************************************************
77* Ch5 of the book "Mastering OpenCV with Practical Computer Vision Projects"
@@ -24,7 +24,7 @@ using namespace std;
2424using namespace cv ;
2525OCR ocr;
2626
27- int generateRandom (int n, int min, int max, vector<int > *samples){
27+ void generateRandom (int n, int min, int max, vector<int > *samples){
2828 int range=max-min;
2929 int r=rand ()%range+min;
3030 if (samples->at (r)==0 ){
You can’t perform that action at this time.
0 commit comments