C# 클래스 DSVision.ProcessedBlob

파일 보기 프로젝트 열기: 619Code/DSVision 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Blob AForge.Imaging.Blob
Bounds Vector4
Edges List
Hull List
IsQuad bool
Lines DSVision.ApproximateLine[]
QuadPoints List

공개 메소드들

메소드 설명
ProcessedBlob ( Blob blob, List edges, List hull, Vector4 bounds, ApproximateLine lines, bool isQuad, List quadPoints = null ) : System

메소드 상세

ProcessedBlob() 공개 메소드

public ProcessedBlob ( Blob blob, List edges, List hull, Vector4 bounds, ApproximateLine lines, bool isQuad, List quadPoints = null ) : System
blob AForge.Imaging.Blob
edges List
hull List
bounds Vector4
lines ApproximateLine
isQuad bool
quadPoints List
리턴 System

프로퍼티 상세

Blob 공개적으로 프로퍼티

public Blob,AForge.Imaging Blob
리턴 AForge.Imaging.Blob

Bounds 공개적으로 프로퍼티

public Vector4 Bounds
리턴 Vector4

Edges 공개적으로 프로퍼티

public List Edges
리턴 List

Hull 공개적으로 프로퍼티

public List Hull
리턴 List

IsQuad 공개적으로 프로퍼티

public bool IsQuad
리턴 bool

Lines 공개적으로 프로퍼티

public ApproximateLine[],DSVision Lines
리턴 DSVision.ApproximateLine[]

QuadPoints 공개적으로 프로퍼티

public List QuadPoints
리턴 List