Skip to content

NET_SDK_IVE_CDD_INFO_T

Structure Definition

1
2
3
4
5
typedef struct
{
    unsigned int iRatio;     
    NET_SDK_IVE_RECT_T rect; 
} NET_SDK_IVE_CDD_INFO_T;
1
2
3
4
5
6
[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct NET_SDK_IVE_CDD_INFO_T
{
    public UInt32 iRatio;
    public NET_SDK_IVE_RECT_T rect;
}

Function Description

Crowd density detection information.

Member Description

Member Type Remark
iRatio unsigned int Crowd density level.
rect NET_SDK_IVE_RECT_T The target rectangle.
Error Code