- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Basically it's a C++ wrapper around IPP that uses a MatLab-ish syntax and tries to match MatLab results as close as possible. I know this sounds like OpenCV, but there's a difference. A lot/most researchers develop their algorithms using MatLab but when it comes time to move on to prototyping and product development they have to translate the code to C/C++. Even a library like OpenCV or IT++ can be intimidating to someone who is not a full-time C++ developer and getting the results to match your MatLab code can be difficult and time consuming. Usually you end uppaying some developer (like me) a lot of money (yeah!) to do the translation for you. I'm getting tired of re-doing the same stuff over and over again for different employers so I'm developing my own free GPL library to do this. For a lot of MatLab code you can basically copy the code from the MatLab editor, paste it intoyour C++editor, add the object instantiations, code around a relatively few things that aresupported by MatLab syntax but not C++ ( i.e. x(:, 1:10) becomes x( ALL, 1, 10) ) and hit build.
Anyway, is it okay to announce the library here when it's ready?
Thanks
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Our terms of use state:
Use Terms
Personal Non-Commercial Use:This Web Site is for personal and non-commercial use. Unless otherwise specified or as provided in these Terms, you may not modify, copy, distribute, transmit, display, perform, reproduce, publish, license, create derivative works from, transfer, or sell any information, software, products or services obtained from the Materials.
No Unlawful or Prohibited Use:You agree that you will not use the Web Sites or Material for any purpose that is unlawful or prohibited by these Terms of Use. You may not:
7. upload, post, email, transmit or otherwise make available any unsolicited or unauthorized advertising, promotional materials, "junk mail," "spam," "chain letters," "pyramid schemes," or any other form of solicitation;
To get complete information,
http://www.intel.com/content/www/us/en/legal/terms-of-use.html
Regards,
Naveen Gv
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page