Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用这个脚本。问题是结果是coloured,我想要它grayscale,但不知道要在脚本中更改什么来做到这一点。您知道我应该执行哪些更改才能获得结果grayscale吗?
coloured
grayscale
谢谢。
检查Demo,有一个变量“L”。它包含一个代表集群的矩阵,因此只有值 1-3 存在。例如(L-1)./2,将簇 1 映射到灰度值 0,将簇 2 映射到灰度值 0.5,将簇 3 映射到灰度值 1。
(L-1)./2