goface.go
@@ -150,9 +150,13 @@ if !s.extractor { return nil } s.printLog("->face--> facepos: ", fpos) var featLen C.int pos := (*C.cFacePos)(unsafe.Pointer(&fpos)) if pos == nil { return nil } p := C.c_api_face_extract(&featLen, pos, (*C.uchar)(unsafe.Pointer(&data[0])), C.int(w), C.int(h), C.int(ch)) if p != nil {