paper-with-me

홈 › Papers

Fast Guided Filter

2015-05-05 · Kaiming He, Jian Sun

The guided filter is a technique for edge-aware image filtering. Because of its nice visual quality, fast speed, and ease of implementation, the guided filter has witnessed various applications in real products, such as image editing apps in phones and stereo reconstruction, and has been included in official MATLAB and OpenCV. In this note, we remind that the guided filter can be simply sped up from O(N) time to O(N/s^2) time for a subsampling ratio s. In a variety of applications, this leads to a speedup of >10x with almost no visible degradation. We hope this acceleration will improve performance of current applications and further popularize this filter. Code is released.

📄 PDF Abstract BibTeX arXiv:1505.00996

Code (6)

Felix2048/FogKiller
Felix2048/image_dehaze
globaledgesoft/Low-Light-Image-Enhancement-Using-FastCV-on-C610
gongshichina/filter
muditjoshi98/Image-Dehazing-Using-Residual-Based-Deep-CNN
swehrwein/python-guided-filter

Methods 이 논문이 사용한 방법론

Affine Coupling 설명 없음

Similar Papers 제목 키워드 기반

Hardware-Efficient Guided Image Filtering For Multi-Label Problem

2018-02-28 · CVPR 2017 7 · Longquan Dai, Mengke Yuan, Zechao Li, Xiaopeng Zhang 외

The Guided Filter (GF) is well-known for its linear complexity. However, when filtering an image with an n-channel guidance, GF needs to invert an n x n matrix for each pixel. To the best of our knowledge existing matrix…

Guided Filter based Edge-preserving Image Non-blind Deconvolution

2016-09-07 · Hang Yang, Ming Zhu, Zhongbo Zhang, He-Yan Huang

In this work, we propose a new approach for efficient edge-preserving image deconvolution. Our algorithm is based on a novel type of explicit image filter - guided filter. The guided filter can be used as an edge-preserv…

DeblurringDenoisingImage Deconvolution

Fast, Trainable, Multiscale Denoising

2018-02-16 · Sungjoon Choi, John Isidoro, Pascal Getreuer, Peyman Milanfar

Denoising is a fundamental imaging problem. Versatile but fast filtering has been demanded for mobile camera systems. We present an approach to multiscale filtering which allows real-time applications on low-powered devi…

Denoising

Robust Piecewise-Constant Smoothing: M-Smoother Revisited

2014-10-28 · Linchao Bao, Qingxiong Yang

A robust estimator, namely M-smoother, for piecewise-constant smoothing is revisited in this paper. Starting from its generalized formulation, we propose a numerical scheme/framework for solving it via a series of weight…

Denoising

Adaptive Guided Image Filtering for Sharpness Enhancement and Noise Reduction

2011-06-15 · Springer-Verlag Berlin Heidelberg 2011 6 · Cuong Cao Pham, Synh Viet Uyen Ha, and Jae Wook Jeon.

Sharpness enhancement and noise reduction play crucial roles in computer vision and image processing. The problem is to enhance the appearance and reduce the noise of the digital images without causing halo artifacts.…