Skip to content

Commit

Permalink
remove paper, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SSARCandy committed Jan 28, 2016
1 parent 79dd214 commit 8cef5fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# StylizationRD
#### Image stylization using anisotropic reaction diffusion
## Image stylization using anisotropic reaction diffusion
#### An implementation of paper's system
###### Keywords: image stylization · reaction diffusion · pattern generation

---

### Abstract
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


### [Required]
* <a href="https://msdn.microsoft.com/zh-tw/vstudio/aa718325.aspx" target="_blank">Visual Studio</a>(2013 recommand)
* <a href="http://www.cmake.org/" target="_blank">CMake</a>(3.0 or higher)
* <a href="https://www.wxwidgets.org/" target="_blank">wxWidgets</a>(3.0.2 or higher)
* <a href="http://opencv.org/" target="_blank">OpenCV</a>(2.9.7 or higher)
* amp(C++ Accelerated Massive Parallelism) visual studio 2013
* amp(C++ Accelerated Massive Parallelism)


### [WorkFlow]
Expand All @@ -22,9 +24,6 @@
* Start: use mouse left button to draw patten into current_B, use tool->Edge2addB and slide addB large than 0, can add edge of input image to result of reaction diffusion.


### [in post process]
* ETF iteration scope bigger( to Max(W, H) )

### [Future Work]
2. using faster algorithm
3. oriental cloud patterns
Expand Down Expand Up @@ -77,5 +76,3 @@
<dd>Solution Explorer -> Select "FlowBase" -> Right Click and "Set as StartUp Project"</dd>
</dl>
---

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/SSARCandy/stylizationrd/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
Binary file removed stylizationRD0401.pdf
Binary file not shown.

0 comments on commit 8cef5fd

Please sign in to comment.