An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: sobel-operator

selcuksert/edge-detection

A high-performance Java application that implements edge detection using the Sobel operator and TornadoVM

Language: Java - Size: 5.61 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

MOSTAFA1172m/Pyramidal-Lucas-kanade-optical-flow

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.

Language: Jupyter Notebook - Size: 2.47 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

stanislawfortonski/Procedural-Terrain-Generator-OpenGL

Procedural terrain generator with tessellation | C++ OpenGL 4.1

Language: C++ - Size: 16.3 MB - Last synced at: 13 days ago - Pushed at: over 4 years ago - Stars: 126 - Forks: 13

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.

Language: Jupyter Notebook - Size: 7.41 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 240 - Forks: 192

Isurie/ImageProcessing

Image Processing tasks done with opencv

Language: C++ - Size: 2.93 KB - Last synced at: 10 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

shubvats/Image_Filtering_with_Convolution

Image processing, convolution, edge detection, Sobel Operator, C/C++ programming

Language: C++ - Size: 4.88 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

deftio/MirrorMirror

A single page HTML and pure JS app that creates an infinity mirror, edge detection and runs on mobile & desktop..

Language: HTML - Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 1 - Forks: 1

achalesh27022003/Number-Plate-Detection

It is done using MATLAB (Matrix Laboratory). Independent Project.

Language: MATLAB - Size: 1.41 MB - Last synced at: 22 days ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 4

MingaudasVagonis/edge-detection-coloring

Detecting and coloring edges according to their direction using NxN kernel convolutions implementation.

Language: Python - Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

cmartinezal/image-filter

Program in C to apply a filter to an image. CS50 Problem Set 4.

Language: C - Size: 2.63 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Gdahuks/Image_contrast_enhancement

ImageContrastEnhancement is a demonstration of the capabilities of convolutional genetic algorithms in image processing, specifically in the area of contrast enhancement.

Language: Jupyter Notebook - Size: 27.3 MB - Last synced at: 7 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

jIdle/Sobel-Edge-Detection

The program convolves a specified image with the Sobel operator to highlight edges.

Language: Lua - Size: 431 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

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.

Language: C - Size: 4.69 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 4

kpebedko22/csharp-photo-filtering

Лабораторная работа по теме «Фильтрация фотоизображения. Подавление шумов на фотографиях» по дисциплине «Компьютерная графика»

Language: C# - Size: 6.79 MB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Acceleretta/Filter-Sobel

Edge detection algorithm using Sobel Operator in C

Language: C - Size: 908 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

ArturoEmmanuelToledoAguado/Edge

Use of the different operators of the Edge function in Matlab R2019b and the proposal of an own one

Language: MATLAB - Size: 8.46 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Arash1381-y/Borde

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.

Language: C - Size: 15.5 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

tharunchitipolu/sobel-edge-detector

Sobel is first order or gradient based edge operator for images and it is implemented using verilog.

Language: Verilog - Size: 391 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 5

AhmedIssa11/Digital-Image-Processing-Filters

Implementation of Popular Digital Image Processing Filtering Operations

Language: Jupyter Notebook - Size: 3.41 MB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 5 - Forks: 0

Brain-Tumor-Segmentation/brain-tumor-segmentation-using-deep-neural-networks

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

Language: Jupyter Notebook - Size: 11.8 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 5

Parneet-Raghuvanshi/Plotline

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.

Language: Java - Size: 896 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

sharmasapna/Edge_detection_in_images

Edge detection in images

Language: Jupyter Notebook - Size: 3.7 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

MrChrisFix/Sobel-ASM-CPP

Edge detection via the Sobel operator using C++ and Assembly

Language: C++ - Size: 178 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

bleichroeder/ImageAnalyzer.NET

A library of image analysis, comparison, and filtering tools.

Language: C# - Size: 1.66 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ankushjain2001/canny-edge-detector

An implementation of canny edge detector from scratch.

Language: Python - Size: 687 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

noahwhygodwhy/Image-Triangulizer

An Image Triangulizer

Language: C - Size: 4.09 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

fabiopapais/image-processing-workshop

Repositório para a Oficina Introdução a Manipulação e Processamento de Imagens usando C. Contem o código base e os resultados.

Language: C - Size: 15.4 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

eduardoliv/Sobel_and_Prewitt_edge_methods_Netpbm

Minimal Image Library for Computer Vision - Sobel and Prewitt edge methods example for Netpbm images

Language: C - Size: 64.5 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

trajkd/Advanced-Lane-Finding

Advanced Lane Finding (project 2 of 9 from Udacity Self-Driving Car Engineer Nanodegree)

Language: Python - Size: 109 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

RedMoon32/EdgeDetection

Edge Detection for PPM images using Convolutions

Language: C - Size: 1.43 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

maslychm/RobotVision

UCF CAP4453 Robot Vision - Fall 2019

Language: C - Size: 298 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

rushirg/ComputerVision

Implementation of Computer Vision Algorithms

Language: Python - Size: 4.7 MB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Related Keywords
sobel-operator 32 image-processing 16 edge-detection 10 sobel 10 c 7 sobel-edge-detector 7 computer-vision 6 sobel-filter 6 canny-edge-detection 5 opencv 4 gaussian-filter 3 median-filter 3 convolution 3 python 3 sobel-gradient 3 numpy 3 prewitt-operator 2 gradient-approximations 2 prewitt 2 sobel-edge-detection 2 matlab 2 gradient 2 csharp 2 java 2 operador-sobel 1 smoothing-filters 1 spatial-filters 1 transformation-function 1 delaunay-triangulation 1 unet-keras 1 uniform-noise 1 unet-image-segmentation 1 brain-tumor-segmentation 1 convolutional-neural-network 1 unet 1 skip-connections 1 convolutional-neural-networks 1 deep-learning 1 segmentation 1 resblock 1 procesamiento-de-imagenes 1 upiita 1 cpp 1 cuda 1 cuda-programming 1 algorithm 1 detect-edges 1 edge 1 edge-operator 1 masks 1 verilog 1 averaging-filter 1 digital-image-processing 1 guassian-noise 1 histogram-equalization 1 laplacian-filter 1 noise 1 noise-reduction 1 operators 1 roberts-filter 1 sharpening-filters 1 opengl 1 processamento-de-imagens 1 netpbm 1 prewitt-edge-detector 1 camera-calibration 1 color-spaces 1 curvature 1 distortion-coefficients 1 distortion-correction 1 gradient-threshold 1 gradient-thresholding 1 gradients 1 hls 1 lane-curvature 1 perspective-transform 1 rgb-to-hls 1 search-from-prior 1 sliding-windows 1 net-pbm 1 corner-detection 1 harris-corners 1 image-transformations 1 unet-model 1 unet-segmentation 1 unet-tensorflow 1 vnet-segmentation 1 vnet2d 1 wnet 1 android-studio 1 firebase-database 1 gaussian 1 thresholding 1 xml 1 kernel 1 assembly 1 assembly-language 1 simd 1 analysis 1 bitmap 1