Skip to content
View HBasma's full-sized avatar

Block or report HBasma

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dct-image-compression dct-image-compression Public

    DCT-based image compression with block processing (8x8) formula vs matrix implementation nd PSNR evaluation

    Python

  2. dft-image-processing dft-image-processing Public

    Python project using DFT for image processing. It includes frequency domain filtering such as low-pass, high-pass, mean and Gaussian filters with spectrum visualization.

    Python

  3. edge-detection edge-detection Public

    Python project for edge detection using classical filters such as Sobel, Prewitt, Roberts and Laplacian. It also includes thresholding methods and gradient visualization to understand contour extra…

    Python

  4. image-filtering-app image-filtering-app Public

    Python project for image processing focused on noise modeling and spatial filtering. It implements additive and salt & pepper noise, with filters such as mean, Gaussian median and min-max using 2D …

    Python

  5. jpeg-compression-from-scratch jpeg-compression-from-scratch Public

    JPEG-like image compression implemented from scratch with DCT quantization and Huffman coding

    Python