matlab - LUT optimization - Converting irregularly spaced grids to regularly spaced grids -
this optimization technique works great optimize 3d tables (luts) , appropriately minimize errors due interpolation.
using optimization tool, nodes become unevenly spaced in order best fit input data, however, application, need have evenly spaced nodes within lookup table. due constraints of lut implementation nodes specified min , max , assumed evenly spaced between values. this examples of such implementation although it’s common many lut formats same thing.
i want able utilize optimization, create uniformly spaced table. there way convert optimized table table evenly spaced nodes without losing optimization perhaps using preceding 1d shaper lut? maybe shaping data going uniformly spaced table 3d such results match of optimized 3d alone.
Comments
Post a Comment