LaneIn, PlateDetector - Remove 2 todos.
This commit is contained in:
@@ -157,7 +157,6 @@ namespace AIParkingApplication
|
||||
{
|
||||
try
|
||||
{
|
||||
//TODO: check size before resizing
|
||||
Cv2.Resize(frame, frame, new OpenCvSharp.Size(1280, 720));
|
||||
FinalPlateResult finalPlateResult = await plateProcessor.ProcessPlate(frame);
|
||||
|
||||
|
||||
@@ -71,7 +71,6 @@ namespace AIParkingApplication
|
||||
}
|
||||
Console.WriteLine($"GetBiggestPlate - Width: {biggestPlateRect.Width}\tHeight: {biggestPlateRect.Height}");
|
||||
Rect extendedRect = ExtendPlateRect(biggestPlateRect);
|
||||
//TODO: check oversize frame
|
||||
Mat plateImage;
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user