Remove trailing whitespace

This commit is contained in:
Philippe Vaucher
2014-03-17 10:35:09 +01:00
parent b86a6743de
commit bdc922c69a
90 changed files with 3466 additions and 3523 deletions

View File

@@ -127,5 +127,3 @@ License
Affero GPLv3
http://www.gnu.org/licenses/agpl-3.0.html

View File

@@ -110,7 +110,3 @@ min_plate_size_width_px = 100
min_plate_size_height_px = 20
ocr_language = leu

View File

@@ -67,4 +67,3 @@ ENDIF()
add_subdirectory(openalpr)
add_subdirectory(misc_utilities)

View File

@@ -262,7 +262,3 @@
return false;
}

View File

@@ -34,5 +34,3 @@ TARGET_LINK_LIBRARIES(prepcharsfortraining
support
${OpenCV_LIBS}
)

View File

@@ -357,5 +357,3 @@ void outputStats(vector<double> datapoints)
cout << "\t" << datapoints.size() << " samples, avg: " << mean << "ms, stdev: " << stdev << endl;
}

View File

@@ -169,5 +169,3 @@ int main( int argc, const char** argv )
}
}

View File

@@ -267,4 +267,3 @@ void AlprImpl::setDefaultRegion(string region)
{
this->defaultRegion = region;
}

View File

@@ -99,5 +99,3 @@ class CharacterAnalysis
};
#endif // CHARACTERANALYSIS_H

View File

@@ -190,5 +190,3 @@ bool CharacterRegion::thresholdsInverted()
{
return charAnalysis->thresholdsInverted;
}

View File

@@ -82,5 +82,3 @@ class CharacterRegion
};
#endif // CHARACTERREGION_H

View File

@@ -1246,5 +1246,3 @@ vector<Mat> CharacterSegmenter::getThresholds()
{
return charAnalysis->thresholds;
}

View File

@@ -101,5 +101,3 @@ class CharacterSegmenter
};
#endif // CHARACTERSEGMENTER_H

View File

@@ -429,4 +429,3 @@ RecognitionResult FeatureMatcher::recognize( const Mat& queryImg, bool drawOnIma
}

View File

@@ -88,5 +88,3 @@ class FeatureMatcher
};
#endif // FEATUREMATCHER_H

View File

@@ -138,8 +138,3 @@ void OCR::performOCR(vector<Mat> thresholds, vector<Rect> charRegions)
}

View File

@@ -78,5 +78,3 @@ class PlateCorners
};
#endif // PLATELINES_H

View File

@@ -57,5 +57,3 @@ class PlateLines
};
#endif // PLATELINES_H

View File

@@ -3383,4 +3383,3 @@ typedef CSimpleIniTempl<wchar_t,
#endif
#endif // INCLUDED_SimpleIni_h

View File

@@ -95,4 +95,3 @@ int StateIdentifier::recognize(Mat img, char* stateCode)
return result.confidence;
}

View File

@@ -54,5 +54,3 @@ class StateIdentifier
};
#endif // STATEIDENTIFIER_H

View File

@@ -886,4 +886,3 @@ dirent_set_errno(
}
#endif
#endif /*DIRENT_H*/

View File

@@ -640,4 +640,3 @@ TRexBool trex_getsubexp(TRex* exp, int n, TRexMatch *subexp)
*subexp = exp->_matches[n];
return TRex_True;
}

View File

@@ -395,8 +395,3 @@ LineSegment LineSegment::getParallelLine(float distance)
return result;
}

View File

@@ -192,5 +192,3 @@ HistogramDirection VerticalHistogram::getHistogramDirection(int index)
else
return FLAT;
}

View File

@@ -689,4 +689,3 @@ inline void Arg::reset()
} //namespace TCLAP
#endif

View File

@@ -197,4 +197,3 @@ private:
} // namespace TCLAP
#endif

View File

@@ -205,4 +205,3 @@ void SetString(T &dst, const std::string &src)
} // namespace
#endif

View File

@@ -145,4 +145,3 @@ std::string ValuesConstraint<T>::description() const
} //namespace TCLAP
#endif