Skip to content

Instantly share code, notes, and snippets.

View Baticsute's full-sized avatar

Le Bui Bao Duy Baticsute

View GitHub Profile
@Baticsute
Baticsute / leargist.pxd
Created October 7, 2020 02:55
Deal with missing leargist.pxd when install pyleargist
cdef extern from "stdlib.h" nogil:
void *memmove(void *str1, void *str2, size_t n)
cdef extern from "standalone_image.h":
ctypedef struct color_image_t:
int width
int height
float *c1 # R
float *c2 # G
float *c3 # B