[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Calling OpenCV from Octave
From: |
Pantxo |
Subject: |
Re: Calling OpenCV from Octave |
Date: |
Wed, 19 Nov 2014 09:01:03 -0800 (PST) |
Jordi GutiƩrrez Hermoso-2 wrote
> On Wed, 2014-11-12 at 06:43 -0800, Ronald wrote:
>
>> There are various mex wrappers for opencv. The most prominent one is
>> in the OpenCV_contrib git repository. See:
>> https://github.com/Itseez/opencv_contrib/tree/master/modules/matlab
>>
>> Unfortunately Octave does not seem supported at the moment. Is
>> anyone else interested in making this work in Octave?
>
> Octave has a mex interface. Is it insufficient for this situation?
>
> - Jordi G. H.
>
>
>
> _______________________________________________
> Help-octave mailing list
> Help-octave@
> https://lists.gnu.org/mailman/listinfo/help-octave
Hi,
AFAICS in the README file of this project (see "Run" section in [1]),
opencv methods are called in Matlab using dot notation. The only way that I
know to use such syntax is to use classdef which is not supported in Octave
3.8 (and won't be until 4.2 at least).
Pantxo
[1]
https://github.com/Itseez/opencv_contrib/blob/master/modules/matlab/README.md
--
View this message in context:
http://octave.1599824.n4.nabble.com/Calling-OpenCV-from-Octave-tp4667317p4667390.html
Sent from the Octave - General mailing list archive at Nabble.com.