C# 클래스 Tango.TangoXYZij

파일 보기 프로젝트 열기: stetro/project-tango-poc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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