搜索资源列表
snr
- 不同的信噪比会产生不同的误码性能,本程序通过不同信噪比的设置,比较了系统的性能,能实现八个性能对比的图像-Different signal to noise ratio will produce different error performance of this program through a different signal to noise ratio set to compare the performance of the system to achieve the eight
camera
- 安卓摄像头拍照,并对获得的图像一个进行模糊处理,另一个进行锐化处理,最后进行对比显示。-Android camera to take pictures, and to get the image of a fuzzy processing, and another for sharpening, and finally to compare the display.
Linefzfb
- 实现思路: 1.要用一个类来表示这9个点中的第一个点。里面保留有当前点的上下左右的各个位置等属性 2.自定义GroupView,用来装9个点,9个点的显示是通过ImageView。复写onLayout这个方法,让点按需求排列 3.定义一个可以画线的View,复写onTouchEvent方法,在这个方法里面进行画直线的操作 4.判断用户手指当前的位置,取出当前的位置去与那9个点中的每个点的位置进行比较,如果用户点的位置在某一个点之内,那么当那个点置换背景图片。-Realizatio