opencv 4.10
This commit is contained in:
@@ -21,7 +21,7 @@ public class ImageSizeProportionOperation:BaseOperation
|
||||
|
||||
context.ActiveImage = new HawkeyeImage()
|
||||
{
|
||||
ImageData = context.ActiveImage!.ImageData.Resize(Size.Zero, Width, Height)
|
||||
ImageData = context.ActiveImage!.ImageData.Resize(new Size(0,0), Width, Height)
|
||||
};
|
||||
|
||||
Status = $"Image resized to {context.ActiveImage.ImageData.Width}x{context.ActiveImage.ImageData.Height}";
|
||||
|
||||
Reference in New Issue
Block a user