-
3.3project-denoising-image-master
说明: 图像滤波,中值滤波,自适应,对比结果,图像去燥使用(Image filtering, median filtering, adaptive, comparative results, medical image use)
- 2020-07-05 22:27:00下载
- 积分: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
-
Version 1.0
这些代码主要是IDL语言源码,主要功能:初始化ENVI,定标,大气校正,融合,镶嵌,裁剪,分类(监督+非监督),面向对象特征提取,结束ENVI(These codes are mainly IDL language source code, the main functions: initialization, ENVI, calibration, atmospheric correction, fusion, mosaic, cutting, classification (supervision + non supervision), object oriented feature extraction, ending ENVI)
- 2017-09-25 19:41:55下载
- 积分:1
-
RLS
说明: 基于场景的RLS的非均匀校正算法,不同均值滤波器比较。(Scene based RLS nonuniformity correction algorithm, different mean filter comparison.)
- 2020-04-26 14:46:01下载
- 积分:1
-
weighted-least-squares-filter
基于加权最小二乘最优化框架的滤波器。可用于实现图像的分层编辑。(Weighted least square)
- 2021-04-22 10:28:48下载
- 积分:1
-
fruit_ID
说明: 利用特征提取和分类的方法,假设输入值为{大,圆,光滑}为水果的三个特征值,来代表三种不同的水果,识别苹果\梨\香蕉\桔子\菠萝水果类别. (The use of feature extraction and classification methods, assuming that the import value was (large, round, smooth fruit) for the three characteristics of value, to represent three different types of fruit, to identify Apple \ pear \ banana \ orange \ pineapple fruit category.)
- 2021-03-16 11:19:22下载
- 积分:1
-
基于MATLAB的SAD模板匹配算法
说明: 基础SAD算法代码,最基本的图像匹配处理方法,也是最常用的基本法,有助于新手理解(Basic sad algorithm code)
- 2020-05-13 17:47:17下载
- 积分:1
-
gmodify
图像畸变校正技术的matlab源代码,涉及到图像的空间变换和灰度插值等技术。(Matlab source code of the image distortion correction technology related to space transformation and grayscale image interpolation technology.)
- 2012-05-27 00:56:18下载
- 积分:1
-
NSCT_zhu20182
说明: 用于医学图像融合CT和MRI灰度图像,MRI和PET的彩色图像融合(For medical image fusion)
- 2020-10-13 10:59:32下载
- 积分:1
-
GMM
本代码建立高斯混合模型(高斯多模型)(GMM),将其用于计算机视觉领域的视频目标检测/视频监控/运动检测/运动目标检测/视频目标跟踪等相关应用中。(This code sets up Gaussian mixture model(Gaussion Mixture Model, GMM) with image sequences for the research and application field of computer vision, using GMM for visual object detection(video object detection), visual surveillance, motion detection, motion tracking, visual object tracking, video object tracking, etc.)
- 2011-01-14 10:21:54下载
- 积分:1