Eyeon:Script/Reference/Applications/Fuse/Classes/Image/UseSAT
From VFXPedia
< Eyeon:Script | Reference | Applications | Fuse | Classes | Image
Contents |
Summary
The UseSAT function must be called before using the SampleArea functions; SampleAreaB, SampleAreaD, and SampleAreaW. It will create a Summed Area Table (SAT), containing pre-calculated values for the entire image. If the SAT has already been created for the Image object this function will increase the reference count for the SAT. This function does not return a value - the SAT is attached directly to the Image object.
When the SAT is no longer required, use the RecycleSAT function to release the memory consumed by the table.
Usage
Image:UseSAT()
Example
Tips for UseSAT (edit)
EyeonTips:Script/Reference/Applications/Fuse/Classes/Image/UseSAT