-
shipin
matlab程序 打开摄像头的程序 yuv格式 程序很简单 (matlab program to open the camera program yuv format procedure is very simple)
- 2013-11-19 16:19:23下载
- 积分:1
-
matlab-Image-processing-
运用MATLAB实现对图形图像的处理,包括生成Gif图片,实现图片去噪、滤波,图像均值、中值,直线识别等功能。(sing MATLAB for image processing, including generated Gif images, image denoising, filtering, image mean, median, the function such as straight line identification.)
- 2015-03-24 19:44:53下载
- 积分:1
-
chap5
一维函数逼近仿真和二维函数逼近仿真 matlab程序(Simulation of one-dimensional function approximation and two-dimensional function approximation process simulation matlab)
- 2010-05-22 11:21:20下载
- 积分:1
-
compressioning
Image Compression
A collection of simple routines for image compression using different techniques.
BTCODE:
Image compression Using Block Truncation Coding.
PYRAMID:
Image compression based on Gaussian Pyramids.
DCTCOMPR:
Image compression based on Discrete Cosine Transform.
(Image Compression A collection of simple r outines for image compression using different techniques. BTCODE : Image compression Using Block Truncation Codi Vi. PYRAMID : Image compression based on Gaussian Pyramids. DCTCOMPR : Image compression based on Discrete Cosine trapidil nsform.)
- 2006-12-12 19:32:22下载
- 积分:1
-
max8998-irq
Interrupt controller support for MAX8998.
- 2014-10-17 10:53:58下载
- 积分:1
-
xinhaofengli
信号盲分离的非线性主分量分析算法,适合普通学习(Blind source separation of nonlinear principal component analysis algorithm, suitable for general study
)
- 2014-12-26 14:57:46下载
- 积分:1
-
filter
数字滤波,包含:中位值滤波,算术平均滤波,去极值平均滤波,加权平均滤波,低通滤波()
- 2007-10-15 21:30:02下载
- 积分:1
-
mnote-carlo
Matlab code for cell range calc using montecarlo
- 2009-05-31 19:00:44下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
motionEstDS
Code for motion estimation using the DS (diamond search) algorithm.
- 2009-11-02 06:41:02下载
- 积分:1