TOC PREV NEXT INDEX

IPloopVol, IPloopVolRoi, IPloopVolVolRoi

Synopsis

templates that allow you to build your own Vol modules from any of the existing IP macros

Description

Volume handling versions of eight of the more commonly used IP macros are supplied with AVS/Express. Additionally, three templates, IPloopVol, IPloopVolRoi, IPloopVolVolRoi macros that allow you to build your own Vol macros from any of the other existing IP macros. Which of the three template to use depends on the input that the IP macro which you wish to convert takes. You should use

IPloopVol if the macro takes a single volume as input

IPloopVolRoi if the macro takes a volume and an ROI as input

IPloopVolVolRoi if the macro takes two volumes and an ROI as input.

Example

Existing Vol macros created using these templates:

Libraries.Accessories.Utility.IP_Modules.IPthresholdVol ( IPloopVol )
Libraries.Accessories.Utility.IP_Modules.IPconvolveVol ( IPloopVolRoi )
Libraries.Accessories.Utility.IP_Modules.IPsubVol ( IPloopVolVolRoi )

File

v/ip.v

See also

IP*Vol

TOC PREV NEXT INDEX