Damn you CRLF.

This commit is contained in:
Peter Rekdal Sunde
2015-07-08 13:14:18 +02:00
parent 97c198e55a
commit 998cd4775d

View File

@@ -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>