There are 0 repository under sobel-operator topic.
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.
Procedural terrain generator with tessellation | C++ OpenGL 4.1
Sobel is first order or gradient based edge operator for images and it is implemented using verilog.
The project presents a comparative study of Brain Tumor Segmentation using 3 approaches - 1) Sobel Operator and U-Net, 2) V-Net, 3) W-Net
It is done using MATLAB (Matrix Laboratory). Independent Project.
Implementation of Popular Digital Image Processing Filtering Operations
This repository contains the implementation of Image Processing Benchmarks running on Arm Cortex-A9 processor available in Xilinx Zynq 7000 SoC on Avent Zedboard.
This is small image processing project which can read&write pgm images in C language and applies sobel edge detection on them.
Easy to use edge detection library using canny edge detection algorithm and sobel operators, with some other utilities to remove boiler-plate code for applications.
Borde is a GPU-accelerated edge detection app written in C++ and CUDA. It is designed to be fast, easy to use, and easy to integrate into existing projects. Borde is licensed under the MIT license.
Edge detection using the Sobel operator written in C++ and Assembly
A single page HTML and pure JS app that creates an infinity mirror, edge detection and runs on mobile & desktop..
ImageContrastEnhancement is a demonstration of the capabilities of convolutional genetic algorithms in image processing, specifically in the area of contrast enhancement.
All the filters created for The Digital Polaroid with complete assets and project files.
Detecting and coloring edges according to their direction using NxN kernel convolutions implementation.
This project implements a pyramidal Lucas-Kanade algorithm in Python to estimate motion between video frames, using image pyramids and OpenCV for robust multi-scale tracking, tested on the Dimetrodon dataset.
Edge detection in images
Execution time comparison between applying Sobel filter on CPU vs GPU
An implementation of canny edge detector from scratch.
Use of the different operators of the Edge function in Matlab R2019b and the proposal of an own one
Program in C to apply a filter to an image. CS50 Problem Set 4.
Minimal Image Library for Computer Vision - Sobel and Prewitt edge methods example for Netpbm images
Edge Detection algorithm has been implemented without using any image processing library.
The program convolves a specified image with the Sobel operator to highlight edges.
Contains crude computer vision techniques with less emphasis on Deep learning
Implementation of Computer Vision Algorithms
Image processing, convolution, edge detection, Sobel Operator, C/C++ programming
Edge detection algorithm using Sobel Operator in C
Image Processing tasks done with opencv
Лабораторная работа по теме «Фильтрация фотоизображения. Подавление шумов на фотографиях» по дисциплине «Компьютерная графика»
A high-performance Java application that implements edge detection using the Sobel operator and TornadoVM
Advanced Lane Finding (project 2 of 9 from Udacity Self-Driving Car Engineer Nanodegree)
using traditional computer vision techniques to detect vehicles on the road for self driving cars