EBaseROI::IsVoid
Tests if the topmost parent image of this hierarchy has a zero size.
Namespace: Euresys::Open_eVision
[C++]
bool IsVoid(
) const
Remarks
For an image, this method returns true if the image size is zero.
For an ROI, this method returns true if the topmost parent image size is zero or if there is no topmost image.
EBaseROI.IsVoid
Tests if the topmost parent image of this hierarchy has a zero size.
Namespace: Euresys.Open_eVision
[C#]
bool IsVoid
{ get; }
Remarks
For an image, this method returns true if the image size is zero. For an ROI, this method returns true if the topmost parent image size is zero or if there is no topmost image.
EBaseROI.IsVoid
Tests if the topmost parent image of this hierarchy has a zero size.
Module: open_evision
[Python]
IsVoid() -> bool
Remarks
For an image, this method returns true if the image size is zero.
For an ROI, this method returns true if the topmost parent image size is zero or if there is no topmost image.