-
CV1
说明: 属于图像分割的一种,利用matlab实现CV型,可以当function使用。其中包含图片,可以进行使用。(It belongs to one kind of image segmentation, and uses MATLAB to realize CV type, which can be used as function.It contains pictures, which can be used.)
- 2019-04-16 21:59:34下载
- 积分:1
-
project5
图像处理中的基本问题 做对比的试验(Image processing compared to the basic problems of the pilot)
- 2008-12-12 11:17:21下载
- 积分:1
-
HOG+SVM进行图片中行人检测
行人检测HOG+SVM进行图片中行人检测,提供训练用的pos和neg样本,效果还可以;没有SVM工具箱的,压缩包里已经提供了,安装一下即可(Pedestrian detection HOG + SVM for pedestrian detection in pictures, providing POS and neg samples for training, the effect is good; without SVM toolbox, the compression package has been provided, just install it.)
- 2020-10-30 16:09:56下载
- 积分:1
-
mechine-learning
本书第一部分主要介绍机器学习基础,以及如何利用算法进行分类,并逐步介绍了多种经典的监督学习算法,如k近邻算法、朴素贝叶斯算法、Logistic回归算法、支持向量机、AdaBoost集成方法、基于树的回归算法和分类回归树(CART)算法等。第三部分则重点介绍无监督学习及其一些主要算法:k均值聚类算法、Apriori算法、FP-Growth算法。第四部分介绍了机器学习算法的一些附属工具。
全书通过精心编排的实例,切入日常工作任务,摒弃学术化语言,利用高效的可复用Python代码来阐释如何处理统计数据,进行数据分析及可视化。通过各种实例,...( U672C u4E66 u7B2C u4E00 u90E8 u5206 u5206 u4E3B u8991 u4ECB u7ECD u673A u5668 u5B66 u4E60 u57FA u7840 uFF0C u4EE5 u53CA u5982 u4F55 u5229 u7528 u7B97 u6CD5 U8FDB u883C u5206 u7C7B uFF0C u5E76 u9010 u6B65 u4ECB u7ECD u4E86 u591A U90BB u6CD2 u3001 u6734 u7D2 u8D1D u53F6 u65AF u7B97 u6CD5 u3001Logistic u56DE u5F52 u7B97 u6CD5 u3001 u652F u6301 u5411 u91CF u673A u3001AdaBoost u96C6 u6210 U65B9 u6CD5 u3001 u57FA u4E8E u6811 u7R4 u5F52 u7B97 u6CD2 u5286 u5206 u7C7B u56DE u5F52 u6811 uFF08CART uFF09 u7B97 u6CD5 u7B49 u3002 u7B2C u4E09 U90E8 u5209 u5109 u91A u0312 u4E9B u8E1B u8981 u7B97 u6CD5 uFF1Ak u5747 u503C u805A u7B7B U7B97 u6CD3 u30011 by default for uppercase and uupstr U4E9B u9644 u5C5E u5DE5 u5177 u3002 u5168 u4E66 u901A u8FC7 u7CBE U5FC3 u7396 u7392 u7B09 u5B09 u5B09 u5B09 u5B03 U7528 u9184 u5R4 u5904 u7403 u7R03 u7 U5206 u6790 u53CA u53EF u89)
- 2017-05-24 16:06:49下载
- 积分:1
-
ImageSceneRetrieval
在Matlab中建了图形用户界面,采用不同特征提取方式,如gray,color,lbp,灰度共生矩阵GLCM等,对数据集中的影像进行场景检索。(Graphic user interface is built in Matlab. Scene retrieval of images in dataset is carried out by using different feature extraction methods, such as gray, color, lbp, gray level co-occurrence matrix (GLCM).)
- 2018-11-08 17:44:32下载
- 积分:1
-
computer_vision_calibr
说明: 计算机视觉,CCD相机标定程序,很好用!(Computer vision, CCD camera calibration procedures, very good use!)
- 2008-12-07 16:07:04下载
- 积分:1
-
kingnun_v42
有较好的参考价值,进行波形数据分析,实现六自由度运动学逆解算法。( There are good reference value, Waveform data analysis, Six degrees of freedom to achieve inverse kinematics algorithm.)
- 2016-11-15 14:02:24下载
- 积分:1
-
传统图像增强
传统的几种图像增强与去噪方法,包括直方图处理,灰度变换,滤波去噪等几类。细分为直方图均衡化,直方图规定化,灰度线性变换,中值滤波,维纳滤波,同态滤波(The traditional methods of image enhancement and denoising include histogram processing, grayscale transformation, filtering and denoising. Subdivided into histogram equalization, histogram specification, gray level linear transformation, median filtering, Wiener filtering, homomorphic filtering)
- 2018-05-10 15:54:43下载
- 积分:1
-
GFF_1.0
Image Fusion With Guided Filtering基于向导滤波的图像融合。将图像分解成基础层和细节层,用一种新型的滤波融合图像,使融合效果更显著更高效。(The image is decomposed into a base layer and layer of detail, the fused image with a new filter, the fusion effect is more pronounced and more efficient.)
- 2016-05-20 16:11:45下载
- 积分:1
-
Gaussian
高斯滤波是一种线性平滑滤波,适用于消除高斯噪声,广泛应用于图像处理的减噪过程。通俗的讲,高斯滤波就是对整幅图像进行加权平均的过程,每一个像素点的值,都由其本身和邻域内的其他像素值经过加权平均后得到。高斯滤波的具体操作是:用一个模板(或称卷积、掩模)扫描图像中的每一个像素,用模板确定的邻域内像素的加权平均灰度值去替代模板中心像素点的值。(Gaussian smoothing filter is a linear filter for the elimination of Gaussian noise, the noise reduction process is widely used in image processing. Popular speaking, a Gaussian filter to the whole image is a weighted average of the process, the value of each pixel, both by itself and other neighborhood pixel values obtained after weighted average. The specific operation Gaussian filter is: a template (or a convolution mask) to scan each pixel in the image, a weighted average gray value of the neighborhood is determined using a template to replace the pixel value of the center pixel of the template.)
- 2014-10-18 09:00:28下载
- 积分:1