Skip to content
View pabs-code's full-sized avatar

Block or report pabs-code

Report abuse

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

Report abuse

Pinned Loading

  1. img-edge-detection img-edge-detection Public

    Using OpenCV library to perform edge detection on an image, which enables real-time adjustments of parameters to optimize the detection of edges in an image.

    Python

  2. gray-img-binary-thresholding gray-img-binary-thresholding Public

    A Streamlit-based application for image binary thresholding that segments the foreground from the background.

    Python

  3. grayscale-equalize-enhance-filter grayscale-equalize-enhance-filter Public

    Converts images to grayscale; Generate a histogram of pixel intensities with two filter options; Equalize and enhancement.

    Python

  4. img-hsv-color-segmentation img-hsv-color-segmentation Public

    A Streamlit-based application for detecting and segmenting specific colors (rgb) in images using HSV color space.

    Python

  5. img-denoise-filter-tool img-denoise-filter-tool Public

    Streamlit application designed to demonstrate various image processing techniques, including Gaussian Blur, Median Filtering, PSNR (Peak Signal-to-Noise Ratio), and SSIM (Structural Similarity Index)

    Python

  6. mini-cv-pipeline-with-streamlit mini-cv-pipeline-with-streamlit Public

    A simple yet powerful image processing pipeline that supports grayscale conversion, Gaussian blur, Sobel edge detection, Canny edge detection, and histogram visualization.

    Python