Andy
unread,Feb 9, 2012, 12:26:31 PM2/9/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-opencv
Anyone done simple background subtraction in android's opencv?
I tried just hacking the Image manipulations example sample project,
and replaced one of the process frame commands with:
Imgproc.accumulate(mRgbaInnerWindow, mRgbaSubtract);
but i get null pointers
but also, once i get a background image, what's the equivalent of the
cv::AbsDiff? function?
thanks!