photo

JongHwan Do


Aktiv seit 2016

Followers: 0   Following: 0

Statistik

MATLAB Answers

1 Frage
1 Antwort

RANG
221.976
of 301.159

REPUTATION
0

BEITRÄGE
1 Frage
1 Antwort

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 21.182

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.105

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Beantwortet
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 ?

mehr als 9 Jahre vor | 0

Frage


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 ...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten