16 results for “topic:laplacian-of-gaussian”
The C++ project for traditional image keypoint detectors and descriptors
Python implementation of Laplacian pyramid algorithm for blending images using reduce/expand, Gaussian/Laplacian pyramids, and combine/collapse functions for realistic outputs
A high-performance C++/Python library for blob detection using FFT-accelerated Laplacian of Gaussian convolution, with robust tracking via Hungarian algorithm matching and Kalman filter prediction.
Assignments for Digital-Image-Processing course at ECE AUTH
Canny edge detection and LOG edge detection
Repository containing ECE149 projects at UCLA(Introduction to Computer Vision)
Assignments for the "Digital Image Processing" course (ECE, AUTh) - Spring 2025
Image edge detection algorithms such as Laplacian of Gaussian(LoG) , Canny filter , Roberts Cross Operator , Sobel Operator.
ImageBlend is a Python CLI tool for seamlessly blending faces from two images using Gaussian Pyramids, Laplacian Pyramids, and facial detection algorithms.
[OpenCV] Course assignments for Computer Vision.
This repositories contains all codes related to image processing and Computer Vision
No description provided.
This lab focuses on corner detection using the Harris Corner Detector, Gabor filters for texture analysis, and blob detection using LoG, DoG, and DoH methods.
CUDA-accelerated image convolution implementing 5 stages of optimization (Constant Memory, Shared Memory Tiling, and L2 Cache). Supports Averaging, Gaussian, Sobel, and LoG filters with detailed performance analysis and speedup metrics.
This repo contains all the assignments given in the Digital Image Processing course.
Implementation of Laplacian of Gaussian (LoG) filtering on monochrome or colour BMP images. This is project 2 of 3 from ELEC4622 Multimedia Signal Processing, a course at UNSW. This version of the project would have received full marks.