How to compute the histogram of an image in scilab
Answers
Answered by
0
Answer:
Explanation:
This function plot a histogram of the data vector using the classes x . When the number n of classes is provided instead of x , the classes are chosen equally spaced and x(1) = min(data) < x(2) = x(1) + dx < ... < x(n+1) = max(data) with dx = (x(n+1)-x(1))/n.
Similar questions