资源列表
computedelta
- Matlab_基于FFT的图像配准,简短但很实用的小程序,附带test程序-Matlab_ FFT-based image registration, a brief but very little practical procedures, fringe test procedures
contour_trace
- 將圖形的邊緣作標記 find contour data
blood
- 利用matlab自带函数写的细胞分割的程序,细胞分割的Matlab代码-MATLAB code by zhao long66666666
noise
- MATLAB噪声消除的代码,神经网络可以部分参考-The elimination of noise code,Neural networks can be part of the reference
arryaroundcure
- 沿着曲线阵列选择的物体,用于rhino中的vb脚本-arry around cure,0000000000000000000000000000000000
Square_Array_PWE
- square array of 2 dimensional photonic crystals.
ninglei
- ;取当前显示方式 INT 10H PUSH AX ;保存当前显示方式(AL) MOV AH, 0 ;设置彩色80×25文本方式 MOV AL, 3 INT 10H MOV CX, 1 ;一次显示一个笑脸字符及属性 MOV DH, 12H ;12行,从屏幕左边的中间开始 MOV DL, 0 ;0列 BEGIN: CMP DL, 79 ;移到79列就退出 JAE EXIT CMP DH, 0 ;移到第0行就退出-
PLOT3
- matlab 三维绘图程序,功能基本实现 可能版本不同 会有所改动-matlab 3D drawing program, the basic functions to achieve the possible versions are subject to change
xiaobolvboqi-de-noise
- 此函数用于研究Mallet算法及滤波器设计,此函数用于消噪处理,分解的有用信号小波高频系数基本趋于零.-This function is used to study the Mallat algorithm and filter design, this function is used to eliminate noise, high-frequency coefficient of the useful signal wavelet decomposition basically tends
modelchange
- 本程序分析了图像颜色分量的特性,提取出了颜色分量,为颜色模型的选择奠定基础。-This procedure analyzes the characteristics of the image color components, color components are extracted for the choice of color model to lay the foundation.
CSC_mat
- 彩色空间转换,RGB和YUV互转的matlab源码-RGB converting to YUV, YUV converting to RGB, Matlab source code
JPEG编码程序MATLAB
- JPEG编码包括图像颜色转化、DCT编码、量化等多个在重要步骤,MATLAB语言编写,非常实用适合初学者学习~