CS 663 - Project By Rishabh Shah (150050006) Shriram S B - - PowerPoint PPT Presentation

cs 663 project
SMART_READER_LITE
LIVE PREVIEW

CS 663 - Project By Rishabh Shah (150050006) Shriram S B - - PowerPoint PPT Presentation

CS 663 - Project By Rishabh Shah (150050006) Shriram S B (150050099) Anmol Mishra (150010041) Flow-Based Image Abstraction Implemented the paper Flow-Based Image Abstraction (2009) paper to non-photorealistically render natural


slide-1
SLIDE 1

By Rishabh Shah (150050006) Shriram S B (150050099) Anmol Mishra (150010041)

CS 663 - Project

slide-2
SLIDE 2

Flow-Based Image Abstraction

Implemented the paper ​ Flow-Based Image Abstraction​ (2009) paper to non-photorealistically render natural images to simplify the visual cues and convey certain aspects of the scene more effectively. Abstracting out key features by Region Smoothing and Line Extraction using flow that describes salient features of the image

slide-3
SLIDE 3

Edge Tangent Flow

It is a feature preserving tangent vector field on the input image. It magnified the nearby low magnitude vectors to align along dominant tangents along the edges in the image. Salient edge directions are preserved, while weak edges are redirected to follow the neighboring dominant ones

slide-4
SLIDE 4

Visualizing ETF

We use the method of Line Integral Convolution to display the Edge Tangent Field. Essentially we convolve a white noise image with the streamline generated from the ETF. Streamlines are generated using standard euclidean advection steps

slide-5
SLIDE 5
slide-6
SLIDE 6
slide-7
SLIDE 7

Flow Based Difference of Gaussian

Due to substandard results using Canny Egde filters and more artistic styled images using the DOG filter, we employ DOG filter using along the direction perpendicular to the streamlines obtained from ETF filter.

slide-8
SLIDE 8
slide-9
SLIDE 9

Flow Based Bilateral Filter

Mean shift segmentation gives arbitrary segments without preserving the features of image. FBL alternate iterations of 1D bilateral filter along the streamline and its perpendicular direction to take into the account the ETF along with feature preserving smoothing

slide-10
SLIDE 10
slide-11
SLIDE 11

Quantization

To get cartoonish artifacts after bilateral filter we perform a quantization over the image pixels. We refer the paper Real-Time Video Abstraction(2006) to implement this step. We tried to use luminance gradient to reduce quantization but still there are some artifacts appearing in sky in one of the results.

slide-12
SLIDE 12
slide-13
SLIDE 13

Final Results

slide-14
SLIDE 14
slide-15
SLIDE 15
slide-16
SLIDE 16
slide-17
SLIDE 17
slide-18
SLIDE 18
slide-19
SLIDE 19
slide-20
SLIDE 20
slide-21
SLIDE 21
slide-22
SLIDE 22

Thank You