You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Size.Zero was introduced a long time ago to be compatible with System.Drawing.Size.Empty, since there was no default(T) in C# 1.0. But now I think default can satisfy all our needs. Lately I have been focusing on reducing code size as much as possible and do not want to make this change.
"Version 2.7.0.3 of Sdcb.PaddleOCR and version 4.10 of OpenCvSharp still throw an exception System.MissingFieldException: 'Cannot find field: OpenCvSharp.Size.Zero'."
Size.Zero deleted in 4.9, cause code breaking, the workaround is replace
Size.Zero
intodefault
, it might not make sense to me.We should add back
OpenCvSharp.Size.Zero
The text was updated successfully, but these errors were encountered: