资源列表
tsbcs_vb
- 实现曲线的重构利用尽可能快的速度实现采样后的数据的稀疏变换-Realize the reconstruction of the curve of the speed as quickly as possible after the data sampling realize sparse transformation
bcs_vb
- 利用贝叶斯恢复算法,实现采样后的数据的高精度恢复重建-Bayesian restoration algorithm, the precision of the data to achieve sampling recovery and reconstruction
VCCONSOLE_7
- 实现画线,区域填充,区域拷贝等2D加速方法-Drawing lines, area fills, 2D acceleration of the regional copy method
PCA
- 从图像中提取面部特征,然后根据这些特征值,恢复出图像-Extract facial features, then these eigenvalues and restore the image from the image
watershed
- 实现分水岭算法分割图像,使用梯度的分水岭分割来解决图像的分割问题-Watershed algorithm for image segmentation, watershed segmentation using the gradient to solve the image segmentation problem
PCA-based-image-fusion
- PCA IMAGE FUSION ,A GOOD MATLAB FILES
MATLAB
- plugin to create a Sierpinski s Triangule from a square
c2a4c0065637
- 张正友摄像机标定方法 对学习双目视觉的很有帮助-A famous calibration method.
hmw2histogramcodeinmatlabsutech86213041
- this code generate the histogram of a picture and normalize it .
cfd
- 视频捕获图片,运用了VFW通过摄像头采集图片-get picture
MoveTriangle
- 移动的三角形,从左上角沿屏幕对角线移动。-Moving the triangle from the upper left corner to move along the diagonal screen.
Ostu
- 该文件夹中是三种二值化算法的matlab代码,下面以otsu二值化算法实现为例进行说明: 在Matlab上运行时,可以把该文件夹设为当前目录(Current Directory) 先读入灰度图片, 图片假设保存在D盘 I = imread( D:\coins.bmp ) 二值化 I_bw = otsu(I) 查看二值化结果 figure, imshow(I_bw) -I = imread( D:\coins.bmp ) I_bw = otsu(I) fig