Re: Status of CSP prelut?
"dbr/Ben" <b...@...>
Started attempting this, seems to be progressing well - thanks for the tips!
toggle quoted message
Show quoted text
To be clear about the resampling. Given a prelut of: 0.0 2.0 4.0 0.0 1.0 2.0 ..the code would linearly-interoplate between 0.0 and 4.0, sampling the spline and producing something like: 0.0 0.5 1.0 1.5 2.0 Assuming that is correct - how many samples should be made? A fixed amount? Configurable? Based on the number of spline points? Could this be a problem if (for some perverse/contrived reason) you have a prelut of: 0.0 1.0 99999.0 0.0 1.0 2.0 On 04/02/2011, at 11:22 AM, Jeremy Selan wrote:
Ben, |
|