C# Класс Tango.TangoXYZij

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
color_image System.IntPtr
ij System.IntPtr

Открытые методы

Метод Описание
ToString ( ) : string

Returns a System.String that represents the current Tango.TangoXYZij.

Описание методов

ToString() публичный Метод

Returns a System.String that represents the current Tango.TangoXYZij.
public ToString ( ) : string
Результат string

Описание свойств

color_image публичное свойство

TangoImageBuffer is reserved for future use.
public IntPtr,System color_image
Результат System.IntPtr

ij публичное свойство

A 2D buffer, of size ij_rows x ij_cols in raster ordering that contains the index of a point in the xyz array that was generated at this "ij" location. A value of -1 denotes there was no corresponding point generated at that position. This buffer can be used to find neighbouring points in the point cloud. For more information, see our developer overview on depth perception .
public IntPtr,System ij
Результат System.IntPtr