Image processing from MATLAB to C

9 views (last 30 days)
Yusra
Yusra on 29 Nov 2013
Commented: Yusra on 29 Nov 2013
Hi everyone, I have been working in developing OCR for Arabic letters using MATLAB. But, I need to convert my codes to C. Functions Supported for Code Generation in MATLAB are very limited (2 to be accurate). So, can any one guide me to any useful readings to help to transfer my codes to C? or how would I develop from scratch processing functions in C?
Thanx,,

Accepted Answer

Wayne King
Wayne King on 29 Nov 2013
Edited: Wayne King on 29 Nov 2013
If you are going to start writing the code from scratch. I would consider openCV in the area of computer vision:
However, have you considered the Computer Vision System Toolbox? That would greatly increase the number of functions/objects supported for code generation and you would likely find a lot of functionality close to your application.
  3 Comments
Wayne King
Wayne King on 29 Nov 2013
openCV is definitely worth looking into if you are going to be doing computer vision.
Yusra
Yusra on 29 Nov 2013
I took a quick search http://opencv.org/. It sounds promising as it has been built on optimized C/C++ . Thanx alot again :).

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!