Solved
How to convert matrix to (x,y,z) data set
- February 26, 2013
- 6 replies
- 3945 views
Hello everybody,
I'm trying to convert matrix to (x,y,z) data set. The matrix is obtained from an image and i want to extract only certain features of that image (see mathcad file). I've menaged to do that by setting a treshold and by using binarize and scale functions. As a result matrix/image S is obtained (see mathcad file). I want to extract only those matrix elements that have value 255 and to present it as a (x,y,z) data set where x and y should correspond to index i,j of matrix S.
Indices i and j are important because they are correlated to dimensions of the flourescent screen (initial image is a snapshot of a screen) and additional mathematical operations on (i,j) i.e. (x,y) should be performed.
Thank you in advance!!!

