Beispiel #1
0
 /// <summary>
 /// Get sampling step T at <paramref name="pyramidLevel"/>.
 /// </summary>
 /// <param name="pyramidLevel">The pyramid level</param>
 /// <returns>Sampling step T</returns>
 public int GetT(int pyramidLevel)
 {
     return(LinemodInvoke.cveLinemodDetectorGetT(_ptr, pyramidLevel));
 }