Sorting TextLines from top to bottom vertically

This commit is contained in:
Matt Hill
2014-10-19 20:27:49 -04:00
parent 02e9517d83
commit 2a9c0de2e3
2 changed files with 6 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
#ifndef OPENALPR_CHARACTERANALYSIS_H
#define OPENALPR_CHARACTERANALYSIS_H
#include <algorithm>
#include "opencv2/imgproc/imgproc.hpp"
#include "utility.h"
#include "config.h"