high-pass-filter
There are 36 repositories under high-pass-filter topic.
brandondube/pctl
Industrial control systems in Go
kleydon/FIR-Filter-Demo-Cpp
User friendly DSP high/low/band-pass windowed sync filter, implemented in C++.
vikasgola/image-filtering
image filtering techniques in python with examples
nh9k/Digital-Image-Processing
Image Processing Implementation
NikosAlexandris/i.fusion.hpf
Replication of the High-Pass Filter Addition Image Fusion for GRASS-GIS (Python script)
lionelmessi6410/Image-Filtering-and-Hybrid-Images
Create a image filtering algorithm and generate hybrid images from two distinct images by filtering them with gaussian filter.
seyfullahuysal/FIR-Filters
Matlab üzerinde gerçek zamanlı ses sinyallerine FIR ve Adaptiver FIR filtrelerini uygulayarak çıkış sinyaline belirli derecede niceleme yapılarak gösterimi.
sanjumaramattam/Image-Filtering
Image Filtering(Spatial Domain and Frequency Domain filtering)
hamsadev/CascadeFilters
A lightweight and efficient library for implementing multi-stage (cascaded) digital filters, supporting high-pass, low-pass, band-pass, and band-stop configurations. Ideal for signal processing tasks with customizable filter orders and coefficients.
Luisrosario2604/Digital-image-processing
Hight-pass filter / Image compression / Stereo disparity / Corner detection
ozangerger/DigitalFilters
Library of digital filter functions
qiwenmin/qrp-hpf
High Pass Filter for QRP
Abdelrahman-Yasser-1/Parallel-High-Pass-Filter
It is used to make sharp using MPI. It allows high frequency components of the image to pass through and block low frequencies
Helker123121/twilio-voice-background-noise-suppression
Apply filters to Twilio stream audio to remove background noise
jtmuller5/twilio-voice-background-noise-suppression
Apply filters to Twilio stream audio to remove background noise
MateusPincho/Projeto-Filtros-Ativos
Repositório dedicado à modelagem e projeto de um filtro passa-alta ativo da topologia Multiple Feedback para a disciplina de Circuitos Elétricos II, curso de Engenharia Elétrica da UFCG
my-not-so-important-repos/image-filters
This Qt/C++ desktop app apply some trivial* graphic transformations to raster images.
nsk1512/DSIP-Matlab-project
Frequency Domain Filters are used for smoothing and sharpening of image by removal of high or low frequency components. Sometimes it is possible to remove very high and very low frequencies. Frequency domain filters are different from spatial domain filters as it basically focuses on the frequency of the images. It is basically done for two basic operations i.e., Smoothing and Sharpening. Our choice of filter is the Butterworth low pass and high pass filter.
Sri-Sai-Charan/AR-Tag-Detection-and-Augmented-Reality
Tracking a QR tag and superimposing an Image and projecting a cube on to it using OpenCV methods
trandinhhao/PTIT-XLTHS-FIR-High-Pass-Filter-Design
Thiết kế bộ lọc FIR thông cao (BTL Xử lý tín hiệu số - XLTHS - PTIT) - FIR High Pass Filter Design in Digital Signal Processing (PTIT Major project)
csufeardir/Frequency_Domain
Apply of low and high pass filters to obtained frequency domain
hamedrq7/Computer-Vision-HW2
This is a homework about filtering images in frequency domain for Computer vision course @ FUM.
ico-incognito/DSP
Low Pass and High Pass Filtering in Frequency and Time Domain
mabarzol/analisis_senales
Proyecto de análisis de señales de audio en formato WAV utilizando técnicas de filtrado paso bajo, paso banda y paso alto con código hecho en matlab
mahoo4you/mahooHam
Ham Radio Software
meownoid/pico-noise
Brown noise generator for Raspberry Pi Pico
sushi0706/active-filters
Active Filters
MBadriNarayanan/DSPLab
Digital Signal Processing Lab work done during V Semester
Omar-Saad-ELGharbawy/Filtering-and-Edge-Detection-App
Filtering & Edge-Detection Image Processing Application Using C++ & QT Creator
RAHULPATEL2002/SpatialDomainFiltering-2
MATLAB implementation of spatial domain filtering for image restoration. Includes Low-Pass Filtering (LPF) for smoothing, High-Pass Filtering (HPF) for edge enhancement, and Weighted Average Filtering using a Gaussian filter. Demonstrates the effect of different kernel sizes (3x3 to 21x21).
Sri-Sai-Charan/Hybrid-Images
A hybrid image is an image that is perceived in one of two different ways, depending on viewing distance, based on the way humans process visual input.
TejasNaikk/Histograms-Filters-and-Blending
Implementing histogram equalization, low-pass and high-pass filter, and laplacian blending of images.