C# 클래스 Ev3devMapping.TotalLeastSquares

파일 보기 프로젝트 열기: bmegli/ev3dev-mapping-ui 1 사용 예제들

공개 메소드들

메소드 설명
Fit ( IList scan, int index1, int index2 ) : TotalLeastSquaresFit
Fit ( IList scan, int from, int to, int index1, int index2, bool angleOnly = false ) : TotalLeastSquaresFit

Estimates total least square angle.

비공개 메소드들

메소드 설명
Mod ( int i, int m ) : int

메소드 상세

Fit() 공개 정적인 메소드

public static Fit ( IList scan, int index1, int index2 ) : TotalLeastSquaresFit
scan IList
index1 int
index2 int
리턴 TotalLeastSquaresFit

Fit() 공개 정적인 메소드

Estimates total least square angle.
public static Fit ( IList scan, int from, int to, int index1, int index2, bool angleOnly = false ) : TotalLeastSquaresFit
scan IList Scan points.
from int Estatimate starting from index (circular, can be negative).
to int Estimate up to index (inclusive, circular, can be > points.Count).
index1 int Point Index 1: 0 for x, 1 for y, 2 for z.
index2 int Point Index 2: 0 for x, 1 for y, 2 for z.
angleOnly bool
리턴 TotalLeastSquaresFit