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 years 前 | 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 years 前 | 2 个回答 | 0