摘要:
public native void FindFeatures(long matAddrGr, long matAddrRgba); ... mRgba = new Mat(height, width, CvType.CV_8UC4); mGray = new Mat(height, width, CvType.CV_8UC1); mRgba =... 阅读全文
posted @ 2016-06-13 11:08
霄林
阅读(4271)
评论(1)
推荐(0)