package com.example.cheng.gray;/** * Created by Cheng on 2016/12/4. */public class GrayFun { static { System.loadLibrary("GrayFun"); } public static native int[] GrayFun(int[] buf, int w, int h);}
No comments:
Post a Comment