Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

image processing in c++

Status
Not open for further replies.

muhammad ejaz

Newbie level 5
Joined
Oct 1, 2006
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,337
i need help regarding image processing in c++ from basiclevel................


and is there any way to convert the .m(matlab file ) to c or c++


regards

Added after 12 minutes:

plz help............i m in deep trouble
 

try this library
http://vxl.sourceforge.net/

Added after 2 minutes:

also you could try mat-itk which combines both the worlds of c++ and matlab
**broken link removed**
 

you can conver matlab codes to c++ using Matlab compiler. But I think that you must have advanced knowledge on C++ to use the converted file.
 

dspman said:
you can conver matlab codes to c++ using Matlab compiler. file.

No, you cannot.
The so called "compiler" is not a compiler, it produces encrypted files
not C versions of the m files.
Try and see.
 

the mcc command could be used, but the files generated are useless in someother IDE, unless u have the respective libraries provided by matlab. which are pretty costly
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top