Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

建议 #1

Open
catzhou2002 opened this issue Nov 20, 2018 · 1 comment
Open

建议 #1

catzhou2002 opened this issue Nov 20, 2018 · 1 comment

Comments

@catzhou2002
Copy link

[DllImport("libarcsoft_face_engine.dll", EntryPoint = "ASFDetectFaces", CallingConvention = CallingConvention.Cdecl, CharSet = CharSet.Ansi)] private static extern int ASFDetectFaces(IntPtr pEngine, int width, int height, int format, **byte[] imageData**, out ASF_MultiFaceInfo faceInfo);
imageData改成byte[]会方便很多。

@Thxzzzzz
Copy link
Owner

[DllImport("libarcsoft_face_engine.dll", EntryPoint = "ASFDetectFaces", CallingConvention = CallingConvention.Cdecl, CharSet = CharSet.Ansi)] private static extern int ASFDetectFaces(IntPtr pEngine, int width, int height, int format, **byte[] imageData**, out ASF_MultiFaceInfo faceInfo);
imageData改成byte[]会方便很多。

感谢建议,这块我也不是很熟悉,有空我试试~

Repository owner deleted a comment from KnollElias Feb 2, 2024
Repository owner deleted a comment from DavideStagni Mar 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@catzhou2002 @Thxzzzzz and others