Feeds
提问
What is this code used for?
[labeledImage, numberOfObjcts]=bwlabel(......); What is this code used for?
5 years 前 | 1 个回答 | 0
1
个回答提问
Too many Input Arguments Error
clear all; close all; clc; img = imread("Morfoloji2.PNG"); gray=rgb2gray(img); bin=imbinarize(gray); binm=imcomplement(bin);...
5 years 前 | 2 个回答 | 0