All Projects → nuwandda → Bilateral-Filter

nuwandda / Bilateral-Filter

Licence: other
A filter that smooths images while preserving edges.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Bilateral-Filter

GenericRecyclerAdapter
Easiest way to use RecyclerView. Reduce boilerplate code! You don't need to write adapters for listing pages anymore!
Stars: ✭ 53 (+194.44%)
Mutual labels:  filter
react-sendbird-messenger
ReactJS (React-router-dom v6 + Antdesign + Firebase + Sendbird + Sentry) codebase containing real world examples (CRUD, auth, advanced patterns, etc).
Stars: ✭ 39 (+116.67%)
Mutual labels:  filter
loggin-js
📝 Customizable and expandable logger for Node.js
Stars: ✭ 20 (+11.11%)
Mutual labels:  filter
french-phonetic-analyser
french phonetic filter
Stars: ✭ 16 (-11.11%)
Mutual labels:  filter
BioBalanceDetector
Bio Balance Detector's products aim to show the weak electromagnetic fields around every living being (including plants, animals and humans) and display it in a heat-map like hyper-spectral image.
Stars: ✭ 18 (+0%)
Mutual labels:  filter
flop
Filtering, ordering and pagination for Ecto
Stars: ✭ 56 (+211.11%)
Mutual labels:  filter
pandocker
🐳 A simple docker image for pandoc with filters, templates, fonts, and the latex bazaar
Stars: ✭ 118 (+555.56%)
Mutual labels:  filter
CodeDroneDIY
The most simple, but working, quadricopter flight controller from scratch, using Arduino Uno/Nano.
Stars: ✭ 68 (+277.78%)
Mutual labels:  filter
Exopite-Multifilter-Multi-Sorter-WordPress-Plugin
Display and/or sort/filter any page or post types by multiple taxonomies or terms (like post by categories and/or tags) with AJAX. Exopite multifilter, multi-sortable, multi selectable, multi filterable sortable Wordpress Plugin.
Stars: ✭ 18 (+0%)
Mutual labels:  filter
GazeToolkit
Toolkit for processing eye movement data, fixation filtering, smoothing, etc.
Stars: ✭ 21 (+16.67%)
Mutual labels:  filter
TableBundle
Symfony Bundle for easy pagination and filtering
Stars: ✭ 24 (+33.33%)
Mutual labels:  filter
urban road filter
Real-time LIDAR-based Urban Road and Sidewalk detection for Autonomous Vehicles 🚗
Stars: ✭ 134 (+644.44%)
Mutual labels:  filter
modape
MODIS Assimilation and Processing Engine
Stars: ✭ 19 (+5.56%)
Mutual labels:  filter
odata-filter-builder
OData Filter Builder
Stars: ✭ 42 (+133.33%)
Mutual labels:  filter
filtering-stft-and-laplace-transform
Simple demo of filtering signal with an LPF and plotting its Short-Time Fourier Transform (STFT) and Laplace transform, in Python.
Stars: ✭ 50 (+177.78%)
Mutual labels:  filter
image-editor-effects
💎 A WebGL example of image adjustment / effects shaders found in Photoshop, other image editors and game engines.
Stars: ✭ 68 (+277.78%)
Mutual labels:  filter
IRLSize
A library for determining the actual physical size of pixels on an iOS device.
Stars: ✭ 14 (-22.22%)
Mutual labels:  pixels
bro-q
Chrome Extension for JSON formatting and jq filtering in your browser.
Stars: ✭ 82 (+355.56%)
Mutual labels:  filter
aseprite-to-godot-variables
A Lua script to create arrays of colors and indexes of those colors from an Aseprite sprite to be used in Godot.
Stars: ✭ 19 (+5.56%)
Mutual labels:  pixels
Audio-Digital-Processing
数字信号处理大作业:Matlab实现语音分析:加噪声,频谱分析,滤波器等等(内附报告)【Matlab for speech analysis: add noise, spectrum analysis, filter, etc】
Stars: ✭ 40 (+122.22%)
Mutual labels:  filter

Bilateral-Filter

A filter that smooths images while preserving edges.

According to mathematical formulas, we implemented a filter. This code visits all pixels and changes their intensities with the new, calculated values. Changing pixels one by one is a big thing so it takes some time.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].