C# Class SetVision.Vision.ContourNode

Exibir arquivo Open project: LoyVanBeek/SetVision Class Usage Examples

Public Properties

Property Type Description
AttentionMask Byte>.Image
Children List
Color CardColor
Contour Contour
Fill Fill
Parent ContourNode
Shape Shape
averageBgr Bgr
averageHsv Hsv

Public Methods

Method Description
ContourNode ( Contour node ) : System
ExtractContourTreeImages ( Byte>.Image source ) : Byte>.Image
FindParent ( Shape shape, Fill fill, CardColor color ) : ContourNode
GetChildren ( Contour cont ) : IEnumerable>
GetSiblings ( Contour cont ) : IEnumerable>

Private Methods

Method Description
ExtractContourImage ( Byte>.Image source, Contour contour, Byte>.Image &mask ) : Byte>.Image
ExtractImage ( Byte>.Image source ) : Byte>.Image

Method Details

ContourNode() public method

public ContourNode ( Contour node ) : System
node Contour
return System

ExtractContourTreeImages() public method

public ExtractContourTreeImages ( Byte>.Image source ) : Byte>.Image
source Byte>.Image
return Byte>.Image

FindParent() public method

public FindParent ( Shape shape, Fill fill, CardColor color ) : ContourNode
shape Shape
fill Fill
color CardColor
return ContourNode

GetChildren() public static method

public static GetChildren ( Contour cont ) : IEnumerable>
cont Contour
return IEnumerable>

GetSiblings() public static method

public static GetSiblings ( Contour cont ) : IEnumerable>
cont Contour
return IEnumerable>

Property Details

AttentionMask public_oe property

public Image AttentionMask
return Byte>.Image

Children public_oe property

public List Children
return List

Color public_oe property

public CardColor Color
return CardColor

Contour public_oe property

public Contour Contour
return Contour

Fill public_oe property

public Fill Fill
return Fill

Parent public_oe property

public ContourNode,SetVision.Vision Parent
return ContourNode

Shape public_oe property

public Shape Shape
return Shape

averageBgr public_oe property

public Bgr averageBgr
return Bgr

averageHsv public_oe property

public Hsv averageHsv
return Hsv