Remove useless empty lines

This commit is contained in:
Philippe Vaucher
2014-03-24 10:21:14 +01:00
parent 3669ce0021
commit 564e0d3087
48 changed files with 0 additions and 322 deletions

View File

@@ -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