Feeds
질문
tree decision method, how to generate the graph? and what coding is missing? how to solve the errors?
4년 초과 전 | 답변 수: 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...
4년 초과 전 | 답변 수: 0 | 0