Feeds
已回答
how to colored the edge detection result(binary image)?
If imedge is the extracted boundary, it can be given color with the following code. imshow(imedge, 'colormap', [0 0 1; 1 1 1]...
how to colored the edge detection result(binary image)?
If imedge is the extracted boundary, it can be given color with the following code. imshow(imedge, 'colormap', [0 0 1; 1 1 1]...
6 years 前 | 0