From 6d5fafb9ad38f9f153bf54f655c88a3d004ffc2c Mon Sep 17 00:00:00 2001 From: "HSU,SHU-HSUAN" Date: Fri, 1 Jul 2016 11:55:22 +0800 Subject: [PATCH] Update readme.md --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 22dff0b..35d94b8 100644 --- a/readme.md +++ b/readme.md @@ -7,6 +7,9 @@ Image stylization refers to the process of converting input images to a specific representation that enhances image content using several designed patterns. The critical steps to a successful image stylization are the design of patterns and arrangements. However, only skilled artists master such tasks because these tasks are challenging for most users. In this paper, a novel image stylization system based on anisotropic reaction diffusion is proposed to facilitate pattern generation and stylized image design. The system begins with self-organized patterns generated by reaction diffusion. To extend the style of reaction diffusion, the proposed method involves using a set of modifications of anisotropic diffusion to deform shape and introducing a flow field to guide pattern arrangement. A pattern picker is proposed to facilitate the pattern selection from these modifications. In the post-process step, a new thresholding and color mapping method is introduced to refine the sizes, densities, and colors of patterns. From the experimental results and a user study, several image stylizations, including paper-cut, stylized halftone, and motion illusion, are generated using our method, demonstrating the feasibility and flexibility of the proposed system. ###### Keywords: Non-photorealistic, rendering, Image stylization, Reaction diffusion, Pattern generation +### Demo +[youtube link](https://www.youtube.com/watch?v=fNc89Y-tbjY) +[![youtube video](http://i.imgur.com/PtCZIMs.jpg?2)](https://www.youtube.com/watch?v=fNc89Y-tbjY) ### [Required] * CMake(3.0 or higher)