mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 19:52:50 +08:00
CamelCase.
This commit is contained in:
@@ -326,7 +326,7 @@ namespace openalprnet {
|
|||||||
|
|
||||||
event EventHandler<AlprFrameEventArgs^>^ FrameProcessed;
|
event EventHandler<AlprFrameEventArgs^>^ FrameProcessed;
|
||||||
|
|
||||||
void recognizeFromVideo(System::String^ videoPath) {
|
void RecognizeFromVideo(System::String^ videoPath) {
|
||||||
if (System::IO::File::Exists(videoPath)) {
|
if (System::IO::File::Exists(videoPath)) {
|
||||||
int framenum = 0;
|
int framenum = 0;
|
||||||
cv::VideoCapture cap = cv::VideoCapture();
|
cv::VideoCapture cap = cv::VideoCapture();
|
||||||
|
Reference in New Issue
Block a user