1 / 8

Artistic Rendering Project Beta Release

Artistic Rendering Project Beta Release. Jeremy Shopf 11/21/06. Recap. Combine shape from shading with shading acquistion Inspired by “Image-based Material Editing” Get depth map from luminance Apply arbitrary BRDFs to depth map Awesome results. First Attempt. Get shape

Télécharger la présentation

Artistic Rendering Project Beta Release

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Artistic Rendering ProjectBeta Release Jeremy Shopf 11/21/06

  2. Recap • Combine shape from shading with shading acquistion • Inspired by “Image-based Material Editing” • Get depth map from luminance • Apply arbitrary BRDFs to depth map • Awesome results

  3. First Attempt • Get shape • Convert RGB to luminance • Use edge-preserving blur • Compress to simulate human visual system • Resulting values are used as depth • Calculate gradient • Get shading from shape • Assume isotropic surface shading • Estimate light direction in painting • Calculate angle of each pixel normal with light • For each pixel of a given angle, average all colors • Not good • Try and fit a function to it using least squares • Data too random to get anything remotely accurate

  4. Source Image

  5. First Attempt est kaput

  6. Second Attempt • Find pixel with the greatest luminance • This must be the color the material exhibits when its normal is approximately the lighting direction • Find pixel with the lowest luminance • Weight by distance from pixel with greatest luminance • Define shading function as all pixels between the brightest and darkest pixels N dot L 0.0 1.0

  7. Result.. N dot L 0.0 1.0

  8. Improvements • What about when the artist chooses non-intuitive shading values • Pick greatest luminance as start, and closest pixel outside of object as end • Apply to painterly rendering!

More Related