[DllImport("Cannabis.dll", CharSet = CharSet.Ansi)]
internal static extern void Entrenado_Casificador_SVM(string imagePath);
for example: what path does Cannabis.dll have? How to change it?
[DllImport("Cannabis.dll", CharSet = CharSet.Ansi)]
internal static extern void Entrenado_Casificador_SVM(string imagePath);
for example: what path does Cannabis.dll have? How to change it?
Hi, I'll tell you how to do the assembly search in DllImport
.
GetSystemDirectory
function is used
to recover the path of this directory. GetWindowsDirectory
function is used
to recover the path of this directory. PATH
.