标签: matlab image-processing matlab-figure crop
这是我正在拍摄的照片? 我想从图像中裁剪出黑色部分。
答案 0 :(得分:0)
尝试使用poly2mask函数:
BW = poly2mask(x, y, m, n)