sobel-filter

There are 89 repositories under sobel-filter topic.

  • Sobel-Filter-Verilog

    Language:Verilog1
  • PatternRecognition

    Language:Jupyter Notebook1
  • Exploring-Canny-Edge-Detection

    Language:Jupyter Notebook
  • RoboticVisionCourse

    Robotic Vision course exercises

    Language:C++1
  • Image-Processing-noise-reduction-and-edge-detection

    Applying some filters from scratch on a noisy image (salt & pepper noise) to remove the noise and apply other sharpening filters (first order derivative filters {perwitt, sobel}) & (second order derivative filters{laplacian , LOG}) for edges detection

    Language:Jupyter Notebook1
  • Sobel-filter

    Sobel filter using MATLAB

    Language:MATLAB1
  • Filters-OpenCV

    Low-pass filters - mean filter, median filter and gaussian filer. High-pass filters - sobel filter, Roberts filter and Prewitt filter.

    Language:Jupyter Notebook1
  • CV_CUDA

    CUDA implementations of various Computer Vision Algorithms

    Language:Cuda1
  • Paralled-Histogram-Equalization-and-Edge-Detection

    Paralled-Histogram-Equalization-and-Edge-Detection

    Perform histogram equalization and apply Sobel operator on the equalized image using MPI and libpng

    Language:C1
  • SobelFilter

    Sobel–Feldman edge detection implementation.

    Language:Jupyter Notebook1
  • HPC

    High Performance Computing - GPUs - CUDA

    Language:Cuda1
  • image-processing

    Image processing algo in C for BMP format. Prewitt filter, K-means, sobel filter, histogram.

    Language:C1
  • Image-Processsing-Filters

    Small project protraying use of edge detection prewitt, sobel, median filter and guassian blur

    Language:JavaScript
  • FPGAedgeDETECTION

    Optimizing RGB to Grayscale, Gaussian Blur and Sobel-Filter operations on FPGAs for reduced dynamic power consumption

    Language:Verilog
  • image-enhancer

    Image enhancement program for damaged image

    Language:Jupyter Notebook
  • lib-img

    Library to process images, have Canny, Sobel, Gaussian filter.

    Language:C
  • Basic-Open_CV

    This repository explaine what is open cv and how to use it in computer vision.

    Language:Jupyter Notebook
  • StatFilters

    Java code to apply apply statistical functions on images

    Language:Java
  • ComputerVisionAlgorithms

    Implementation and visualization of different CV algorithms

    Language:C#
  • Lane-Detection

    Lane Detection with Image Feature Extraction Techniques :aerial_tramway:

    Language:Jupyter Notebook
  • image_processing

    Image processing implementations developed in practical DIP course classes.

    Language:Python
  • Finding-the-Wave-with-Most-Frequencies

    This repository contains an implementation of finding the wave with the highest number of frequencies (peaks) from an image, and then drawing a bounding rectangle around it.

    Language:Jupyter Notebook
  • Sobel

    Sobel operator

    Language:C++
  • Image-Preprocessing-Using-OpenCV-and-PIL

    Image Preprocessing Using OpenCV and PIL

    Language:Jupyter Notebook
  • Edge-detection

    Edge detection ensemble methods

    Language:Jupyter Notebook
  • Filter-Sobel

    Edge detection algorithm using Sobel Operator in C

    Language:C
  • ImageProcessing

    Some Image Processing algorithms on C#

    Language:C#
  • torchconv

    Morphology, convolutions and Fourier transform for image processing with PyTorch

    Language:Python
  • Image2Waves

    A Python script that takes images and constructs waveform representations of them.

    Language:Python
  • Image-processing

    Simple app for image processing can convert your image to black and white, remove noise using median filter or select outline of image.

    Language:C#
  • sobel-filter

    Parallel implementation of Sobel Filter on .pgm images with OpenMP.

    Language:C
  • FiltroSobel

    Filtro de sobel realizado en C, MPI y en CUDA para comparar tiempos de ejecución como práctica individual de ACAP(UGR).

    Language:C
  • szamitogepes_kepfeldolgozas

    szamitogepes_kepfeldolgozas

    Számítógépes képfeldolgozás

    Language:Jupyter Notebook
  • Frequency-Domain-Examples

    Some image processing techniques have been implemented using opencv library.

    Language:C++