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

  • Home
  • SEARCH
  • 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 6890461
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:17:05+00:00 2026-05-27T06:17:05+00:00

I am converting some old OpenCV code using the C api to the new

  • 0

I am converting some old OpenCV code using the C api to the new C++ API in OpenCV 2.3. I am wondering what the method is to replace the cvGetSubRect call is?

I have the following, cvGetSubRect(some_cv_mat_pointer, another_cv_mat_pointer, some_cv_rect);

What is the equivalent to this in the C++ api?

  • 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-27T06:17:05+00:00Added an answer on May 27, 2026 at 6:17 am

    You create an roi on the source image which gives you a new image – there is no actual pixel copying it all happens automatically

    Mat image(.....)     // original image 
    Rect roi(10, 20, 100, 50);     // shape of roi            
    Mat image_roi = image(roi);    /// really a window into image, copy it if you need to change it
    

    http://opencv.willowgarage.com/documentation/cpp/c++_cheatsheet.html

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

Sidebar

Related Questions

I’m moving some old code over to the new msqli interface using prepared statements,
I'm converting some old Java code to Scala. I have this. class XYCustomRenderer(dataMax: Double,
I have some old 3rd party Java code I am converting to Java 6.
I have some old code that I'm converting to use in Windows Phone. The
I have some old apps written in PHP that I'm thinking of converting to
I am converting some Java code to C#. This code is using getGlyphOutline from
I am cleaning up some old code converting it to work asynchronously. psDelegate.GetStops decStops
I have inherited some really old VC6.0 code that I am upgrading to VS2008
I'm converting some old PHP 4.x code for PHP 5.3. I've come across the
Possible Duplicate: Converting ereg expressions to preg I'm trying to fix some old code

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.