C# 클래스 SetVision.TreeViz

Interaction logic for TreeViz.xaml
상속: System.Windows.Window, INotifyPropertyChanged
파일 보기 프로젝트 열기: LoyVanBeek/SetVision 1 사용 예제들

공개 메소드들

메소드 설명
FillTree ( ContourNode tree ) : void
Populate ( ContourNode tree ) : void
ToBitmapSource ( IImage image ) : System.Windows.Media.Imaging.BitmapSource

Convert an IImage to a WPF BitmapSource. The result can be used in the Set Property of Image.Source

TreeViz ( ) : System
VizualizeTree ( ContourNode tree ) : void

비공개 메소드들

메소드 설명
DeleteObject ( IntPtr o ) : int
NotifyPropertyChanged ( string propertyName ) : void
Populate ( ContourNode tree, System.Windows.Controls.TreeViewItem parentItem ) : void

메소드 상세

FillTree() 공개 메소드

public FillTree ( ContourNode tree ) : void
tree SetVision.Vision.ContourNode
리턴 void

Populate() 공개 메소드

public Populate ( ContourNode tree ) : void
tree SetVision.Vision.ContourNode
리턴 void

ToBitmapSource() 공개 정적인 메소드

Convert an IImage to a WPF BitmapSource. The result can be used in the Set Property of Image.Source
public static ToBitmapSource ( IImage image ) : System.Windows.Media.Imaging.BitmapSource
image IImage The Emgu CV Image
리턴 System.Windows.Media.Imaging.BitmapSource

TreeViz() 공개 메소드

public TreeViz ( ) : System
리턴 System

VizualizeTree() 공개 정적인 메소드

public static VizualizeTree ( ContourNode tree ) : void
tree SetVision.Vision.ContourNode
리턴 void