资源列表
DRWBOT
- DRAWING ROBOT gives sufficient exposure to arduino, matlab coding and mechanics. There is not much in the electronics department. The bot is a basic 2DOF arm with a pen manipulator. This project involves application of inverse kinematics and canny ed
code39_v06
- This example shows how to generate a standalone C library from MATLAB code that implements a simple Sobel filter that performs bar code opertaion
barcode66
- bar code detect horizontal and vertical lines in a given image using imerode function.While detecting vertical lines.For example quoting the same input image as above, the letter H has two vertical lines
用ritz-galerkin 法解边值问题
- 用ritz-galerkin 法解边值问题,matlab程序。(The Ritz-Galerkin method is used to solve the boundary value problem, the matlab program.)
kaermanbiaozhun
- 利用MATLAB使用卡尔曼滤波的计算SOC的一个小程序(A small program for the calculation of the Calman filter SOC)
seven noise filters
- seven noise filters seven noise filters
Speech Processing mathods
- speech processing methods using matlab
Deconvolution Methods
- deconvolution methods using matlab
DespeckleFilters
- despeckling filters using matlab
ImageQualityFeatures
- image quality features using matlab
TextureFeatures
- texture features using matlab
VS2015 与 Matlab2016b编译环境设置
- 64位编译,VS2015调用Matlab2016编译生成的DLL,搞定各种运行错误,调试错误。32位编译下,VC++(Visual studio)调用Matlab编译生成的DLL本来是一件很容易的事情,现在转到64位了,编译环境设置不当,程序无法调通。另外,参照别人的帖子copy代码,不仔细思考,容易出现各种运行报错。(VS2015 call the DLL by Matlab2016. Enviroment setting in the Visual studio 2015. Solve th