-
MATLAB-image-processing-(can-see)
基于MATLAB图像处理的车辆检测与识别(可以看看)基于MATLAB图像处理的车辆检测与识别(可以看看(MATLAB image processing based vehicle detection and recognition (can see) MATLAB image processing based vehicle detection and recognition (can see)
- 2021-05-13 22:30:02下载
- 积分:1
-
biaozhunchaandxinxishang
图像融合质量的标准差和信息熵的MATLAB代码,MATLAB代码(quality image fusion and the standard deviation of the information entropy MATLAB code, MATLAB code)
- 2007-05-20 09:22:33下载
- 积分:1
-
roi
利用matlab提取掌纹图像的感兴趣区域,ROI提取(Extract palmprint images using matlab region of interest, ROI extraction)
- 2021-04-06 10:19:02下载
- 积分:1
-
knnt
knn分类器,是数字图像处理与处理中经常使用到的一种分类方法!(KNN Classifier is the digital image processing and handling are often used as a classification method!)
- 2020-11-09 13:59:46下载
- 积分:1
-
STUN_PS
著名的psinsar小组开发的MATLAB 源码。可供学习。
(Kampes, B.M., "Radar Interferometry-- The Persistent
Scatterer Technique", published by Springer, 2006.
The software consists of a Matlab toolbox. Matlab must
be installed on your system in order to use it.)
- 2009-06-17 14:20:29下载
- 积分:1
-
PolygonNesting
文章讲述了一种基于多边形的优化排样方法,结合不规则件特征确定了零件排放的最佳位置,给出了排料规则库的设计,通过排料空间的边界组织和边界更新,形成了新的排样空间。
(Article describes a polygon-based layout optimization method combined with irregular parts on characters of the part the best place to discharge given row of the design rule base material, the border by nesting space organization and boundary updates, formed The new layout space.)
- 2010-06-20 15:50:00下载
- 积分:1
-
Visual_Studio_Cmake_2.8.5
opencv安装指导文件,针对vs2010版本和opencv2.2版本(opencv installation guidance document for vs2010 version, and opencv2.2 version)
- 2012-04-07 15:39:21下载
- 积分:1
-
jihetouying
对灰度图像进行水平投影、垂直投影、对角投影其中对角投影是自己编的,已经运行过的(hsdbjhcbj kdjnkdj dhcnkujfhk )
- 2010-06-02 18:12:40下载
- 积分:1
-
suanshubianma
说明: 利用算数编码基本原理及其实现步骤,通过MATLAB实现算数编码。(Using the basic principle of arithmetic coding and its implementation steps, arithmetic coding is realized by MATLAB.)
- 2019-01-02 16:52:22下载
- 积分:1
-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1