You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python project demonstrating various image processing techniques, including noise reduction, filtering, geometric transformations, and feature extraction. The project applies median and smoothing filters, patch-based image restoration, histogram analysis, and edge detection to enhance and analyze images.
This project implements image encryption using the Logistic Map, a well-known chaotic system known for its sensitivity to initial conditions and control parameters. The encryption technique ensures high randomness, effective diffusion, and strong resistance to common cryptographic attacks.