搜索资源列表
-
1下载:
本系统中VIS欠缺的SIFT_VC.lib文件。。。
http://www.pudn.com/downloads224/sourcecode/math/detail1055031.html-This is lib file, which is used in Video Intelligent System (VIS) based on the Microsoft Visual Studio 2008 compiler environment and OpenCV 2.0 library
-
-
0下载:
图像处理系统设计
1.文件:打开,保存,另存为;
2.图像:垂直翻转、水平翻转、翻转90度;
3.滤镜:浮雕、黑白、反色、锐化、反色、棕褐色;
-Image processing system 1. File: Open, Save, Save As 2. Image: vertical flip, horizontal flip, flip 90 ° 3. Filter: relief, black and white, anti-color, sharpening, an
-
-
0下载:
RLS adaptive filter
channel system order
sysorder = 5
Number of system points
N=2000
inp = randn(N,1)
n = randn(N,1)
[b,a] = butter(2,0.25)
Gz = tf(b,a,-1)
This function is submitted to make inverse Z-transform (Matlab ce
-