NI LabVIEW,CVI,数据采集等产品讨论区

取消
显示结果 
搜索替代 
您的意思是: 

labview图像读取,只读取图片的某区域

用labview 读取一幅图片的某一个区域,类似实现word图像裁剪的功能,请问应该用什么函数?

比方说一幅图片,我只希望显示图片中心的一个矩形区域

0 项奖励
1 条消息(共 2 条)
4,224 次查看

LabVIEW doesn't support this feature.  You can do this with .net.

 

Or, you can read the whole image, convert it to array with "Unflatten Pixmap.vi"

Then use "Array Subset" to get the region you want.

 

 

 

 

George Zou
0 项奖励
2 条消息(共 2 条)
4,215 次查看