mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 15:56:57 +08:00
CamelCase.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user