Feeds
已回答
i hope to make a erosion code, without using a imerode. what's the problem? this code, help me
why it's red color?;; cuz not gray image??? then, how can i make erosion from binary image ?
i hope to make a erosion code, without using a imerode. what's the problem? this code, help me
why it's red color?;; cuz not gray image??? then, how can i make erosion from binary image ?
9 years 前 | 0
提问
i hope to make a erosion code, without using a imerode. what's the problem? this code, help me
clc close all; clear all; s=imread('abc.tif'); g=im2bw(s); b= [0 1 0 ; 1 1 1 ; 0 1 0]; [p q]=size(b); [m ...
9 years 前 | 2 个回答 | 0