help-octave
[Top][All Lists]
Advanced

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

R: Help-octave Digest, Vol 55, Issue 27


From: address@hidden
Subject: R: Help-octave Digest, Vol 55, Issue 27
Date: Thu, 14 Oct 2010 09:01:15 +0200 (CEST)

My problem is solved,

thank you.



>----Messaggio originale----
>Da: address@hidden
>Data: 13-ott-2010 19.04
>A: <address@hidden>
>Ogg: Help-octave Digest, Vol 55, Issue 27
>
>Send Help-octave mailing list submissions to
>       address@hidden
>
>To subscribe or unsubscribe via the World Wide Web, visit
>       https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>or, via email, send a message with subject or body 'help' to
>       address@hidden
>
>You can reach the person managing the list at
>       address@hidden
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Help-octave digest..."
>
>
>Today's Topics:
>
>   1. Re: image acquisition (under Windows) (John Swensen)
>   2. Re: strjust (Ben Abbott)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Wed, 13 Oct 2010 10:15:43 -0400
>From: John Swensen <address@hidden>
>Subject: Re: image acquisition (under Windows)
>To: Bart Vandewoestyne <address@hidden>
>Cc: address@hidden
>Message-ID: <address@hidden>
>Content-Type: text/plain; charset=us-ascii
>
>
>On Oct 13, 2010, at 9:36 AM, Bart Vandewoestyne wrote:
>
>> Hello list,
>> 
>> Together with a collegue of mine, I am investigating the
>> possibilities of Octave for a student project that has to do with
>> image acquisition and processing.  Basically, the students will
>> have to use a webcam to take snapshots from a flower in order to
>> make time lapse videos and do some image processing on the
>> snapshots of the flower.  Most of our students (if not all) will
>> do this under Windows.
>> 
>> My collegue has some examples implemented in 'the other leading
>> brand' that use the Image Acquisition Toolbox's functions
>> 
>>  videoinput
>>  preview
>>  getsnapshot
>> 
>> to get the snapshots.
>> 
>> Due to license-issues and because we prefer to use Open Source
>> software, we would like the students to do this project under
>> Octave.  However, we are wondering if there is a good Octave
>> alternative for the commands from the Image Acquisition Toolbox
>> that will work on Octave under Windows (and preferably, but not
>> necessarily, also under Linux).
>> 
>> After some googling and searching the help archives, the
>> following not-so-very-optimistic post from 2005 is the only thing
>> I could find:
>> 
>> http://octave.1599824.n4.nabble.com/image-data-acquisition-toolbox-
td1601729.html
>> 
>> Does this mean that we are stuck and we can't do our image
>> acquisition under Windows it with Octave?  Or has the situation
>> improved since 2005?
>> 
>> Kind regards,
>> Bart
>> 
>> 
>
>I think one of the problems with USB based cameras is that they don't always 
have the same interface. However, there are libraries with Octave compatible 
licenses out there that deal with this and provide a consistent interface to a 
large number of devices. If you can get the Octave 'java' package from 
OctaveForge working for Window then you can probably use the FMJ and/or LTI-
CIVIL libraries to perform image capture.
>
>On the other hand, Firewire (IEEE1394) cameras do have a defined interface 
with which I think most vendors comply.  Let me look around, but I am pretty 
sure I have code for an Octave extension (compiles to an .oct file) that uses 
the libdc1394 library to acquire images.
>
>John Swensen
>
>
>
>
>------------------------------
>
>Message: 2
>Date: Wed, 13 Oct 2010 09:43:19 -0700
>From: Ben Abbott <address@hidden>
>Subject: Re: strjust
>To: Leo Butler <address@hidden>
>Cc: Octave Help Email List <address@hidden>
>Message-ID: <address@hidden>
>Content-Type: text/plain; charset=us-ascii
>
>On Oct 13, 2010, at 12:16 AM, Leo Butler <address@hidden> wrote:
>
>> In 3.3.52+, I find the following behaviour of strjust,
>> which appears to conflict with its description.
>> 
>> octave> s=sprintf("\tstring");
>> octave> s=strjust(s,"left")
>> s =     string
>> octave> s=sprintf("        string");
>> octave> s=strjust(s,"left")
>> s = string
>> 
>> You can see that it is not removing leading tabs.
>> 
>> Leo
>
>Does the description below clarify how strjust functions?
>
>strjust (S)
>strjust (S, "right")
>Returns the text, S, justified to the right.
>strjust (S, "left")
>Returns left justified text.
>strjust (S, "center")
>Returns center justified text.
>Null characters are replaced by spaces.
>
>Ben
>> 
>
>
>
>
>------------------------------
>
>_______________________________________________
>Help-octave mailing list
>address@hidden
>https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>
>
>End of Help-octave Digest, Vol 55, Issue 27
>*******************************************
>




reply via email to

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