登录
首页 » matlab » high-mark

high-mark

于 2014-02-18 发布 文件大小:21KB
0 207
下载积分: 1 下载次数: 23

代码说明:

  基于高阶互信息的医学图像配准算法 基于高阶互信息的医学图像配准算法代码(High-level mutual information based medical image registration algorithm based on mutual information of high-end medical image registration algorithm code)

文件列表:

high mark
.........\EMI.m,1218,2005-10-19
.........\FPMI.m,697,2005-10-19
.........\GMI.m,3338,2005-10-19
.........\gobad.m,228,2005-10-19
.........\HiMI.m,1404,2005-10-19
.........\MI.m,1034,2005-10-19
.........\myMI.m,653,2005-10-19
.........\oneDimSearch.m,439,2005-10-19
.........\POWELL.m,2528,2005-10-19
.........\proj.fig,35888,2005-10-19
.........\proj.m,12544,2005-10-19
.........\PSO.m,5902,2005-10-19
.........\restore.m,390,2005-10-19
.........\RMI.m,3719,2005-11-27
.........\test.m,67,2005-10-19
.........\test2.m,238,2005-10-19
.........\testListBoxlj.fig,7648,2005-10-19
.........\testListBoxlj.m,7936,2005-11-27
.........\说明.txt,326,2005-10-19

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • db97
    DB97提升小波程序,实现任意偶数大小图像双正交97提升小波变换,比传统的CDF97卷积算法好(DB97 lifting wavelet procedures, arbitrary size images even biorthogonal wavelet transform 97 upgrade, than the traditional filter convolution algorithm good)
    2006-08-11 11:31:18下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • imm_cs
    此程序为交互多模型的滤波器设计,采用了当前统计模型,跟踪效果比较理想(This program is interacting multiple model filter design, the current statistical model, the effect of tracking is ideal)
    2012-08-02 21:35:43下载
    积分:1
  • xiaobogaijin-(1)
    改进的小波算法,主要对小波二次分解进行了改进(Improved wavelet algorithm, mainly secondary wavelet decomposition is improved)
    2015-03-19 15:11:33下载
    积分:1
  • text-detection
    在视频文字检测以及提取方面,比较好的参考论文,大家可以下载参考!(Video text detection and extraction, a good reference papers, everyone can download the reference!)
    2012-09-10 08:23:48下载
    积分:1
  • 颜色特征提取
    说明:  图像颜色显著性,包含颜色直方图和颜色矩,是颜色显著性评价的重要内容(Image Color Salience)
    2019-11-28 11:46:59下载
    积分:1
  • 修改过的亚素边缘检测
    自己用MATLAB写的一个基于多项式插值的亚像素处理算法,处理速度快(sub-pixel edge detect)
    2020-12-19 21:39:09下载
    积分:1
  • main
    基于分水岭自动选取种子的区域生长来进行彩色图像分割(Automatically selected based on the watershed to the seed region growing for color image segmentation)
    2010-05-18 10:15:44下载
    积分:1
  • SketchCommonCVPR10_v1.1.tar.gz.tar
    这个算法包实现了从多幅拥有共同结构的图像里提取出共同形状的骨架。( This package implements the algorithm for Sketching the Common as described in: Shai Bagon, Or Brostovsky, Meirav Galun and Michal Irani "Detecting and Sketching the Common", CVPR 2010)
    2021-03-02 14:09:34下载
    积分:1
  • particlefilter
    粒子滤波器使用示例,用于跟踪效果好,用VC++实现(example of particle filter)
    2009-07-02 11:13:43下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载