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 8840121
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:23:35+00:00 2026-06-14T10:23:35+00:00

On line 151 in this program it draws an ellipse: ellipse( image, trackBox, Scalar(0,0,255),

  • 0

On line 151 in this program it draws an ellipse:

ellipse( image, trackBox, Scalar(0,0,255), 3, CV_AA );

How do I figure the center coordinate of the ellipse that was drawn after line 151?

According to this page an ellipse has a “center” property but I cannot figure out how to access it.

Would appreciate if someone can guide me how to get this center property.

  • 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-06-14T10:23:37+00:00Added an answer on June 14, 2026 at 10:23 am

    the “trackBox” in the code is

    RotatedRect

    class object type. So you can access the center co ordinates by the following way

    trackBox.center.x 
    trackBox.center.y
    

    Add the following line of code after the line number 151 and see the center for visualization

    ellipse( image, trackBox, Scalar(0,0,255), 3, CV_AA );
    circle(image,trackBox.center,5,Scalar(0,255,0));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Bottom Line Up Front Is there a succinct way that I can constrain the
This line of code: DateTime dt = DateTime.ParseExact(time, hh:mm, CultureInfo.InvariantCulture); parses a time value
This line of code ((Matches)Container.DataItem).MatchID works in C# but in VB.NET, when used in
Line: 151 Character: 6 Code: 0 Error Message: Expected identifier, string or number The
Line 3 of the code below fails if I omit the => $v portion.
line = english: while french: pendant que spanish: mientras german: whrend words = line.split('\t')
Line directives (#line) are used to reconfigure perl's idea of the current filename and
The line below is completely failing. template: _.template($('#test').html()), Trying to follow a simple example
my line in gridview <asp:Label ID=Label2 runat=server Text='<%# new System.Text.StringBuilder(<a href=\/Administration/Pages/EditPage/?pageID=).Append(Eval(PageID)).Append(\>).Append(Eval(Name)).Append(</a>).ToString() %>'></asp:Label> fails with
Bottom Line Up Front I'm looking for a method to validate powershell (v1) command

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.