mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 02:32:45 +08:00
Damn you CRLF.
This commit is contained in:
@@ -1269,6 +1269,9 @@ namespace openalprnet {
|
|||||||
cv::Mat frame = cv::imread( marshal_as<std::string>(filepath) );
|
cv::Mat frame = cv::imread( marshal_as<std::string>(filepath) );
|
||||||
std::vector<AlprRegionOfInterest> rois = AlprHelper::ToVector(regionsOfInterest);
|
std::vector<AlprRegionOfInterest> rois = AlprHelper::ToVector(regionsOfInterest);
|
||||||
AlprResults results = m_Impl->recognize(frame.data, frame.elemSize(), frame.cols, frame.rows, rois );
|
AlprResults results = m_Impl->recognize(frame.data, frame.elemSize(), frame.cols, frame.rows, rois );
|
||||||
|
return gcnew AlprResultsNet(results);
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Recognize from a bitmap
|
/// Recognize from a bitmap
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Reference in New Issue
Block a user