Alexander Smorkalov
unread,Dec 18, 2012, 2:17:56 AM12/18/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
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
Hello Linda Li,
You can use color conversions from OpenCV Java API. You can convert rgba frame to gray scale by function Imgproc.cvtColor(mRgba, mGray, Imgproc.COLOR_RGBA2GRAY). It is the preferred way for most CV algorithms.