Click here to Skip to main content
15,888,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I used "hog.ProcessImage(img)" from the catalano libraries and stored the result in "ArrayList<double[]> ". Now i want to display the content stored in the array list as well as write it to a .arff file (weka Classifier) to use the hog features for recognition. When i use print with the array list i get the result as "[[D@1b256636, [D@7aab77f, [D@788b0c96,.......". Any insight in regards to overcome this problem is appreciated.

What I have tried:

I have googled this problem and tried methods such as .toString(), .toArray(), and other similar solutions but to no avail.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900