文档介绍:基于VB和MATLAB的医学图像处理系统设计
摘要
介绍了Visual Basic与MATLAB混合编程方法在可靠性与维修性仿真中的应用。此方法突破了以往利用单一语言实现系统可靠性与维修性仿真的限制,更广泛的利用了现有技术成果,降低了编程难度,加快了编程速度。。,采用了一种通过ActiveX技术将VB和MATLAB混合编程来实现图像处理的方法,并建立了一套在Windows环境下运行的图像处理软件,该软件可以对医学图像进行一些基本的图像预处理和图像增强方面的操作,尤其在图像的灰度变换、消除噪声和边缘检测方面具有良好的效果。通过本设计表明:通过VB和MATLAB进行混合编程可以减少设计的时间,降低了编程难度,同时兼顾了代码安全和界面友好,适合于开发一个在Windows工作环境下运行的、具有丰富的程序接口以及图像处理能力的应用软件,且大大提高了开发效率,对予解决工程问题具有较大的参考价值。
关键词:VB,MATLAB,混合编程,ActiveX,图像处理
THE REALIZATION OF IMAGE PROCESSING SYSTEM
BASED ON VB AND MATLAB
ABSTRACT
Application of system reliability and maintainability simulation based on Visual Basic and MATLAB mixed programming is introduced in this paper. This method breaks through the limitation of using single programming language in system reliability and maintainability simulation and can be reduced and extensive use of existing technical plishment. With this method, programming difficulty can be reduced and programming speed can be accelerated. Analysis of the and each provide the method on the basis of interface, a data file by VB and MATLAB will be conducted jointly with the image processing methods. Through an example shows that the method of programming designed to reduce the time and reduce the difficulty of programming, taking into account the code security and user-friendly interface, It is suitable for the development of work in the Windows operating environment,has a rich interface and image processing capabilities of the application software f and greatly enhance development efficiency. It works to solve the engineering problem with the larger reference value.
KEY WORDS: VB, MATLAB, mixed programming, ativeX, imageprocessing
目录
摘要 I
第1章系统简介 3
§ 综述 3
§ 课题背景 4
§ Visual 4
§ MATLAB语言背景 5
§ ActiveX控件背景 6
§ 7
第2章 Visual Basic调用MATLAB程序的研究 8
§ Visual Basic调用MATLAB程序原理 8
§ VB调用MATLAB程序的几种实现方法 8
§ MATLAB语言与ActiveX