Indigo image quality.
Indigo image quality.
Hi ono,which image sampling you use for Indigo?
is it gaussian?, i heard that mitchell-netravali is much more better than gaussian, this means much sharper without aliasing.
in some cases the indigo images looks bit blured with and without the post.
is it gaussian?, i heard that mitchell-netravali is much more better than gaussian, this means much sharper without aliasing.
in some cases the indigo images looks bit blured with and without the post.
Music has the right to children!
Hi ONO,
would it be hard to implement the mitchell netravali filter in Indigo? i have seen some sunflow pics , they are really very sharp and crisp.
http://www.cs.cornell.edu/Courses/cs465 ... tes-v2.pdf
http://www.blackwell-synergy.com/doi/pd ... 06.00919.x
would it be hard to implement the mitchell netravali filter in Indigo? i have seen some sunflow pics , they are really very sharp and crisp.
http://www.cs.cornell.edu/Courses/cs465 ... tes-v2.pdf
http://www.blackwell-synergy.com/doi/pd ... 06.00919.x
Music has the right to children!
IMO mitchell netravali filter is not good for filtering global illumination image, and indeed any filter which uses negative weights unless you apply the filter after you tonemapped your global illumination image. This is because the negative weights of the mitchell netravali can cause black edges (for example at the edges of light source) this dues to float point rounding error.
I agree a priori, this was the cause of a sampling issue in mental ray with Final Gather, known as the "black spots" issue IIRC.tinman999 wrote:IMO mitchell netravali filter is not good for filtering global illumination image, and indeed any filter which uses negative weights unless you apply the filter after you tonemapped your global illumination image. This is because the negative weights of the mitchell netravali can cause black edges (for example at the edges of light source) this dues to float point rounding error.
What about elliptical filtering ? It's quite renowned I believe...
obsolete asset
Exactly matches my own experience. Supersampling can actually reduce the "black edge" effect of the MN filter but it still doesn't totally disappeartinman999 wrote:IMO mitchell netravali filter is not good for filtering global illumination image, and indeed any filter which uses negative weights unless you apply the filter after you tonemapped your global illumination image. This is because the negative weights of the mitchell netravali can cause black edges (for example at the edges of light source) this dues to float point rounding error.

Ian.
Yes, good point. Try decomposing into HSV or equivalent, sharpen only the luminance channel and then recompose.zsouthboy wrote:If you're seeing aliasing when you do post-sharpening, you're doing it wrong.
Sharpening can make aliasing worse but only if you have it there in the first place. Using Indigo's supersampling at render time will prevent that.
Ian.
That would make sense. For instance, mental ray has five sampling filters:Xman wrote:PS.in fact, I much more hope indigo can own two different samples.
Box, Triangle, Gaussian, Mitchell, Lanczos. The two latters are clipped to avoid negative values.
Additionally, the filter size is not fixed but set by hand (has default value for each type).mr docs wrote:Because “plain” Lanczos and Mitchell may produce negative values the new filter types are “clipped” variants to ensure positive values. The filtered result samples are clipped to the min/max range of input samples. The final pixel in the image will therefore not contain any out-of-range values _produced by the filter_, as might be the case for regular Mitchell and Lanczos filters.
obsolete asset
Who is online
Users browsing this forum: No registered users and 5 guests