-
SURF
说明: 进行图像的特征提取,为图像拼接做准备,matlab(Feature extraction of image)
- 2020-06-18 03:20:02下载
- 积分:1
-
chap01
Visual C++数字图像处理技术与工程案例,各章节源代码,这是第一章的代码(The Visual C++ digital image processing technology and engineering cases, the source code of each chapter, this is the first chapter of the code)
- 2013-03-20 13:16:47下载
- 积分:1
-
CNN 可用
卷积神经网络(Convolutional Neural Network)是一个专门针对图像识别问题设计的神经网络。它模仿人类识别图像的多层过程:瞳孔摄入像素;大脑皮层某些细胞初步处理,发现形状边缘、方向;抽象判定形状(如圆形、方形);进一步抽象判定(如判断物体是气球)。(Convolutional neural network is a neural network specially designed for image recognition. It imitates the multi-layer process of human recognition image: pupil ingestion of pixels; some cells in the cerebral cortex preliminary processing to find shape edges and directions; Abstract judgment of shape (such as circles and squares); and further Abstract judgment (such as judging objects are balloons).)
- 2020-06-17 07:40:01下载
- 积分:1
-
calibration
立体匹配中的单目标定,输入图片,得出结果,官方实例(Monocular calibration)
- 2017-11-19 16:58:10下载
- 积分:1
-
cwssim_index
利用复小波计算结构相似性,是图像分析相似指数的一种方法。简单易懂!(Complex savelet structural similarity,
an image similarity index,it is easy to understand.)
- 2015-12-06 10:31:51下载
- 积分:1
-
AviPclass
AVI视频流数据读写类库!供视频图像处理编程参考!非常好用!(AVI video stream class library for reading and writing data. Video image processing for programming reference! Very handy!)
- 2007-05-25 10:32:16下载
- 积分:1
-
FractalDim2
将肿瘤图像中的肿瘤轮廓提取,将轮廓的矩阵输入到函数中,得到肿瘤的分维结果。(The tumor contour is extracted from the tumor image, and the matrix of the contour is input into the function to obtain the fractal dimension of the tumor.)
- 2017-06-11 17:44:44下载
- 积分:1
-
blood vessel segmentation
这是一个用于血管分割的程序,程序中附带多幅测试图片(This is a program for vascular segmentation, with multiple test images attached to the program)
- 2020-12-08 14:09:20下载
- 积分:1
-
随机森林代码
基于GEE平台,landsat影像的随机森立法土地覆盖分类(Land cover classification based on the random son legislation based on the GEE platform.)
- 2021-03-22 11:19:17下载
- 积分:1
-
特征选择之relief-F的MATLAB实现
Relief-F 算法是由 Kononenko 在 Relief 算法基础上扩展得到的,可以用来解决多分类与回归问题。 Relief-F 特征选择算法利用特征与类别间的相关程度判别特征的敏感程度,敏感的特征能使同类样本靠近,非同类样本远离。基本思想是: 先随机从总样本集 D中获取一个样本 R, 然后在 与 R 同类样本集中和与R 异类 样 本 集 中 各 获 取 k 个近 邻 样 本, 在 特 征 集 F中如果某个特征上异类样本的距离大于同类样本,则这个特征是有利于分类的,增加其权重,重复 n 次 取所有结果的均值作为每个特征的最终权重值.
- 2020-11-29下载
- 积分:1