mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-09 00:50:09 +08:00
Remove useless empty lines
This commit is contained in:
@@ -17,8 +17,6 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#ifndef CHARACTERANALYSIS_H
|
||||
#define CHARACTERANALYSIS_H
|
||||
|
||||
@@ -30,7 +28,6 @@
|
||||
using namespace cv;
|
||||
using namespace std;
|
||||
|
||||
|
||||
class CharacterAnalysis
|
||||
{
|
||||
|
||||
@@ -68,8 +65,6 @@ class CharacterAnalysis
|
||||
|
||||
Mat getCharacterMask();
|
||||
|
||||
|
||||
|
||||
private:
|
||||
Config* config;
|
||||
|
||||
@@ -77,7 +72,6 @@ class CharacterAnalysis
|
||||
|
||||
Mat findOuterBoxMask( );
|
||||
|
||||
|
||||
bool isPlateInverted();
|
||||
vector<bool> filter(Mat img, vector<vector<Point> > contours, vector<Vec4i> hierarchy);
|
||||
|
||||
@@ -95,7 +89,6 @@ class CharacterAnalysis
|
||||
|
||||
int getGoodIndicesCount(vector<bool> goodIndices);
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif // CHARACTERANALYSIS_H
|
||||
|
Reference in New Issue
Block a user