NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwCameraISPLocalAvgClipStats Struct Reference

Detailed Description

Definition at line 496 of file Camera.h.

Collaboration diagram for dwCameraISPLocalAvgClipStats:

Data Fields

bool enable
 Holds a Boolean to enable the local average and clip statistics block. More...
 
float32_t min [DW_ISP_MAX_COLOR_COMPONENT]
 Holds minimum value of pixels in RGGB/RCCB/RCCC order. More...
 
float32_t max [DW_ISP_MAX_COLOR_COMPONENT]
 Holds maximum value of pixels in RGGB/RCCB/RCCC order. More...
 
bool roiEnable [DW_ISP_MAX_COLOR_COMPONENT]
 Holds a Boolean to enable an individual region of interest. More...
 
dwCameraISPStatisticsWindows windows [DW_ISP_MAX_COLOR_COMPONENT]
 Holds local average and clip windows for each region of interest. More...
 
bool ellipticalMaskEnable [DW_ISP_MAX_COLOR_COMPONENT]
 Holds a Boolean to enable an elliptical mask for excluding pixels outside a specified area for each region of interest. More...
 
dwCameraISPEllipse ellipticalMask
 Holds an elliptical mask for excluding pixels outside specified area. More...
 

Field Documentation

◆ ellipticalMask

dwCameraISPEllipse dwCameraISPLocalAvgClipStats::ellipticalMask

Holds an elliptical mask for excluding pixels outside specified area.

Coordinates of the image's top left and bottom right points are (0, 0) and (width, height), respectively.

Supported values for X coordinate of the center: [0, input width] Supported values for Y coordinate of the center: [0, input height] Supported values for horizontal axis: [16, 2 x input width] Supported values for vertical axis: [16, 2 x input height]

Note
Supported values for angle: [0.0, 360.0]

Definition at line 544 of file Camera.h.

◆ ellipticalMaskEnable

bool dwCameraISPLocalAvgClipStats::ellipticalMaskEnable[DW_ISP_MAX_COLOR_COMPONENT]

Holds a Boolean to enable an elliptical mask for excluding pixels outside a specified area for each region of interest.

Definition at line 531 of file Camera.h.

◆ enable

bool dwCameraISPLocalAvgClipStats::enable

Holds a Boolean to enable the local average and clip statistics block.

Definition at line 499 of file Camera.h.

◆ max

float32_t dwCameraISPLocalAvgClipStats::max[DW_ISP_MAX_COLOR_COMPONENT]

Holds maximum value of pixels in RGGB/RCCB/RCCC order.

Supported values: [0.0, 1.0], max >= min

Definition at line 509 of file Camera.h.

◆ min

float32_t dwCameraISPLocalAvgClipStats::min[DW_ISP_MAX_COLOR_COMPONENT]

Holds minimum value of pixels in RGGB/RCCB/RCCC order.

Supported values: [0.0, 1.0]

Definition at line 504 of file Camera.h.

◆ roiEnable

bool dwCameraISPLocalAvgClipStats::roiEnable[DW_ISP_MAX_COLOR_COMPONENT]

Holds a Boolean to enable an individual region of interest.

Definition at line 511 of file Camera.h.

◆ windows

dwCameraISPStatisticsWindows dwCameraISPLocalAvgClipStats::windows[DW_ISP_MAX_COLOR_COMPONENT]

Holds local average and clip windows for each region of interest.

Supported values for width of the window: [2, 256] and must be an even number Supported values for height of the window: [2, 256] Supported values for number of the windows horizontally: [1, 32] Supported values for number of the windows vertically: [1, 32] Supported values for horizontal interval between windows: [max(4, window width), image ROI width] and must be an even number Supported values for vertical interval between windows: [max(2, window height), image ROI height] Supported values for X coordinate of start offset: [0, image ROI width-3] and must be an even number Supported values for Y coordinate of start offset: [0, image ROI height-3] startOffset.x + horizontalInterval * (numWindowH - 1) + winWidth <= image ROI width startOffset.y + veritcallInterval * (numWindowV - 1) + winHeight <= image ROI height

Definition at line 526 of file Camera.h.


The documentation for this struct was generated from the following file: