I define array as
var arr = new double[image.Width, image.Height];
I need select unique values from this array
how i can do it?
I define array as
var arr = new double[image.Width, image.Height];
I need select unique values from this array
how i can do it?