Esempio n. 1
0
 /// <summary>
 /// Returns the query size of the data in the form:
 /// [0] = channels
 /// [1] = height
 /// [2] = width.
 /// </summary>
 /// <returns>The query size is returned.</returns>
 public List <int> GetQuerySize()
 {
     return(m_iquery.GetQuerySize());
 }