Пример #1
0
 public static extern SafePixHandle pixaGetPix(SafePixaHandle pixa, int index, int accesstype);
Пример #2
0
 public static extern SafeBoxaHandle pixConnComp(SafePixHandle pix, out SafePixaHandle pixa, int connectivity);
Пример #3
0
 public static extern int pixaGetCount(SafePixaHandle boxa);
Пример #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Pixa"/> class.
 /// </summary>
 /// <param name="handle">The pointer to Leptonica's <see cref="Pixa"/> object.</param>
 internal Pixa(SafePixaHandle handle)
 {
     this.handle = handle;
 }