Get a slice of the 3d volume and return it as a image
Syntax
C#
C++/CLI
publicenum OperationType
public: enumclass OperationType sealed
Members
Value
Member
Description
0
MIP
Maximum intensity projection
1
VRT
Volume rendering technique ( default )
2
Avg
Average volume rendering
Remarks
This is used with the GetSlice to get the slice rendered using the specified projection method.
The effect wont be seen if the extracted slice is 1 pixel width, you need to make the slice thickness wider so the effect will take place, because the method is used to merge the pixels together in the thick slice using the specified method.