C# 클래스 Emgu.CV.Structure.Cuboid

A solid resembling a cube, with the rectangular faces not all equal; a rectangular parallelepiped.
파일 보기 프로젝트 열기: fajoy/RTSPExample

공개 프로퍼티들

프로퍼티 타입 설명
Max Emgu.CV.Structure.MCvPoint3D64f
Min Emgu.CV.Structure.MCvPoint3D64f

공개 메소드들

메소드 설명
Contains ( Emgu.CV.Structure.MCvPoint3D64f point ) : bool

Check if the specific point is in the Cuboid

메소드 상세

Contains() 공개 메소드

Check if the specific point is in the Cuboid
public Contains ( Emgu.CV.Structure.MCvPoint3D64f point ) : bool
point Emgu.CV.Structure.MCvPoint3D64f The point to be checked
리턴 bool

프로퍼티 상세

Max 공개적으로 프로퍼티

The coordinate of the lower corner
public MCvPoint3D64f,Emgu.CV.Structure Max
리턴 Emgu.CV.Structure.MCvPoint3D64f

Min 공개적으로 프로퍼티

The coordinate of the upper corner
public MCvPoint3D64f,Emgu.CV.Structure Min
리턴 Emgu.CV.Structure.MCvPoint3D64f