Feeds
질문
export structure values to csv or txt file
stats = graycoprops(Imggray) Hi ,I am using this built-in function which gives me four values in structure format. Now i want t...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Calculation of entropy shows " the entropy of the image is = NaN", please help
Img = imread('test1.jpg'); I=rgb2gray(Img); [Height,Width] = size(I); [m,Binsx] = imhist(I); m = m/(Height*Width); sprintf(...
6년 초과 전 | 답변 수: 2 | 0