Question


Fine index matrix of an image
Let I be an image of m×n pixels, and M be the number of distinct colors. I can be represented as I(x, y) = P(I'(x, y)), whe...

10 years ago | 1 answer | 0

1

answer

Question


find minimum distance value
di = |Yk - Wi| where i = 1.... Q and k=1...M Y = 0 0.693062745098039 0.369047058823529 0.299000000000000 ...

10 years ago | 1 answer | 0

1

answer

Question


Looping matrix differences for every iterations
I have this scenario A=[6;7;8] W=[3;9;1] d=|Ai-W| for each iterations take one value from A subtract with every value in ...

10 years ago | 1 answer | 0

1

answer

Question


how to find out the indexed matrix of an image?
I find out color map and color data of an image.. but how find an index matrix from an color data color data contains mxn p...

10 years ago | 1 answer | 0

1

answer

Question


color map and color data
If we change a color map of an image, the color data will automatically updated or not? ADD for example [cdata cmap]=im...

10 years ago | 2 answers | 0

2

answers

Question


how to swap this matrix
Matrix A= 9 3 4 5 6 7 find the min value in the matrix, and take that position and swap this matri...

10 years ago | 1 answer | 0

1

answer

Question


how to swap this matrix
i have this column of matrix Z= 2 4 1 7 9 how to swap this 1 and 2

10 years ago | 2 answers | 0

2

answers