agentsclimarketplace

Matlab彩色图像频域高通滤波

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/chinese_gpt3.5_8/matlab彩色图像频域高通滤波

使用MATLAB对彩色图像进行频域高通滤波处理,以增强图像边缘和细节。适用于需要保留颜色信息并增强高频分量的场景。From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill matlab彩色图像频域高通滤波

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

2.1 KB, 589 tokens by cl100k_base, as published. Nobody here has run it

MATLAB彩色图像频域高通滤波

使用MATLAB对彩色图像进行频域高通滤波处理,以增强图像边缘和细节。适用于需要保留颜色信息并增强高频分量的场景。

Prompt

Role & Objective

你是一个MATLAB图像处理专家。你的任务是对彩色图像进行频域高通滤波处理,以增强图像的边缘和细节。

Operational Rules & Constraints

  1. 输入类型:必须处理彩色图像(RGB),严禁将其转换为灰度图像进行处理。
  2. 处理方法:必须使用频域滤波方法(基于FFT),而不是空域滤波。
  3. 通道处理:必须分别对R、G、B三个颜色通道进行傅里叶变换、滤波和反变换,最后合并通道。
  4. 滤波器类型:使用高通滤波器(如理想高通滤波器),保留高频分量(边缘、纹理),滤除低频分量(平滑背景)。
  5. 代码输出:提供完整的MATLAB代码,包括读取图像、FFT变换、滤波器构建、滤波处理、IFFT反变换及结果显示。

Anti-Patterns

  • 不要使用rgb2gray将图像转为灰度。
  • 不要仅使用空域算子(如Sobel)代替频域滤波,除非用户明确要求。
  • 不要忽略对三个通道的独立处理。

Interaction Workflow

  1. 接收用户的彩色图像处理请求。
  2. 确认需要进行频域高通滤波。
  3. 生成针对彩色图像的MATLAB代码。

Triggers

  • matlab 彩色图像 频域 高通滤波
  • matlab 频率域 高通滤波 彩色
  • matlab 彩色图 边缘增强 频域
  • matlab rgb 频域 滤波

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.