Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » Draw, Display, Images, Bitmaps, Icons » OpenCV
Re: OpenCV [message #32754 is a reply to message #32748] Mon, 06 June 2011 09:06 Go to previous messageGo to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1789
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

Well, the parser is not perfect... This might be a good reason to make it work better Wink

Extensive playing with sed/awk might not be necessary. There is plenty of tools that work with C++ code/binaries, we can reuse them. One possible way that comes to my mind: Compiling a binary using OpenCV in debug mode and listing the files in gdb, using its 'info functions', 'info variables' and 'info types' commands. It lists the declarations sorted by file, so filtering out the OpenCV part would be easy. One thing I'm not sure how to get is the information about classes...

Honza

EDIT: Found how to get the classes/struct/union info Smile There is a 'ptype' command for this in gdb Smile So it is in theory possible to get all the information with relatively simple script...

[Updated on: Mon, 06 June 2011 09:18]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon5.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Printing without dialog
Next Topic: How to resize an image without the default filter
Goto Forum:
  


Current Time: Sat Jul 27 03:17:32 CEST 2024

Total time taken to generate the page: 0.00534 seconds