-
Read_MRIRawdata.m
说明: 该文件可以读取MRI raw data,磁共振指的是自旋磁共振(spin magnetic resonance)现象。其意义上较广,包含核磁共振(nuclear magnetic resonance, NMR)、电子顺磁共振(electron paramagnetic resonance, EPR)或称电子自旋共振(electron spin resonance, ESR)(The file can read MRI raw data, Magnetic resonance refers to the phenomenon of spin magnetic resonance. It is broader in meaning and includes nuclear magnetic resonance (NMR), electron paramagnetic resonance (EPR) or electron spin resonance (ESR))
- 2020-07-03 17:20:01下载
- 积分:1
-
targetimage
说明: 用MATLAB编写的图像颜色迁移的GUI界面,选目标图像和源图像就可以将源图像的颜色迁移到目标图像上。(Color images prepared using MATLAB GUI interface migration, select the target image and source images can be the source of color transfer to the target image.)
- 2010-04-27 22:17:13下载
- 积分: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
-
图像压缩代码
数字图像压缩方向一些经典压缩方法的matlab程序实现(Digital image compression direction, some classic compression methods, matlab program implementation)
- 2020-11-21 21:29:37下载
- 积分:1
-
Histogram-method
利用直方图双峰法选取适当阈值对图像进行二值化处理。此法只适用于直方图为双峰状图像。(Using the Shuangfeng method to the appropriate threshold histogram of image processing two values. This method is only applicable to the histogram of image of Shuangfeng.)
- 2015-04-14 15:56:07下载
- 积分:1
-
sift_match
说明: 基于python-opencv的图像匹配代码,包含了SIFT、SURF、AKAZE、ORB方法。43-48行修改图像路径,74-81修改匹配方法。(dev: python3.6+opencv_python==3.4.2+opencv-contrib-python==3.4.2)
- 2021-04-06 19:43:26下载
- 积分:1
-
Gamma_MAP
sar图像处理gamma滤波器!!!!!sar图像处理gamma滤波器!!!!!sar图像处理gamma滤波器!!!!!sar图像处理gamma滤波器!!!!!(sar image filter gamma)
- 2012-03-08 15:37:16下载
- 积分:1
-
LBP-master
获取图像的LBP特征:对图像的原始LBP模式、等价LBP模式、旋转不变LBP模式,以及等价旋转不变LBP模式的LBP特征进行提取以及显示(Obtaining LBP features of images: extracting and displaying the original LBP pattern, equivalent LBP pattern, rotation invariant LBP pattern and equivalent rotation invariant LBP pattern of images)
- 2019-04-08 19:36:12下载
- 积分:1
-
text-edge-detection
蚁群算法,图像边缘检测,用于模式识别,可以编译通过!(Ant colony algorithm for image edge detection for pattern recognition can be compiled by!)
- 2012-09-10 08:16:55下载
- 积分:1
-
SDCMorphological
一个国外人编写的数学形态学的工具箱,几乎包括了所有的常用的算法,如形态学开,闭,重构,等等算法(Prepared by a foreign person toolbox of mathematical morphology, almost including all the commonly used algorithms, such as morphological open and close, remodeling, and so on algorithm)
- 2007-11-08 18:09:52下载
- 积分:1