C# 클래스 Emgu.CV.Structure.MCvTermCriteria

파일 보기 프로젝트 열기: fajoy/RTSPExample 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
epsilon double
max_iter int
type CvEnum.TERMCRIT

공개 메소드들

메소드 설명
MCvTermCriteria ( double eps ) : System

Create the termination Criteria using only the constrain of epsilon

MCvTermCriteria ( int maxIteration ) : System

Create the termination criteria using the constrain of maximum iteration

MCvTermCriteria ( int maxIteration, double eps ) : System

Create the termination criteria using the constrain of maximum iteration as well as epsilon

메소드 상세

MCvTermCriteria() 공개 메소드

Create the termination Criteria using only the constrain of epsilon
public MCvTermCriteria ( double eps ) : System
eps double The epsilon value
리턴 System

MCvTermCriteria() 공개 메소드

Create the termination criteria using the constrain of maximum iteration
public MCvTermCriteria ( int maxIteration ) : System
maxIteration int The maximum number of iteration allowed
리턴 System

MCvTermCriteria() 공개 메소드

Create the termination criteria using the constrain of maximum iteration as well as epsilon
public MCvTermCriteria ( int maxIteration, double eps ) : System
maxIteration int The maximum number of iteration allowed
eps double The epsilon value
리턴 System

프로퍼티 상세

epsilon 공개적으로 프로퍼티

Epsilon
public double epsilon
리턴 double

max_iter 공개적으로 프로퍼티

Maximum iteration
public int max_iter
리턴 int

type 공개적으로 프로퍼티

CV_TERMCRIT value
public CvEnum.TERMCRIT type
리턴 CvEnum.TERMCRIT