# Layer_Detection **Repository Path**: WHU-Lidar/Layer_Detection ## Basic Information - **Project Name**: Layer_Detection - **Description**: No description available - **Primary Language**: Matlab - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-17 - **Last Updated**: 2024-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lidar Layer Detection Algorithms
(a) Range-corrected signal; (b) layers detected by VDE algorithm [1]
This repository collected some conventional published layer detection algorithms in recent years. As far as I know, most researchers didn't publish their code along with their papers. And it is really time-consuming to reproduce the results they've attached in their paper, taking into account some of the details could be missing in the document. Therefore, if you are only interested in the aerosol/cloud layers but don't want to waste your time in developing a sophisticated algorithm, this repository would be the one.
## Requirements
- MATLAB (> 2016b)
- Python (> 3.5) (under development)
## Run
> Since there are lots of algorithms which can do the job, however, each of them has its limitations. Before you choose the algorithm, Read the documents under [`docs`](./docs) to keep in mind which one would be the best for you.
Each algorithm has a very simple example under [`tests`](./tests), which you can follow to implement the respective algorithm in your programs.
## Contact
Zhenping Yin