Function findNonZero

  • Returns the list of locations of non-zero pixels. More...

    Parameters

    • src: Mat

      single-channel array

    • Optional idx: Mat

      the output array, type of cv::Mat or std::vector, corresponding to non-zero indices in the input TODO Check binding idx was missing

    Returns Point2[]