子块 Resources

Showing items tagged with "子块"

To improve the robustness of image encryption algorithms, we propose a novel adaptive image encryption technique. This algorithm partitions grayscale or color images of arbitrary sizes into 2×2 sub-blocks. Using pixel intensity values from the top-left sub-block and Chebyshev chaotic mapping, we construct a matrix matching the dimensions of the top-right sub-block for pixel value substitution. The encryption process follows a clockwise pattern until all sub-blocks including the top-left are processed. Implementation involves creating dynamic encryption keys through chaotic systems and applying pixel-level transformations using matrix operations, making the algorithm size-independent and suitable for both grayscale and color images with enhanced diffusion and confusion properties.

MATLAB 254 views Tagged

MATLAB implementation of DCT-based image compression algorithm that divides images into 8x8 blocks, performs DCT transformation and quantization, then reconstructs the compressed image with comprehensive technical documentation and code explanations.

MATLAB 336 views Tagged

This paper addresses the computational intensity and prolonged runtime of traditional FCM algorithms by proposing an enhanced FCM approach. The method involves dividing images into window-sized sub-blocks, extracting feature vectors at the sub-block level for coarse FCM clustering, followed by pixel-level feature extraction and fine segmentation specifically for edge sub-blocks. This hierarchical segmentation strategy significantly improves processing speed and segmentation accuracy through optimized computational resource allocation.

MATLAB 205 views Tagged

In JPEG compression, an image is divided into 8x8 pixel blocks for sub-block compression using discrete cosine transform and quantization techniques.

MATLAB 211 views Tagged