Where I can find the UnetStack API
documentation in other programming languages except groovy? I am trying to use MATLAB
with UnetStack3
. I went through the blog available for the same and was able to perform the action whatever was given in that blog. I want to explore more by Sending data, receiving data, and some more activities. Where I can find the syntax for performing such activities?
CodePudding user response:
MATLAB permits you to run Java code directly in MATLAB scripts. Unet contrib has documentation and some examples on how to use the Java API from MATLAB directly.
See: https://github.com/org-arl/unet-contrib/tree/master/unetsocket/matlab