Display axes [closed]

asked 2015-07-07 02:28:14 -0600

jeje20 gravatar image

Hello,

I would like to display some axes on an image ( ordinate and abscissa ), I woud like to know if there is a function in opencv that allows me to do it ? ( I am working with Mat, I saw a library for iplimage )

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by StevenPuttemans
close date 2015-07-09 04:14:15.402506

Comments

Okay some tips

  • Noticing that you are using libraries for IplImages already gets my head itching ... I suggest you to drop the arcane C-API and move on to the Mat container for images in the new C++ API.
  • There is no standard functionality for adding axes to images, though there have been some attempts at getting it in, like this one! But I cannot seem to find where it went in the master repo ...
StevenPuttemans gravatar imageStevenPuttemans ( 2015-07-07 07:35:21 -0600 )edit

And it seems it is still there to be put in!

StevenPuttemans gravatar imageStevenPuttemans ( 2015-07-07 07:40:47 -0600 )edit
1

Thank you so much for your comment. I am not working with Iplimage, I just said that I found a library for iplimage and not for mat . My problem is now solved thanks to your answer.

jeje20 gravatar imagejeje20 ( 2015-07-09 02:07:39 -0600 )edit