From 0a57ed788422097db6083b3f2091d846bd5de04c Mon Sep 17 00:00:00 2001 From: ton Date: Mon, 3 Apr 2023 08:30:22 +0700 Subject: [PATCH] add comments --- src/interface.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.jl b/src/interface.jl index 2f566749..1ddcb470 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -98,7 +98,7 @@ function juliaImg2npReadyImg(img_julia_RGB::Matrix{RGB{N0f8}}) npReady_rgb_img[:,:,1] # red ]; - # return is Julia array + # return is Julia array, ready to be converted to numpy return npReady_rgb_img, npReady_bgr_img end