NET_ITC_NOCOMITY_PEDESTRIAN_PARAM

Structure about triggering parameters of not yielding to pedestrian.

Structure Definition

struct{
  BYTE                                      byEnable;
  BYTE                                      byLaneNum;
  BYTE                                      byRes[74];
  NET_ITC_LINE                              struLaneBoundaryLine;
  NET_ITC_LINE                              struTriggerLine;
  NET_ITC_POLYGON                           struPedesDetRecog;
  NET_ITC_LANE_NOCOMITY_PEDESTRIAN_PARAM    struLaneParam[MAX_ITC_LANE_NUM/*6*/];
  NET_ITC_PLATE_RECOG_PARAM                 struPlateRecog;
  BYTE                                      byRes1[400];
}NET_ITC_NOCOMITY_PEDESTRIAN_PARAM, *LPNET_ITC_NOCOMITY_PEDESTRIAN_PARAM;

Members

byEnable

Whether to enable: 0-no, 1-yes.

byLaneNum

Number of recognized lanes, ranging from 1 to 3.

byRes

Reserved, set to 0.

struLaneBoundaryLine

Border line of the lane, which is the border line of the rightmost lane, see details in the structure NET_ITC_LINE.

struTriggerLine

Triggering line of not yielding to pedestrian, see details in the structure NET_ITC_LINE.

struPedesDetRecog

Pedestrian detection area, see details in the structure NET_ITC_POLYGON.

struLaneParam

Lane parameters, each array represents a lane, see details in the structure NET_ITC_LANE_NOCOMITY_PEDESTRIAN_PARAM.

struPlateRecog

License plate recognition parameters, see details in the structure NET_ITC_PLATE_RECOG_PARAM.

byRes1

Reserved, set to 0.