mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 11:07:00 +08:00
Use overload.
This commit is contained in:
@@ -361,8 +361,7 @@ namespace openalprnet {
|
|||||||
/// Recognize from an image on disk
|
/// Recognize from an image on disk
|
||||||
/// </summary>
|
/// </summary>
|
||||||
AlprResultsNet^ Recognize(System::String^ filepath) {
|
AlprResultsNet^ Recognize(System::String^ filepath) {
|
||||||
AlprResults results = m_Impl->recognize(marshal_as<std::string>(filepath));
|
return Recognize(filepath, gcnew List<System::Drawing::Rectangle>());
|
||||||
return gcnew AlprResultsNet(results);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Reference in New Issue
Block a user