CvMlData read_csv in java
Hi
I would like to ask how to read the csv file in java environment? As the opencv docs said, we can use CvMldata read_csv(), it is available for both C/C++ and Python. However, I searched on the docs for java, there is not the equivalent.
Any suggestions, if you please?
I would like to add the database for my feature matching algorithm.
Thanks
"it is available for both C/C++ and Python" - where did you find that ? it does not seem to be wrapped for any scripting. i don't think, you can use it from java.
Well it seems so..
Do you have any suggestion on the alternative method?
The purpose is to construct a training set database so that I can apply the matching algorithm on the input.