HoughLineImage method
Implementation
ffi.Pointer<Image> HoughLineImage(
ffi.Pointer<Image> arg0,
int arg1,
int arg2,
int arg3,
ffi.Pointer<ExceptionInfo> arg4,
) {
return _HoughLineImage(
arg0,
arg1,
arg2,
arg3,
arg4,
);
}