Table of Contents

Property IsInteger

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

IsInteger

Returns true if the depth is an integer type. Mirrors OpenCV's CV_IS_INT_TYPE: integer depths are CV_8U, CV_8S, CV_16U, CV_16S, CV_32S, CV_Bool, CV_64U, CV_64S and CV_32U (the bitmask 0x1e1f), while CV_32F, CV_64F, CV_16F and CV_16BF are floating-point.

public bool IsInteger { get; }

Property Value

bool