登录
首页 » 算法 » 用matlab编写的基于轮廓最大互信息图像配准算法

用matlab编写的基于轮廓最大互信息图像配准算法

于 2022-06-17 发布 文件大小:567.64 kB
0 203
下载积分: 2 下载次数: 2

代码说明:

用matlab编写的基于轮廓最大互信息图像配准算法

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

发表评论

0 个回复

  • 手写字体的检测C++
    使用C++程序语言编写的手写字体识别程序。方法应用了深度学习的方法中的深度神经网络和玻尔兹曼机技术。内附了程序的使用说明。
    2022-05-17 18:43:19下载
    积分:1
  • OLED 64X48点阵驱动程序
    OLED 64X48点阵驱动程序,包括各种借口SPI,I2C,等等,是经过实测可以用的代码,不明的地方可以问我。 是开发OLED的屏的实用工具。最少50字,应该够了吧。各种驱动都有的。
    2022-05-18 12:46:32下载
    积分:1
  • 平衡二叉树
    这是平衡二叉树的非常不错的程序,值得一看。程序中也有详细的注释,对阅读有很大的帮助,如有问题,可以联系我的。这个程序是刚学算法时,写的课程设计,还有文档,此处没有上传,如果需要,可以联系我。
    2023-05-26 02:05:03下载
    积分:1
  • 获得输入数据的全排列(STL实现)
    采用递归和非递归两种方式实现全排列算法。
    2023-01-13 20:25:04下载
    积分:1
  • Dichotomy for solving nonlinear equations a root, you can calculate the approxim...
    二分法求解非线性方程的一个根,可以计算出一般非线性方程的近似解-Dichotomy for solving nonlinear equations a root, you can calculate the approximate solution of general nonlinear equations
    2023-02-22 22:25:03下载
    积分:1
  • 数据结构--C语言-Demo
    #ifndef _BINARY_TREE_H_INCLUDED#define _BINARY_TREE_H_INCLUDED#include #include templatestruct Bintree_node {T element;Bintree_node* lchild;Bintree_node* rchild;explicit Bintree_node(const T& elem=T(), Bintree_node* lchd=0, Bintree_node* rchd=0): element(elem), lchild(lchd), rchild(rchd) {}};templateclass Binary_tree {public:typedef Bintree_node* PBtn;Binary_tree();virtual ~Binary_tree();void clear();int depth() const;int size() const;virtual PBtn find(const T& elem) const=0;virtual void insert(const T& elem)=0;virtual void erase(const T& elem)=0;virtual void print(std::ostream& output) const=0;void print_tree(std::ostream& output) const;protected:
    2022-01-29 04:39:50下载
    积分:1
  • 手写字体识别
    应用背景主要是对手写字体进行识别,首先训练手写字体库,可在官网下载手写字体库。对样本库中的样本进行训练,进而识别多种手写字体,主要针对0--9这10个数字,可以准确进行识别。关键技术主要采用C和OPENCV混合编程,提取样本HOG特征,运用SVM分类器对样本进行分类识别。获得训练分类器后,可以自己手写一个0--9中的任意字体,放入分类器中进行识别。
    2022-01-20 23:45:10下载
    积分:1
  • matlab环境下开发的模糊控制原程序。
    matlab环境下开发的模糊控制原程序。-matlab environment developed under the original procedure of fuzzy control.
    2022-03-01 06:32:37下载
    积分:1
  • Monte Carlo method known as random or statistical skills test method. More than...
    蒙特卡罗方法又称随机抽样技巧或统计试验方法。半个多世纪以来,由于科学技术的发展和电子计算机的发明 ,这种方法作为一种独立的方法被提出来,并首先在核武器的试验与研制中得到了应用。蒙特卡罗方法是一种计算方法,但与一般数值计算方法有很大区别。它是以概率统计理论为基础的一种方法。由于蒙特卡罗方法能够比较逼真地描述事物的特点及物理实验过程,解决一些数值方法难以解决的问题,因而该方法的应用领域日趋广泛。 -Monte Carlo method known as random or statistical skills test method. More than half a century, the development of science and technology and the invention of the electronic computer, this method as an independent method was raised and the first nuclear test and research has been applied. The Monte Carlo method is a calculated, but with the general numerical method a great difference. It was based on the theory of probability and statistics-based approach. As the Monte Carlo method can vividly describe things and the physical characteristics of the experimental process, numerical methods to solve some difficult problems, the result of the increasingly extensive application areas.
    2022-07-14 13:23:24下载
    积分:1
  • 背包问题
    背包问题或背囊问题是组合优化中的一个问题: 鉴于一组项目,每个都有大量和一个值,确定每个项目中包含在集合中,这样,总重量是小于或等于给定的限制和总价值是尽可能大的编号。它把它的名字源于所面对的人的问题,受的限制,大小固定的背包,并必须填充的最有价值的项目。 此代码是背包问题的动态编程和递归函数。
    2022-03-04 17:05:51下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载