Feeds
回答済み
Converting grayscale image to indexed
Thanks, imquantize was what I was looking for.
Converting grayscale image to indexed
Thanks, imquantize was what I was looking for.
7年以上 前 | 0
質問
Converting grayscale image to indexed
I have a grayscale image with 3 random values signified by integers 91, 123, 255. When I use gray2ind(I, 3) I get only 2 indices...
7年以上 前 | 2 件の回答 | 0
2
回答質問
Cell array strings storage
Two questions regarding cell arrays and strings: 1. When I enter a cell array that contains strings through the workspace, so...
7年以上 前 | 2 件の回答 | 0
2
回答質問
converting cells with strings inside cells into strings inside cells
I use the following code: cellfun(@(x) regexp(x, '@(.*)@', 'tokens'), array_of_strings) The idea is to replace all the strings ...
7年以上 前 | 1 件の回答 | 0

