All Projects → wliusjtu → Real-time-Image-Smoothing-via-Iterative-Least-Squares

wliusjtu / Real-time-Image-Smoothing-via-Iterative-Least-Squares

Licence: MIT license
This is the released code for the paper Real-time Image Smoothing via Iterative Least Squares accepted to ACM Transactions on Graphics

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Real-time-Image-Smoothing-via-Iterative-Least-Squares

deadsfu
Dead-simple WebRTC broadcasting. From the browser, or your application. Cloud-native and scalable.
Stars: ✭ 23 (-61.67%)
Mutual labels:  real-time
SceneGraphFusion
No description or website provided.
Stars: ✭ 82 (+36.67%)
Mutual labels:  real-time
fos
Interesting project,the Fast Real Time Operating Systems( FOS-RTOS)
Stars: ✭ 22 (-63.33%)
Mutual labels:  real-time
ESANet
ESANet: Efficient RGB-D Semantic Segmentation for Indoor Scene Analysis
Stars: ✭ 154 (+156.67%)
Mutual labels:  real-time
hyperseg
HyperSeg - Official PyTorch Implementation
Stars: ✭ 174 (+190%)
Mutual labels:  real-time
AttaNet
AttaNet for real-time semantic segmentation.
Stars: ✭ 37 (-38.33%)
Mutual labels:  real-time
Adria-DX11
Graphics engine written in C++ using DirectX11
Stars: ✭ 87 (+45%)
Mutual labels:  tone-mapping
mongodb-backup-manager
🌿 A Full-stack MongoDB Backup System.
Stars: ✭ 42 (-30%)
Mutual labels:  real-time
motor-defect-detector-python
Predict performance issues with manufacturing equipment motors. Perform local or cloud analytics of the issues found, and then display the data on a user interface to determine when failures might arise.
Stars: ✭ 24 (-60%)
Mutual labels:  real-time
nebula
A distributed block-based data storage and compute engine
Stars: ✭ 127 (+111.67%)
Mutual labels:  real-time
danmaku-player
An HTML5 danmaku video player for real-time image processing using WebGl and Web Components.融合了webgl和web components的实时图像处理弹幕播放器
Stars: ✭ 40 (-33.33%)
Mutual labels:  real-time
QPPWG
Quasi-Periodic Parallel WaveGAN Pytorch implementation
Stars: ✭ 41 (-31.67%)
Mutual labels:  real-time
ipfs-chat
Real-time P2P messenger using go-ipfs pubsub. TUI. End-to-end encrypted texting & file-sharing. NAT traversal.
Stars: ✭ 84 (+40%)
Mutual labels:  real-time
aquedux
Redux over the wire
Stars: ✭ 46 (-23.33%)
Mutual labels:  real-time
MoPlugs
MotionBuilder Extensions Pack
Stars: ✭ 27 (-55%)
Mutual labels:  real-time
DeepFaceLive
Real-time face swap for PC streaming or video calls
Stars: ✭ 7,917 (+13095%)
Mutual labels:  real-time
FastPose
pytorch realtime multi person keypoint estimation
Stars: ✭ 36 (-40%)
Mutual labels:  real-time
gdax-orderbook-hpp
An in-memory copy of the order book on the GDAX cryptocurrency exchange, updated in real time via WebSocket feed, exposed in a thread-safe and lock-free data structure.
Stars: ✭ 38 (-36.67%)
Mutual labels:  real-time
microbium-app
Draw new worlds
Stars: ✭ 89 (+48.33%)
Mutual labels:  real-time
nvidia-jetson-rt
Real-Time Scheduling with NVIDIA Jetson TX2
Stars: ✭ 38 (-36.67%)
Mutual labels:  real-time

Real-time Image Smoothing via Iterative Least Squares

This is the released code for the following paper accepted to ACM Transactions on Graphics, presented at SIGGRAPH 2020

"Real-time Image Smoothing via Iterative Least Squares". Wei Liu, Pingping Zhang, Xiaolin Huang, Jie Yang, Chunhua Shen, Ian Reid. ACM Transactions on Graphics (TOG), 39(3), 1-24.

Requirements: CUDA library is required if running with the GPU version.

Usage: The Test.m manuscript provides examples of the usage.


Related Work:

  1. "Semi-global weighted least squares in image filtering.", Wei Liu, Xiaogang Chen, Chuanhua Shen, Zhi Liu, and Jie Yang. In ICCV 2017. Code
  2. "Embedding bilateral filter in least squares for efficient edge-preserving image smoothing." Wei Liu, Pingping Zhang, Xiaogang Chen, Chunhua Shen, Xiaolin Huang, Jie Yang. IEEE Transactions on Circuits and Systems for Video Technology (2018). Code
  3. "A generalized framework for edge-preserving and structure-preserving image smoothing." Wei Liu, Pingping Zhang, Yinjie Lei, Xiaolin Huang, Jie Yang, and Michael Ng. IEEE Transactions on Transactions on Pattern Analysis and Machine Intelligence (2021). Code
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].