sobel-filter
There are 110 repositories under sobel-filter topic.
milaan9/Python_Computer_Vision_from_Scratch
This repository explores the variety of techniques commonly used to analyze and interpret images. It also describes challenging real-world applications where vision is being successfully used, both for specialized applications such as medical imaging, and for fun, consumer-level tasks such as image editing and stitching, which students can apply to their own personal photos and videos.
miguelmota/sobel
Sobel Filter algorithm in JavaScript.
parvatijay2901/Automatic-Number-plate-detection-for-Indian-vehicles
EC351: Introduction to Algorithms
mehmetkacmaz/Median-Based-AutoFocus-Algorithm
In this study, a method has been developed and demonstrated for industrial cameras to determine the optimum camera position during the image acquisition phase.
keineahnung2345/digital-image-processing-cpp
cpp implementation for algorithms in the book "digital image processing and computer vision"("数字图像处理与机器视觉-Visual C++与Matlab实现")
OluwaseunOjeleye/Image-Processing-App
This repository contains the implementation of an Object Detection and Classification & Line and Circle Detection Application
MSD-IRIMAS/CF-4-TSC
Hand-Crafted Convolutional Filters 4 Time Series
mahmoudai1/image-processing-filters
Digital Image Processing filters developed by python using ipywidgets.
AdityaKshettri/Lane_Detection_in_Self_Driving_Cars
The main objective of this project is to design a system using Open CV that can detect lane lines and estimate vehicular offset value with the help of lane curvature.
humanbydefinition/p5js-edge-detection-ascii-renderer
A fast and customizable p5.js ascii renderer with edge detection utilizing GLSL shaders
felsocim/JED
Image edge detection and simple vectorization program using convolution filters
vcoda/aggregated-graphics-samples
A collection of exemplary graphics samples based on Magma and Vulkan API
kapilpokhrel/Lowpoly
Generate lowpoly image utilizing entropy and sobel filter of an image
XAli-SHX/Implementation-of-an-Edge-Detection-Filter-Using-the-Avalon-Interface
Implementation of an Edge Detection Filter Using the Avalon Interface
AravindGanesh/fpga_idp
Semester Project on FPGA - Verilog implementation on Sobel Filter for Edge detection on FPGA
nawalmunif/Image-Processing-on-FPGA
An efficient FPGA-based design and implementation of image processing algorithm is presented using verilog hardware description language on Xilinx Vivado.
smoke-trees/fast-style-transfer
Making people look like anime characters
AhmedIssa11/Digital-Image-Processing-Filters
Implementation of Popular Digital Image Processing Filtering Operations
nuwandda/Cuda-In-Computer-Vision
GPU-based implementations of some computer vision algorithms.
fzehracetin/sobel-edge-detection-in-c
This is small image processing project which can read&write pgm images in C language and applies sobel edge detection on them.
genericalexacc/go_vision
Some image processing algorithms that I implemented in the Go programming language from scratch.
m-enesyilmaz/Digital-Image-Processing-with-Matlab
In this repo, we will implement digital image processing examples with matlab.
MAliKaya53/Sobel_Filter
Sobel Filter Verilog implementation
nofaralfasi/Person-ReId
Person re-identification project with three suggested models, which implemented using yolo, opencv, tensorflow, etc.
SAZZZO99/FEATURE-ENGINEERING-USING-MNIST-DATASET
Deals with Feature engineering and applying various Image Processing Techniques on the MNIST dataset.
dani-amirtharaj/Edge-Point-Line-Circle-CursorDetection
Programs to detect edges in Images using the Sobel filter, detect points using the Laplacian kernel, detect lines and circles using the Hough transform and detect cursors using template matching.
fabricioandradesantos/sobelDeteccaoDeBordas
APP Detecção de bordas utilizando o filtro Sobel em Java (Android Studio)
JCLArriaga5/color-edge-det-qft
Edge detection in color images using sobel filtering and Fourier transform for Quaternions.
mohadeseh-ghafoori/FPGA-Lab
codes of my IUT FPGA LAB
nbtin/edge-detection
C++ implementation of some popular filters used for Edge Detection.
Nelson-Gon/pyautocv
(Semi) Automated Image Processing
Savaw/Multicore
Edge detection for images based on SIMD computations using NVIDIA CUDA
AHMEDSANA/Simple-Computer-Vision-Codes-in-Python
In this you will find simple and easy Computer Vision Codes in Python
NikhilRout/FPGAedgeDETECTION
Optimizing RGB to Grayscale, Gaussian Blur and Sobel-Filter operations on FPGAs for reduced dynamic power consumption
nk12U/Sobel-Filter-FPGA
FPGA-based Sobel Filter Edge Detection
RobuRishabh/Real-time-filtering
Implemented a 5x5 Gaussian filter, 3x3 Sobel X and 3x3 Sobel Y, generated a gradient magnitude image from the X and Y Sobel images, blurred and quantized a color image, did live video cartoonization, put sparkles into the image where there are strong edges.