[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What is the alternative for pointCloud in Octave
From: |
Kai Torben Ohlhus |
Subject: |
Re: What is the alternative for pointCloud in Octave |
Date: |
Tue, 15 Oct 2019 18:32:45 +0900 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 |
On 10/14/19 12:34 AM, ahmad.sb101 wrote:
> */Hi/ *
> *Matlab has a function named pointCloud but it is not recognizable for
> Octave. So is there any alternative for pointCloud in Octave?*
>
In the Matlab Vision toolbox "pointCloud" is a class for storing "3-D
coordinate points, specified as a M-by-3 or M-by-N-by-3 array" [1].
This class is not yet implemented in Octave and I do not know any free
alternative toolbox to use.
An "alternative" was to create those types of arrays for storing the raw
point data. But I guess that is less than you expect.
HTH,
Kai
[1] https://www.mathworks.com/help/vision/ref/pointcloud.html