ImageGear for Java
ImGearROIMask Constructor(ImGearPage,ImGearPixel,boolean)
The page used to construct the ROI mask. Binary (1-bit) pages are not supported.
Mask color.
Set to true to build mask according to area not filled with MaskColor.

Creates an instance of ImGearROIMask object corresponding to area in the page that is filled with maskColor. If invertSelection is true, the mask is created for the area that is not filled with maskColor.

The ImGearPixel passed as maskColor should correspond to page's number of channels and bit depth.

This constructor can be used to create an ROI Mask based on the DICOM Pixel Padding Value.

Initializes a new instance of the ImGearROIMask class, corresponding to an area in the specified page that is filled with the specified color.

Syntax
public ImGearROIMask( 
   ImGearPage page,
   ImGearPixel maskColor,
   boolean invertSelection
)

Parameters

page
The page used to construct the ROI mask. Binary (1-bit) pages are not supported.
maskColor
Mask color.
invertSelection
Set to true to build mask according to area not filled with MaskColor.

Creates an instance of ImGearROIMask object corresponding to area in the page that is filled with maskColor. If invertSelection is true, the mask is created for the area that is not filled with maskColor.

The ImGearPixel passed as maskColor should correspond to page's number of channels and bit depth.

This constructor can be used to create an ROI Mask based on the DICOM Pixel Padding Value.

See Also

Reference

ImGearROIMask Class
ImGearROIMask Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback