On Wed, Apr 29, 2020 at 1:22 AM Antonius Ronald W.D <
address@hidden> wrote:
Hello guys. This is my first time using Octave. I am using the latest Octave.
i want to ask how to import image in Octave ? I will using image to
recognize the motion in my programs. Thanks for your help.
--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
Hi Antonius,
pkg install -forge image
pkg load image
But to just read an image, the standard function is imread. Type
help imread
for documentation on the function.
Hope this helps,
James Sherman Jr.