:
Size: a a a
:
Ra
Ra
Ra
Ra
:
Ra
:
:
Func _cvLoadImage($filename, $iscolor = 1)
If $filename = "" Then Return SetError(1)
$_aResult = DllCall($_opencv_highgui, "int:cdecl", "cvLoadImage", "str", $filename, "int", $iscolor)
If @error Then ConsoleWrite("File not loading")
If Not IsArray($_aResult) Then
MsgBox(16, "Error", "Failed loading DLLs.")
_OpenCV_Shutdown()
Exit
EndIf
Return $_aResult[0]
EndFunc ;==>_cvLoadImage
Ra