# Real-time Video Abstraction **Repository Path**: freeman449/Real-time-Video-Abstraction ## Basic Information - **Project Name**: Real-time Video Abstraction - **Description**: SIGGRAPH 2006论文的Python实现。 - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-30 - **Last Updated**: 2021-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![license](https://img.shields.io/badge/license-LGPL--2.1-orange)]() [![Python](https://img.shields.io/badge/language-Python-blue)]() # Real-time Video Abstraction #### 介绍 SIGGRAPH 2006论文的Python实现。 算法流程如下: 1. 将图像从RGB空间转到Lab空间 2. 双边滤波 3. DoG边缘检测 4. 亮度通道量化 5. 边缘叠加