CamelCase.

This commit is contained in:
Peter Rekdal Sunde
2015-07-22 08:56:02 +02:00
parent dd36e294d6
commit f8abdf2a6f

View File

@@ -326,7 +326,7 @@ namespace openalprnet {
event EventHandler<AlprFrameEventArgs^>^ FrameProcessed;
void recognizeFromVideo(System::String^ videoPath) {
void RecognizeFromVideo(System::String^ videoPath) {
if (System::IO::File::Exists(videoPath)) {
int framenum = 0;
cv::VideoCapture cap = cv::VideoCapture();