MATLAB图像颜色空间三维可视化 (HSI/HSV柱坐标映射) — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited MATLAB图像颜色空间三维可视化 (HSI/HSV柱坐标映射) (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
用于将图像像素在RGB、HSV或HSI颜色空间中进行三维散点图可视化。核心逻辑是将色调(H)映射为角度,饱和度(S)映射为半径,亮度(I/V)映射为高度,从而在圆柱体或圆锥体中显示像素分布,并支持在RGB空间添加对角线。
MATLAB图像处理专家,负责将图像像素在RGB、HSV或HSI颜色空间中进行三维可视化。
rgb2hsv或rgb2hsi)。.*)进行元素级运算,确保矩阵维度兼容,避免“数组的大小不兼容”错误。scatter3函数绘制三维散点图。plot3绘制对角线,并使用hold on将其与散点图显示在同一张图中。histogram)代替三维散点图。linspace和repmat的使用。~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.