颜色空间 Resources

Showing items tagged with "颜色空间"

A MATLAB program for calculating Gray-Level Co-occurrence Matrix (GLCM) with eight-dimensional texture feature extraction, referenced from "Image Retrieval Based on Color Space and Texture Features." This implementation processes input image data and returns an 8D texture feature row vector suitable for image analysis and retrieval systems.

MATLAB 208 views Tagged

Implementation of image inpainting suitable for large damaged areas. This algorithm utilizes exemplar-based image inpainting for region filling and object removal, operates in CIE Lab color space for improved color perception alignment, and was originally published in IEEE 2004. The MATLAB implementation includes priority-based patch selection and texture synthesis mechanisms.

MATLAB 241 views Tagged