Ferris Room
Pages
(Move to ...)
Home
XBMC/KODI
Video
About me
▼
2016-06-16
[OpenCV-EMGU 記錄] 讀圖片檔
Way1:
using (Image<Bgr, byte> inputImage = new Image<Bgr, byte>(@"2016-06-13_115142.bmp"))
{}
Way2:
Mat img = CvInvoke.Imread(openFileDialog1.FileName, LoadImageType.AnyColor);
1 comment:
Anonymous
January 24, 2022 at 1:57 AM
This comment has been removed by a blog administrator.
Reply
Delete
Replies
Reply
Add comment
Load more...
‹
›
Home
View web version
This comment has been removed by a blog administrator.
ReplyDelete