BokehRefIwa.html 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <html lang="ja">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <title>Bokeh Ref Iwa</title>
  5. </head>
  6. <body bgcolor="#f5f5f5" text="#220011">
  7. <h1><img src = ".\img\fx_iwa_bokeh_ref.png" width = 30 height = 30 > Bokeh Ref Iwa</h1>
  8. <h4>● Overview</h4>
  9. This effect reproduces a camera lens blur. The input image is divided into several layers<br>
  10. based on the gradation of the Depth reference image, and the RGB values of each divided<br>
  11. layer are converted into exposure values, blurred using the Iris shape, and combined.<br>
  12. Higher speed is achieved by using the discrete Fourier transform. Before blurring,<br>
  13. a process of extending the parts of each layer that is hidden in the foreground with a<br>
  14. Median filter is performed.
  15. <h4>● Input Port</h4>
  16. <UL>
  17. <LI><b>Iris</b> : Connects the image to define the shape of the Iris. The image luminance values<br>
  18. will be used for the effect. If no image is connected to the Iris port, no calculation will<br>
  19. take place. It's possible to connect 8bit or 16bit RGBA images.
  20. <LI><b>Source</b> : Connect the input image. If nothing is connected to the Source port, no<br>
  21. calculation is performed.
  22. <LI><b>Depth</b> : Connect the Depth reference image. The brightness of each pixel corresponds<br>
  23. to the depth. The higher (brighter) the value, the farther away from the camera.
  24. </UL>
  25. <h4>● Parameters</h4>
  26. <UL>
  27. <LI><b>On-Focus Distance</b> : If there's a layer in this position, it will look on focus and it will<br>
  28. be composed normally. 0 represents the camera position. (Range 0.0-1.0)
  29. <LI><b>Bokeh Amount</b> : Maximum size of blur (in scene units). When the focus position and<br>
  30. the layer position are 1.0 away from each other, the Iris image is enlarged until the<br>
  31. width of this image reaches this value.
  32. <LI><b>Hardness</b> : The gamma value of the film. Used to convert between RGB value and<br>
  33. exposure. This is equivalent to the increase in RGB value (0.0 to 1.0) when the exposure<br>
  34. is increased 10 times. The lower the value, the more the highlights are emphasized.<br>
  35. (Range 0.05-3.0)
  36. <LI><b>Distance Precision</b> : The number of divisions of the depth reference image. The larger<br>
  37. the value, the finer the gradation of the blur size, but the slower the processing.<br>
  38. (Range 3-128)
  39. </UL>
  40. <h4>● Notes</h4>
  41. <UL>
  42. <LI>When rendering multiple frames, the Iris and the layers images, must be present within<br>
  43. the range of all frames to be rendered.
  44. <LI>This effect uses a lot of RAM.
  45. </UL>
  46. <h4>● License Information</h4>
  47. <UL>
  48. <LI>This effect uses an open source library called Kiss FFT for the Fourier transform.<br>
  49. </UL>
  50. <font size = "-1">
  51. <blockquote>
  52. This is the BSD-style license for the KissFFT.<br>
  53. <br>
  54. Copyright (c) 2003-2010 Mark Borgerding<br>
  55. <br>
  56. All rights reserved.<br>
  57. <br>
  58. Redistribution and use in source and binary forms, with or without modification, are permitted provided that<br>
  59. the following conditions are met:<br>
  60. <br>
  61. * Redistributions of source code must retain the above copyright notice, this list of conditions and the following<br>
  62. disclaimer.<br>
  63. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the<br>
  64. following disclaimer in the documentation and/or other materials provided with the distribution.<br>
  65. * Neither the author nor the names of any contributors may be used to endorse or promote products derived<br>
  66. from this software without specific prior written permission.<br>
  67. <br>
  68. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY<br>
  69. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES<br>
  70. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT<br>
  71. SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,<br>
  72. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT<br>
  73. OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)<br>
  74. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,<br>
  75. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS<br>
  76. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  77. </blockquote>
  78. </font>
  79. </body>
  80. </html>