Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6608985
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:40:03+00:00 2026-05-25T19:40:03+00:00

I have no idea what this does could someone explain this to me in

  • 0

I have no idea what this does could someone explain this to me in SIMPLE terms?
Please don’t give me complicated mathematical answers or something too technical, just its general purpose
Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T19:40:04+00:00Added an answer on May 25, 2026 at 7:40 pm
    // This function splits the input sequence or set into one or more equivalence classes.
    // is_equal(a,b,...) returns non-zero if the two sequence elements
    // belong to the same class.  The function returns sequence of integers -
    // 0-based class indexes for each element.
    //
    // The algorithm is described in "Introduction to Algorithms"
    // by Cormen, Leiserson and Rivest, chapter "Data structures for disjoint sets"
    CV_IMPL  int
    cvSeqPartition( const CvSeq* seq, CvMemStorage* storage, CvSeq** labels,
                    CvCmpFunc is_equal, void* userdata )
    

    What part requires more detailed explanation?

    Update:

    Foe example, consider the following sequence of integers:

    {9,5,7,5,9,9}
    

    When is_equal function just tests for integer equality, cvSeqPartition will find 3 classes:

    {9,9,9} {5,5} {7}
    

    so cvSeqPartition output will be

    {0,1,2,1,0,0}
    

    where each number is index of the element class.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone have any idea what this jQuery selector will do? object.find('td:eq(1) div div');
Does any one have any idea why this would be happening? This is some
does anybody have any idea what's does this mean: onLoad=MyOnLoad? thanks
Does anyone have any idea what is wrong with this create statement for mysql?
Does anyone have an idea how can I fix this vulnerability in Apache 2.2.4
This may be a doozy, but does anyone have an idea how to: Pass
I have this idea for a free backup application. The largest problem I need
I have no idea why this is happening. I have some very straightforward code,
I have no idea if this is possible, but if it is, what would
I have no idea why this doesn't work, but doing some validation functions and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.