gpt4 book ai didi

c#-3.0 - 如何使用 imagebox emgucv 调整图像大小?

转载 作者:行者123 更新时间:2023-12-03 22:46:24 27 4
gpt4 key购买 nike

文件夹图像中有图像如何在打开图像时使用 emgucv 中的图像框调整图像大小?谢谢..

最佳答案

// To get orginal image from the OpenFileDialog
Image<Bgr, Byte> captureImage = new Image<Bgr, byte>(openImageFileDialog.FileName);

// To resize the image
Image<Bgr, byte> resizedImage = captureImage.Resize(width, height, Emgu.CV.CvEnum.INTER.CV_INTER_LINEAR);

希望对您有所帮助。

关于c#-3.0 - 如何使用 imagebox emgucv 调整图像大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15052419/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com