mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 19:36:53 +08:00
Remove trailing whitespace
This commit is contained in:
@@ -127,5 +127,3 @@ License
|
||||
|
||||
Affero GPLv3
|
||||
http://www.gnu.org/licenses/agpl-3.0.html
|
||||
|
||||
|
||||
|
@@ -110,7 +110,3 @@ min_plate_size_width_px = 100
|
||||
min_plate_size_height_px = 20
|
||||
|
||||
ocr_language = leu
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -67,4 +67,3 @@ ENDIF()
|
||||
|
||||
add_subdirectory(openalpr)
|
||||
add_subdirectory(misc_utilities)
|
||||
|
||||
|
@@ -262,7 +262,3 @@
|
||||
return false;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -34,5 +34,3 @@ TARGET_LINK_LIBRARIES(prepcharsfortraining
|
||||
support
|
||||
${OpenCV_LIBS}
|
||||
)
|
||||
|
||||
|
@@ -357,5 +357,3 @@ void outputStats(vector<double> datapoints)
|
||||
cout << "\t" << datapoints.size() << " samples, avg: " << mean << "ms, stdev: " << stdev << endl;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@@ -169,5 +169,3 @@ int main( int argc, const char** argv )
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@@ -267,4 +267,3 @@ void AlprImpl::setDefaultRegion(string region)
|
||||
{
|
||||
this->defaultRegion = region;
|
||||
}
|
||||
|
||||
|
@@ -99,5 +99,3 @@ class CharacterAnalysis
|
||||
};
|
||||
|
||||
#endif // CHARACTERANALYSIS_H
|
||||
|
||||
|
||||
|
@@ -190,5 +190,3 @@ bool CharacterRegion::thresholdsInverted()
|
||||
{
|
||||
return charAnalysis->thresholdsInverted;
|
||||
}
|
||||
|
||||
|
||||
|
@@ -82,5 +82,3 @@ class CharacterRegion
|
||||
};
|
||||
|
||||
#endif // CHARACTERREGION_H
|
||||
|
||||
|
||||
|
@@ -1246,5 +1246,3 @@ vector<Mat> CharacterSegmenter::getThresholds()
|
||||
{
|
||||
return charAnalysis->thresholds;
|
||||
}
|
||||
|
||||
|
||||
|
@@ -101,5 +101,3 @@ class CharacterSegmenter
|
||||
};
|
||||
|
||||
#endif // CHARACTERSEGMENTER_H
|
||||
|
||||
|
||||
|
@@ -429,4 +429,3 @@ RecognitionResult FeatureMatcher::recognize( const Mat& queryImg, bool drawOnIma
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
@@ -88,5 +88,3 @@ class FeatureMatcher
|
||||
};
|
||||
|
||||
#endif // FEATUREMATCHER_H
|
||||
|
||||
|
||||
|
@@ -138,8 +138,3 @@ void OCR::performOCR(vector<Mat> thresholds, vector<Rect> charRegions)
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -78,5 +78,3 @@ class PlateCorners
|
||||
};
|
||||
|
||||
#endif // PLATELINES_H
|
||||
|
||||
|
||||
|
@@ -57,5 +57,3 @@ class PlateLines
|
||||
};
|
||||
|
||||
#endif // PLATELINES_H
|
||||
|
||||
|
||||
|
@@ -3383,4 +3383,3 @@ typedef CSimpleIniTempl<wchar_t,
|
||||
#endif
|
||||
|
||||
#endif // INCLUDED_SimpleIni_h
|
||||
|
||||
|
@@ -95,4 +95,3 @@ int StateIdentifier::recognize(Mat img, char* stateCode)
|
||||
|
||||
return result.confidence;
|
||||
}
|
||||
|
||||
|
@@ -54,5 +54,3 @@ class StateIdentifier
|
||||
};
|
||||
|
||||
#endif // STATEIDENTIFIER_H
|
||||
|
||||
|
||||
|
@@ -886,4 +886,3 @@ dirent_set_errno(
|
||||
}
|
||||
#endif
|
||||
#endif /*DIRENT_H*/
|
||||
|
||||
|
@@ -640,4 +640,3 @@ TRexBool trex_getsubexp(TRex* exp, int n, TRexMatch *subexp)
|
||||
*subexp = exp->_matches[n];
|
||||
return TRex_True;
|
||||
}
|
||||
|
||||
|
@@ -395,8 +395,3 @@ LineSegment LineSegment::getParallelLine(float distance)
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -192,5 +192,3 @@ HistogramDirection VerticalHistogram::getHistogramDirection(int index)
|
||||
else
|
||||
return FLAT;
|
||||
}
|
||||
|
||||
|
||||
|
@@ -689,4 +689,3 @@ inline void Arg::reset()
|
||||
} //namespace TCLAP
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -197,4 +197,3 @@ private:
|
||||
} // namespace TCLAP
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -205,4 +205,3 @@ void SetString(T &dst, const std::string &src)
|
||||
} // namespace
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -145,4 +145,3 @@ std::string ValuesConstraint<T>::description() const
|
||||
|
||||
} //namespace TCLAP
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user