Reply by Joe Sababa March 3, 20052005-03-03

Hi,
In order to translate Matlab programs into C++ you
need the compiler toolbox and libraries (You need also
a C++ compiler such as Visual C++ on your machine) .
Note that there is 12 -18 Mb library data that is
exported with the compiled program.

Joe Sababa

The new BSTeX - Equation viewer for Matlab7
http://www.geocities.com/bstex2001/ --- Puneeth <> wrote:

>
>
> Hello,
>
> i am developing an Image processing
> application which
> automates the process of extracting information from
> the given input
> image.Input will normally be a bulding plan(jpeg
> image) and the output
> should be the dimensions of each and every room
> stored in
> database(position of the room is as important as its
> dimensions. > Please someone help me.I am thinking of developing
> the application in
> Matlab and then converting it into c++ or java
> code,is that
> possible??Whats the problems i have to face in this
> conversion??.
>
> Thanking you,
> Puneeth >
>

__________________________________
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/



Reply by March 3, 20052005-03-03

Interseting..

Consider
1. Input must be a Matirx Data File (Not JPEG) implemented as a Library, capable of being called of by Applications and Scripts.
2. Sub-routines implemnted in Java would be the easiest and will certainly consume least time.
3. C++ will take some time to obtain the desired results.
4. Do Consider Data Compression techniques to represent Matrix.
5. Do Consider Data Redunancy - i.e. calculate Entropy for Faster Calculation and Computaion.
6. Writing in Matlab is a good idea, however do re-write the entire Algo in Java for ease.
7. You will also need to consider Destruction, Construction and Reconstruction of Matrix at fast & run-time. -Anurag Darbari

-------------- Original message --------------

> Hello,
>
> i am developing an Image processing application which
> automates the process of extracting information from the given input
> image.Input will normally be a bulding plan(jpeg image) and the output
> should be the dimensions of each and every room stored in
> database(position of the room is as important as its dimensions. > Please someone help me.I am thinking of developing the application in
> Matlab and then converting it into c++ or java code,is that
> possible??Whats the problems i have to face in this conversion??.
>
> Thanking you,
> Puneeth > >
>



Reply by Puneeth March 2, 20052005-03-02


Hello,

i am developing an Image processing application which
automates the process of extracting information from the given input
image.Input will normally be a bulding plan(jpeg image) and the output
should be the dimensions of each and every room stored in
database(position of the room is as important as its dimensions. Please someone help me.I am thinking of developing the application in
Matlab and then converting it into c++ or java code,is that
possible??Whats the problems i have to face in this conversion??.

Thanking you,
Puneeth