Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label max_label #11

Open
xinsuinizhuan opened this issue Nov 3, 2021 · 0 comments
Open

Label max_label #11

xinsuinizhuan opened this issue Nov 3, 2021 · 0 comments

Comments

@xinsuinizhuan
Copy link

what's the meaning of the Lable?
I don't know how to give the the value to max_lable in below function? the test example is outdata

    /// \brief Label the connected parts of a binary image.
    /// Simple, fast algorithm. Does not compute contours.
    /// \param img Input binary image (type = CV_8UC1).
    void SimpleLabel(const cv::Mat &img, Label max_label);

    /// \brief Label the connected parts of a binary image.
    /// Algorithm based on paper "A linear-time component-labeling algorithm using contour tracing technique" of Fu Chang, Chun-Jen Chen and Chi-Jen Lu.
    /// \param img Input binary image (type = CV_8UC1).
    void LabelImage (const cv::Mat &img, Label max_label);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant