Giter VIP home page Giter VIP logo

chen_grsl21_tpbf's Introduction

Two-Pass Bilateral Smooth Filtering for Remote Sensing Imagery

License: CC BY-NC-SA 4.0 Hits

framework

Introduction

This repository contains implementation of our GRSL paper titled as Two-Pass Bilateral Smooth Filtering for Remote Sensing Imagery. In this paper, we propose a two-pass bilateral filter, TP-based BF, and an adaptive control scheme of range kernels for noise-invariant edge-preserving image smoothing. Experimental results on four aerial-imagery benchmark datasets show that our TP-based BF outperforms the existing bilateral filters in terms of both feature-aware and gradient-aware measures.

Authors: Bo-Hao Chen, Hsiang-Yin Cheng, Yi-Syuan Tseng, and Jia-Li Yin

Paper: PDF

Requirements

Dependencies

  • MATLAB R2019a
  • MATLAB R2017b

It was tested and runs under the following OSs:

  • Windows 10
  • Ubuntu 16.04

Might work under others, but didn't get to test any other OSs just yet.

Preparing Data

  1. To build noise dataset, you'll also need following datasets, and put the data in ./data/img_ori/.
  1. Run the following script to generate noise image, and results will be saved in: ./data/img_noise/.
$ git clone https://github.com/bigmms/chen_grsl21_tpbf.git
$ cd chen_grsl21_tpbf
$ matlab
>> demo_noise
  1. Run the following script to generate ground truth image, and results will be saved in: ./data/img_gt/.
>> demo_BF
  1. Structure of the generated data should be:
├── data
    ├──img_gt             #folder for storing ground truth images
    │  ├── 0001.png                
    │  ├── 0002.png 
    │  └── ...
    ├──img_noise          #folder for storing noise images
    │  ├── 0001.png
    │  ├── 0002.png
    │  └── ... 
    └──img_ori            #folder for storing original images
       ├── 0001.png
       ├── 0002.png
       └── ...

Getting Started

>> demo_TPBF

The test results will be saved in: ./img_output/

Results

License + Attribution

The TPBF code is licensed under CC BY-NC-SA 4.0. Commercial usage is not permitted. If you use this code in a scientific publication, please cite the following paper:

@ARTICLE{ChenGRSL2021,  
	author={Chen, Bo-Hao and Cheng, Hsiang-Yin and Tseng, Yi-Syuan and Yin, Jia-Li}, 
	journal={IEEE Geoscience and Remote Sensing Letters},   
	title={Two-Pass Bilateral Smooth Filtering for Remote Sensing Imagery},   
	year={2022},  
	volume={19},  
	number={},  
	pages={1-5},  
	doi={10.1109/LGRS.2020.3048488}}

chen_grsl21_tpbf's People

Contributors

qwe12345113 avatar bigmms avatar

Stargazers

RainCat avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

sjdls

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.