image-convolution
There are 27 repositories under image-convolution topic.
internaut/mastersthesis-mobile-gpgpu
Prototypes for GPGPU on Android, using OpenCL, OpenGL ES 2.0 shaders, or RenderScript.
jimouris/parallel-convolution
🖼️ Parallel Image Convolution, applying a blur filter to images. Written in C, optimized in three different ways: MPI, MPI & OpenMP and CUDA.
rhthomas/hybrid-images
Creating and demonstrating hybrid images with OpenCV and Python3.
RoyiAvital/Projects
Various Small Projects on Various Subjects
Ventsislav-Yordanov/Math-Concepts-for-Developers
This repository contains a solutions for the exercises in the "Math Concepts For Developers" course at SoftUni .
yusufsefasezer/javascript-image-processing
JavaScript image processing examples
sshekh/conv-filters
Example of convolutional filters on images
UpasanaGhosh/UB-CSE-573-Computer-Vision-and-Image-Processing
The projects are a part of the course CSE-573 : Computer Vision and Image Processing, that I had taken up for Fall 2019 at the University at Buffalo.
guerrantif/EfficientConvolution
Implementation of an efficient convolution between 3D tensors and 4D tensors.
sichkar-valentyn/Image_processing_in_Python
Image processing in Python. Reading, converting to different formats, implementing filtering, convolving images, detecting edges, cropping and resizing images
488Ques/imgproc
Image convolution written in Racket
jasrodis/mpi-image-convolution
Parallel systems university project
KaleabTessera/Image-Convolution-Using-CUDA-C
Image Convolution Using CUDA C
KHvic/Image-Convolution-GPU-vs-CPU
Real-time comparison of FPS when using GPU vs CPU for image convolution on your machine.
abhijeet-13/CNN_Conv_Utils
Efficient 2D convolution utils with large compute to data-movement ratio, by using run-time indexing on maintained operation lineage
ak7n14/Computer-Vision
Comp3207
dembasowfr/multithread-image-convolution-cpp-openmp
This project involves performing a valid convolution on a 300x300 image using a 5x5 kernel (stride 1) with multithreading. The goal is to efficiently apply the convolution filter using multiple threads and display the results on a histogram graph. The implementation ensures thread safety and utilizes OpenMP for parallelization.
fabdea95/Calcolo-Distribuito-distributed-computing-
projects for the course of "Calcolo Distribuito e sistemi ad alte prestazioni" at Unipg (Università degli studi di Perugia) - 2019
luke-wz-wang/Parallel-Image-Process-Sys
Parallel image processing system with pipeline workers
manoelmms/ImageConvolution
Image Convolution in Python and C
mattiaferrarini/Image-Convolutions
A website to play around with image convolutions.
signerebassoo/Hybrid-Images
Hybrid image generation from low- and high-pass filters utilising OpenIMAJ.
tcutler96/Image-Convolutions
Implements various image processing techniques in Python, involving kernel convolutions and edge detection.
uzairahmednasir/image-filters-convolution
image filters using convolution operations and mathematical kernels
gsvgit/ImageProcessing
Examples of GPGPU utilization in F# using Brahma.FSharp
mhmmdslmnfslnust/Image-Convolution-with-Padding
This is a simple assignment on a basic working of convolusion on a grayscale image with use of padding.
Vivek-Tate/Parallel-Performance
ParallelPerformance – Benchmarking CPU vs. GPU performance with CUDA and OpenMP for optimized parallel execution of computational algorithms.