C# Class SampleApp.MainForm.Sample

Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Свойство Type Description
FocalLength float
ImageName string
ImagePoints Accord.Point[]
IsCoplanar bool
ModelPoints Vector3[]

Méthodes publiques

Méthode Description
Sample ( string imageName, Accord imagePoints, Vector3 modelPoints, float focalLength, bool isCoplanar ) : System

Method Details

Sample() public méthode

public Sample ( string imageName, Accord imagePoints, Vector3 modelPoints, float focalLength, bool isCoplanar ) : System
imageName string
imagePoints Accord
modelPoints Vector3
focalLength float
isCoplanar bool
Résultat System

Property Details

FocalLength public_oe property

public float FocalLength
Résultat float

ImageName public_oe property

public string ImageName
Résultat string

ImagePoints public_oe property

public Accord.Point[] ImagePoints
Résultat Accord.Point[]

IsCoplanar public_oe property

public bool IsCoplanar
Résultat bool

ModelPoints public_oe property

public Vector3[] ModelPoints
Résultat Vector3[]