shun-iwasawa 1fc223
shun-iwasawa 1fc223
  
shun-iwasawa 1fc223
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
shun-iwasawa 1fc223
      <title>Bokeh Ref Iwa</title>
shun-iwasawa 1fc223
    
shun-iwasawa 1fc223
shun-iwasawa 1fc223

Bokeh Ref Iwa

shun-iwasawa 1fc223
shun-iwasawa 1fc223

● Overview

shun-iwasawa 1fc223
This effect reproduces a camera lens blur. The input image is divided into several layers
shun-iwasawa 1fc223
based on the gradation of the Depth reference image, and the RGB values of each divided
shun-iwasawa 1fc223
layer are converted into exposure values, blurred using the Iris shape, and combined.
shun-iwasawa 1fc223
Higher speed is achieved by using the discrete Fourier transform. Before blurring,
shun-iwasawa 1fc223
a process of extending the parts of each layer that is hidden in the foreground with a
shun-iwasawa 1b1839
Median filter can be performed.
shun-iwasawa 1fc223
shun-iwasawa 1fc223

● Input Port

shun-iwasawa 1fc223
    shun-iwasawa 1fc223
  • Iris : Connects the image to define the shape of the Iris. The image luminance values
  • shun-iwasawa 1fc223
    will be used for the effect. If no image is connected to the Iris port, no calculation will
    shun-iwasawa 1fc223
    take place. It's possible to connect 8bit or 16bit RGBA images.
    shun-iwasawa 1fc223
  • Source : Connect the input image. If nothing is connected to the Source port, no
  • shun-iwasawa 1fc223
    calculation is performed.
    shun-iwasawa 1fc223
  • Depth : Connect the Depth reference image. The brightness of each pixel corresponds
  • shun-iwasawa 1fc223
    to the depth. The higher (brighter) the value, the farther away from the camera.
    shun-iwasawa 1fc223
    shun-iwasawa 1fc223
    shun-iwasawa 1fc223

    ● Parameters

    shun-iwasawa 1fc223
      shun-iwasawa 1fc223
    • On-Focus Distance : If there's a layer in this position, it will look on focus and it will
    • shun-iwasawa 1fc223
      be composed normally. 0 represents the camera position. (Range 0.0-1.0)
      shun-iwasawa 1fc223
    • Bokeh Amount : Maximum size of blur (in scene units). When the focus position and
    • shun-iwasawa 1fc223
      the layer position are 1.0 away from each other, the Iris image is enlarged until the
      shun-iwasawa 1fc223
      width of this image reaches this value.
      shun-iwasawa 1fc223
    • Hardness : The gamma value of the film. Used to convert between RGB value and
    • shun-iwasawa 1fc223
      exposure. This is equivalent to the increase in RGB value (0.0 to 1.0) when the exposure
      shun-iwasawa 1fc223
      is increased 10 times. The lower the value, the more the highlights are emphasized.
      shun-iwasawa 1fc223
      (Range 0.05-3.0)
      shun-iwasawa 1fc223
    • Distance Precision : The number of divisions of the depth reference image. The larger
    • shun-iwasawa 1fc223
      the value, the finer the gradation of the blur size, but the slower the processing.
      shun-iwasawa 1fc223
      (Range 3-128)
      shun-iwasawa 1b1839
    • Fill Gap : Specifies whether to extend the further segmented layer pixels in order to fill gap.
    • shun-iwasawa 1b1839
    • Use Median Filter : Specifies whether to use median filter for the extension.
    • shun-iwasawa 1b1839
        This option is recommended when the depth is distributed discretely.
      shun-iwasawa 1b1839
        
      shun-iwasawa 1fc223
      shun-iwasawa 1fc223

      ● Notes

      shun-iwasawa 1fc223
        shun-iwasawa 1fc223
      • When rendering multiple frames, the Iris and the layers images, must be present within
      • shun-iwasawa 1fc223
        the range of all frames to be rendered.
        shun-iwasawa 1fc223
      • This effect uses a lot of RAM.
      • shun-iwasawa 1fc223
        shun-iwasawa 1fc223
        shun-iwasawa 1fc223

        ● License Information

        shun-iwasawa 1fc223
          shun-iwasawa 1fc223
        • This effect uses an open source library called Kiss FFT for the Fourier transform.
        • shun-iwasawa 1fc223
          shun-iwasawa 1fc223
          <font size="-1"></font>
          shun-iwasawa 1fc223
          shun-iwasawa 1fc223
          This is the BSD-style license for the KissFFT.
          shun-iwasawa 1fc223

          shun-iwasawa 1fc223
          Copyright (c) 2003-2010 Mark Borgerding
          shun-iwasawa 1fc223

          shun-iwasawa 1fc223
          All rights reserved.
          shun-iwasawa 1fc223

          shun-iwasawa 1fc223
          Redistribution and use in source and binary forms, with or without modification, are permitted provided that
          shun-iwasawa 1fc223
          the following conditions are met:
          shun-iwasawa 1fc223

          shun-iwasawa 1fc223
              * Redistributions of source code must retain the above copyright notice, this list of conditions and the following
          shun-iwasawa 1fc223
          disclaimer.
          shun-iwasawa 1fc223
              * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
          shun-iwasawa 1fc223
          following disclaimer in the documentation and/or other materials provided with the distribution.
          shun-iwasawa 1fc223
              * Neither the author nor the names of any contributors may be used to endorse or promote products derived
          shun-iwasawa 1fc223
          from this software without specific prior written permission.
          shun-iwasawa 1fc223

          shun-iwasawa 1fc223
          THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
          shun-iwasawa 1fc223
          EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
          shun-iwasawa 1fc223
          OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
          shun-iwasawa 1fc223
          SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
          shun-iwasawa 1fc223
          SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
          shun-iwasawa 1fc223
          OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
          shun-iwasawa 1fc223
          HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
          shun-iwasawa 1fc223
          OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
          shun-iwasawa 1fc223
          SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
          shun-iwasawa 1fc223
          shun-iwasawa 1fc223
          shun-iwasawa 1fc223
          shun-iwasawa 1fc223
          shun-iwasawa 1fc223