help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: using JavaOctave for image processing


From: Martin Helm
Subject: Re: using JavaOctave for image processing
Date: Sun, 12 Aug 2012 15:15:34 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120713 Thunderbird/14.0

Am 12.08.2012 05:28, schrieb Astie Darmayantie:
> Dear all,
>
> i'd like to use the image processing toolbox in octave using
> JavaOctave. The question is how can i pass the variables containing
> the image file from octave? For i have to define the type of variable
> before i can pass it to be read by java, what is the type of an image
> in octave?
>
> Thankyou
>
Not that I know how and if JavaOctave still works, but it should be
simple, an image in octave is just a matrix n*m for gray and n*m*3 for
rgb, the type of matrix can of course differ (mostly simply double, but
can also be uint8 or something else).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]