Re: [OpenCV4Android] What are good ways to debug OpenCV in Android app?
304 views
Skip to first unread message
Alexander Smorkalov
unread,
Dec 18, 2012, 2:21:26 AM12/18/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android...@googlegroups.com
The preferred way for printing debug messages is using logcat. See android platform documentation here for more details.
Andrey Pavlenko
unread,
Dec 18, 2012, 3:15:28 AM12/18/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android...@googlegroups.com
the methods Mat.toString() and Mat.dump()exist in Java API only to produce a string containing info about the particular native Mat object of its content.