OpenLvVision_OpenCv.lvlib:NmsBoxesRotated.vi

Performs non maximum suppression given boxes and corresponding scores.

For detailed information, please refer to the OpenCV documentation

OpenLvVision_OpenCv.lvlib:NmsBoxesRotated.vi

cerrcodeclst

error in

error in can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

    cbool

    status

    status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.

    Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

    ci32

    code

    cstr

    source

    source describes the origin of the error or warning.

    Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

c1dnclst

bboxes

a set of bounding boxes to apply NMS.

    cnclst

      csgl

      CX

      csgl

      CY

      csgl

      Width

      csgl

      Height 2

      csgl

      Angle 3

c1dsgl

scores

a set of corresponding confidences.

    csgl

csgl

score_threshold

a threshold used to filter boxes by score.

csgl

nms_threshold

a threshold used in non maximum suppression.

csgl

eta

a coefficient in adaptive threshold

ci32

top_k

if >0, keep at most top_k picked indices.

ierrcodeclst

error out

error in can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

    ibool

    status

    status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.

    Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

    ii32

    code

    istr

    source

    source describes the origin of the error or warning.

    Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

i1di32

indices

the kept indices of bboxes after NMS.

    ii32