Closed GoogleCodeExporter closed 9 years ago
You're right. This change should fix that:
- public native void blend(@InputMat CvArr dst, @InputMat CvArr
dst_mask);
+ public native void blend(@OutputMat IplImage dst, @OutputMat IplImage
dst_mask);
Any other functions like that that I missed? Thanks for reporting!
Original comment by samuel.a...@gmail.com
on 19 Jan 2013 at 8:59
FYI, I've made the change in this revision:
http://code.google.com/p/javacv/source/detail?r=ce6c88e751053a06b1deb4e65f2490b5
fe2694b0
Original comment by samuel.a...@gmail.com
on 26 Jan 2013 at 9:23
Fix included in latest version (JavaCV 0.4), thanks for reporting!
Original comment by samuel.a...@gmail.com
on 3 Mar 2013 at 12:21
Thanks for the fix.
Original comment by kaan...@gmail.com
on 18 Mar 2013 at 7:46
Original issue reported on code.google.com by
kaan...@gmail.com
on 17 Jan 2013 at 1:26