Micha
Followers: 0 Following: 0
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.
6 years 前 | 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...
6 years 前 | 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...
6 years 前 | 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 ...
6 years 前 | 1 个回答 | 0