Feeds
提问
tree decision method, how to generate the graph? and what coding is missing? how to solve the errors?
5 years 前 | 1 个回答 | 0
1
个回答提问
please help me to figure out the problem in tree decision method coding below. the decision tree graph didnt appear. and to figure out the coordinate of weld bead in the sample picture that i attached together with the coding.
i=imread('5(a).jpg'); j=rgb2gray(i); subplot(1,3,1); imshow(j);title('original'); subplot(1,3,2);imhist(j),title('histogra...
5 years 前 | 0 个回答 | 0