Esempio n. 1
0
 /** Get the shape Mat_ in a row, x1x2x3...y1y2y3...z1z2z3... */
 public float[] GetTheTextureInARow() {
   return com.visionopen.jiapei.utils.Common.reshapeTo1D(this.m_MatTexture);
 }