Welcome![Sign In][Sign Up]
Location:
Search - area function matlab

Search list

[GDI-Bitmap基本代码实现

Description: 系统基本功能要求: 1、制图功能 作为一个功能较为完善的建模工具,制图功能应该是最不可或缺的。本建模工具可以实现对于直线、连续直线、多边形区域、圆、圆形区域、圆弧、字符(包括汉字和英文字母)Beizer曲线、B样条曲线等图形元素的较精确绘制,能够根据工业流程实现流程的图示节点表示,并实现包括添、删、移动、连接、清除流程图示节点等编辑功能,和对流程图示节点的仪器功能参数进行设置。对于初级用户而言,操作比较简单,无需太多的学习时间即可进行图形绘制。 2、存储功能 拥有制图功能,同样,建模工具的存储功能也是必不可少的。否则,制图就失去了其应有的意义。本建模工具可将数据结果以特定格式存储在相关数据库中,免除了纸张存储的繁琐和不便,并且比纸张存储更安全可靠。 -basic system functions : one, mapping function as a function of better modeling tools, mapping is the most indispensable. The modeling tools can be achieved for the straight, continuous line, polygon regional round, circular area, arc, characters (including Chinese characters and English letters) Beizer curve, B-spline curves and other graphical elements in a more accurate rendering, according to industrial processes to achieve process icon nodes, including Tim and achieve cut, mobile, connectivity, Picture shows node removal processes such as editing, and the process equipment icon nodes function parameters set. For the primary users, the operation simple, without too much study time will be able to proceed graphics rendering. 2, storage functionality with mapping functions, and similarly
Platform: | Size: 236544 | Author: | Hits:

[matlabbayes_demo

Description: 目标跟踪的扩展卡尔曼滤波算法主函数的文件是:kal_demo.m 近似网格滤波的主函数文件是:bayes_demo.m 近似网格滤波划分网格的方法是:以目标上一个时刻的位置作为中心进行网格的划分,每个网格大小为1,总的区域为5*5 改进后算法的主函数文件是:trackiing_demo.m-Target tracking extended Kalman filter algorithm is the main function of the document: kal_demo.m approximate mesh filter paper is the main function: bayes_demo.m approximate mesh filter into the grid method is: in order to target the location of a moment as the central to carry out the division of the grid, each grid size of 1, with a total area of 5* 5 to improve the algorithm
Platform: | Size: 138240 | Author: Lin | Hits:

[Special EffectsImage_Operators_matlab_codes

Description: 12.1 图像点的运算 12.1.1 线性点运算 12.1.2 非线性点运算 12.2 图像的算术运算 12.2.1 加法运算 12.2.2 减 法运算 12.2.3 乘法 运算 12.2.4 除法 运算 12.2.5 其它运算 12.3 图像的位逻辑运算 12.4 图像的几何运算 12.4.1 图像插值 12.4.2 图像缩放 12.4.3 图像旋转 12.4.4 图像剪切 12.5 空间变换 12.5.1 仿射变换( affine transformation ) 12.5.2 透视变换 (Perspective Transformation) 12.5.3 空间变换的 MATLAB 函数 12.5.4 空间变换实例 12.6 图像融合 12.7 邻域与块操作 12.7.1 邻域操作 12.7.2 图像块操作 12.8 区域处理 12.8.1 区域选择 12.8.2 区域滤波 12.8.3 区域填充-12.1 image point arithmetic 12.1.1 computing linear point 12.1.2 nonlinear point operations 12.2 image adder computing 12.2.1 Arithmetic 12.2.2 subtraction multiplication 12.2.3 computing division 12.2.4 computing 12.2.5 other computing 12.3 Image 12.4 Image-bit logic operations geometric computing 12.4.1 Image Interpolation 12.4.2 image scaling 12.4.3 image rotation 12.4.4 Shear Image 12.5 Space Conversion 12.5.1 affine transformation (affine transformation) 12.5.2 Perspective Transform (Perspective Transformation) 12.5.3 space transform space transform MATLAB function 12.5.4 Examples 12.6 Image Fusion 12.7 Neighborhood and Block Operation 12.7.1 Operation 12.7.2 neighborhood image processing block operation 12.8 Regional 12.8 area selection 12.8.1. 2 regional filtering area filling 12.8.3
Platform: | Size: 5120 | Author: tian | Hits:

[Special Effectstwomodegauss

Description: 计算一个已归一化到单位区域的双峰值高斯函数-Calculation of a normalized unit area to the two-peak Gaussian function
Platform: | Size: 1024 | Author: 小雪 | Hits:

[Graph Recognizematlabtocarrecognition

Description: 车牌识别matlab源程序 基于颜色的车牌定位和分割技术研究与实现 function [seg] = character_segmentation(bw) % character_segmentation: Returns the digit segments in the supplied binary image. % The function uses the "segment" function, keeping only the seven % segments in the result with largest area, and in case less than seven % segments were found, it attempts to recall the function, making the % separation between the already found segments clearer (by cleaning the % bits which are there.-License plate recognition matlab source code based on the color of the plate positioning and segmentation research and realize function [seg] = character_segmentation (bw) character_segmentation: Returns the digit segments in the supplied binary image. The function uses the segment function, keeping only the seven segments in the result with largest area, and in case less than seven segments were found, it attempts to recall the function, making the separation between the already found segments clearer (by cleaning the bits which are there .
Platform: | Size: 2048 | Author: wang | Hits:

[Special Effectsget_psnr

Description: 这个是一个获取两个图像相似度的函数,对于图像处理和数字水印方面的编程者来说,会经常去计算两个图像的psnr值,从而来确定图像的相似度,使用matlab可以很方便的计算两个图像的psnr,但是由于matlab专业性很强,而且有没有版权保护,所以对于大批的使用VC语言的这方面的编程者,由于要经常使用而显得很麻烦。 通过调用get_psnr函数可以很方便的就得到两个图像的相似度。 -This is a similarity to obtain a function of two images for image processing and programming aspects of digital watermarking are concerned, will keep the two images to calculate the PSNR value, thereby to determine the similarity of images, the use of matlab can be easily the calculation of the two images psnr, but because matlab highly professional, and has no copyright protection, and therefore the use of a large number of VC language programming in this area, and due to frequent use, there appears to be very troublesome. Get_psnr by calling the function can be easily obtained from the two images on the similarity.
Platform: | Size: 1024 | Author: 莫雨 | Hits:

[Special EffectsMyCutWhite

Description: 灰度指纹图像分割 function DestJu=MyCutWhite(SourJu,BloWide) %分割白背景区 %InImage输入图像,自动确定阈值-Gray-scale fingerprint image segmentation function DestJu = MyCutWhite (SourJu, BloWide) partition InImage white background area of input image, automatically determines the threshold
Platform: | Size: 1024 | Author: 胡聪 | Hits:

[Special Effectstuxiangyunsuan

Description: 图像运算Matlab代码 12.1 图像点的运算 12.1.1 线性点运算 12.1.2 非线性点运算 12.2 图像的算术运算 12.2.1 加法运算 12.2.2 减 法运算 12.2.3 乘法 运算 12.2.4 除法 运算 12.2.5 其它运算 12.3 图像的位逻辑运算 12.4 图像的几何运算 12.4.1 图像插值 12.4.2 图像缩放 12.4.3 图像旋转 12.4.4 图像剪切 12.5 空间变换 12.5.1 仿射变换( affine transformation ) 12.5.2 透视变换 (Perspective Transformation) 12.5.3 空间变换的 MATLAB 函数 12.5.4 空间变换实例 12.6 图像融合 12.7 邻域与块操作 12.7.1 邻域操作 12.7.2 图像块操作 12.8 区域处理 12.8.1 区域选择 12.8.2 区域滤波 12.8.3 区域填充 -Image Computing 12.1 image point Matlab code computing 12.1.1 computing linear point operations 12.2 points 12.1.2 Nonlinear image adder computing 12.2.1 Arithmetic 12.2.2 subtraction multiplication 12.2.3 computing division 12.2.4 computing 12.2 .5 other computing 12.3 Image 12.4-bit logic operations geometric computing 12.4.1 Image Image Interpolation 12.4.2 image scaling 12.4.3 image rotation 12.4.4 Shear Image 12.5 Space Conversion 12.5.1 affine transformation (affine transformation) 12.5.2 Perspective Transform (Perspective Transformation) 12.5.3 space transform space transform MATLAB function 12.5.4 Examples 12.6 Image Fusion 12.7 Neighborhood and Block Operation 12.7.1 Operation 12.7.2 neighborhood image processing block operation 12.8 regional 12.8.1 12.8.2 regional area selection filtering area filling 12.8.3
Platform: | Size: 4096 | Author: 王万国 | Hits:

[Special Effectsdongtai

Description: 动态显示鼠标的坐标值和图像像素值对于动态显示鼠标的坐标值和像素值,在其他语言如vc,vb中都比较方便,有直接的着方 面的函数,本程序在matlab图像处理实现-Dynamic display mouse coordinates and image pixel values for the dynamic display mouse coordinates and pixel value, in other languages such as vc, vb are more convenient, there is a direct function of the area, the procedures for implementation of image processing in matlab
Platform: | Size: 3072 | Author: 高锟 | Hits:

[Embeded-SCM DevelopMAGIC

Description: Tutorial GUI to demonstrate basic functionality of various controls on the GUI-This GUI will help the novice user get up to speed very quickly on using GUI-based applications. Everything is laid out in a very simple Step 1, Step 2, Step 3, etc. layout. It is a very good starting point for a typical image analysis application. This application uses GUIDE to do the user interface design, and has most of the basic controls such as buttons, listboxes, checkboxes, radio buttons, scrollbars, etc. It allows the user to select a folder of images, select one or more images and display them, to select a series of options, and to individually or batch process one or more images. The user can optionally apply a mask (region of interest) to the image so that only the area within the mask will be analyzed. The results are optionally sent to Excel. In this demo, I do some very basic particle sizing but in use, the user would replace that simple demo code in the function AnalyzeSingleImage() with their own code. Works with Windows or Unix since paths are all forward slashes. Req
Platform: | Size: 878592 | Author: zzz | Hits:

[Special Effectsimrotate_my

Description: 一个空间点P绕一个中心点C旋转可用接续的三个变换来实现:第1个变换平移点C到坐标系原点位置,第2个变换将点P绕原点旋转,第3个变换平移点C回到其相对于坐标系原点的原始位置。当原始图像点乘以变换矩阵,得到新的图像位置点时,其位置可能不是整数值,该位置的灰度值需要通过灰度插值获得。在不改变输出图像大小的情况下,超出原始图片范围的区域,MATLAB原有函数imrotate的处理方法为将其灰度值全部置零,本文通过取模操作对超出区域进行了另外一种控制方法imrotate_my函数,能够较好的显示出图像旋转的边界变化。 -A space around the center point P C available in three rotating to realize the transformation: the first one translation: C to coordinate transformation, the origin place of 2 transform point P around the rotation, the origin of the three points to the transformation of C translation relative to the original position of axis. When the original image point multiply the transformation matrix, a new image position, the position may not integer, this position gray value by gray interpolation gain needed. No change in the size of the image output circumstance, the area beyond the original image, the original function imrotate MATLAB treatment method for the grey value all zeros, based on beyond the area take mould operation on another control method imrotate_my function, to better show of image rotation boundaries.
Platform: | Size: 2048 | Author: 肥猪流 | Hits:

[matlabFinite_difference_method

Description: 有限差分法 微分方程和积分微分方程数值解的方法。基本思想是把连续的定解区域用有限个离散点构成的网格来代替, 这些离散点称作网格的节点;把连续定解区域上的连续变量的函数用在网格上定义的离散变量函数来近似;把原方程和定解条件中的微商用差商来近似, 积分用积分和来近似,于是原微分方程和定解条件就近似地代之以代数方程组,即有限差分方程组 , 解此方程组就可以得到原问题在离散点上的近似解。然后再利用插值方法便可以从离散解得到定解问题在整个区域上的近似解。 -Finite Difference Method Numerical solution of differential equations and integro-differential equation approach. The basic idea is to set a continuous solution of the region with a finite number of discrete points instead of a grid consisting of, these discrete points called grid nodes the solution of a continuous area on a given function of continuous variables used in the definition of discrete grid variable function approximation the original equation and boundary conditions in the micro-business operators to approximate differential, integral with the points and to approximate, so the original differential equations and boundary conditions are replaced by algebraic equations near Side, that is, finite difference equations , solve this equation group can get the original problem in discrete points on the approximate solution. And then using interpolation methods can be determined from the discrete solution of the problem solution of the approximate solution on the entire region
Platform: | Size: 246784 | Author: 彭鑫 | Hits:

[matlabmandelbrot

Description: This guide can draw a mandelbrot figure. In default values it calculates Z=Z^2+C for 20 iterations, where Z initally equal to zero and C has the values of every pixel created by meshgrid function(built-in). although mandelbrot equation is Z=Z^2+C you can change the degree of the equation between 1 - 50. higher number in iteration, points in axes gives better results in image besides more resulting time. to zoom an area of the figure you must aproximately choose the point and then change the center values to this point values then push Show Graph button. because of this is the first version there can be any lack of usage. -This guide can draw a mandelbrot figure. In default values it calculates Z=Z^2+C for 20 iterations, where Z initally equal to zero and C has the values of every pixel created by meshgrid function(built-in). although mandelbrot equation is Z=Z^2+C you can change the degree of the equation between 1- 50. higher number in iteration, points in axes gives better results in image besides more resulting time. to zoom an area of the figure you must aproximately choose the point and then change the center values to this point values then push Show Graph button. because of this is the first version there can be any lack of usage.
Platform: | Size: 8192 | Author: Mike Gao | Hits:

[AI-NN-PRbpwangluo

Description: BP网络在函数逼近方面举例代码,调试过了,有仿真结果-BP network in function approximation area code for example, debug off, and there are simulation results
Platform: | Size: 14336 | Author: 天涯浪子 | Hits:

[Special EffectsMATLAB

Description: 功能:在彩色图片上令肤色区域为白色,其余为黑色,并用矩形将各连通区域标志出来,用matlab实现-Function: to make color in the color picture on the white area, the rest is black, and will each connected region with a rectangular logo out to achieve with matlab
Platform: | Size: 1024 | Author: 刘津 | Hits:

[Graph programarea

Description: 采用区域生长法和门限法对头像进行分割,程序中代码全由自己编写,直接运行main函数即可-A regional growth method and the threshold segmentation method picture, the program code is written entirely by themselves, can be directly run the main function
Platform: | Size: 70656 | Author: 张成 | Hits:

[matlabQlearningcar

Description: Simulink 控制VR环境中的小车。小车有5个距离传感器,能够慢慢学会避开墙壁和障碍物。小车采用加强学习(Q learning),采用神经网络对Q函数逼近。由于使用了模拟退火,小车在开始的时候会经常撞击障碍物,10次后基本就不会再撞了。 小车的外观模型使用了"w198406141"在本论坛的虚拟现实区发布的VR模型。-VR environment Simulink control car. There are 5 car distance sensor, can gradually learn to avoid walls and obstacles. Car used to enhance learning (Q learning), using neural networks Q function approximation. As the use of simulated annealing, the car will start when the regular crash barrier, 10 times the fundamental will no longer hit. The appearance model used car " w198406141" in this forum area of virtual reality VR model release.
Platform: | Size: 12288 | Author: gao | Hits:

[Special Effectsmatlab

Description: 基于Matlab平台实现目标信息提取。求未含噪声的原图像的周长需先对图像进行二值化,然后选择一种算法进行边缘检测,包含prewitt,canny,sobel等算法,再通过sum(sum())函数进行周长的计算并显示在相应的位置。为求包含特定目标的噪声污染图像的周长或面积,首先对图像进行去噪,再进行二值化,接着进行微小分割,实现边缘提取或者区域分割,进一步统计目标周长或者目标面积。-Based on Matlab platform to achieve the goal of information extraction. Perimeter need to seek not contain the original noise image binarized image, and then select an algorithm for edge detection, including prewitt, canny, sobel algorithm, the circumference of the sum (sum ()) function calculated and displayed in the appropriate location. Seeking to contain a specific target image the perimeter or area of noise pollution, the first image noise, and then binarized, followed by small split, edge detection or region segmentation, and further statistical target circumference or target area.
Platform: | Size: 1024 | Author: 李丽 | Hits:

[Othermatlab-grid-on

Description: 正弦函数matlab绘制图形叠加 条形图形 区域图形 饼图的绘制 阶梯图的绘制-Sine function matlab draw graphics overlay bar graph area graphical pie chart drawing ladder mapping
Platform: | Size: 8192 | Author: 王刘静 | Hits:

[Documents卡尔曼滤波原理及应用MATLAB仿真 pdf1

Description: 卡尔曼滤波原理及应用—MATLAB仿真主要介绍数字信号处理中的卡尔曼(Kalman)滤波算法及在相关领域应用。全书共7章。第1章为绪论。第2章介绍MATLAB算法仿真的编程基础。第3章介绍线性Kalman滤波。第4章讨论扩展Kalman滤波,并介绍其在目标跟踪和制导领域的应用和算法仿真。第5章介绍UKF滤波算法,同时也给出其应用领域内的算法仿真实例。第6章介绍了交互多模型Kalman滤波算法。第7章介绍Simulink环境下,如何通过模块库和S函数构建Kalman滤波器,并给出了系统是线性和非线性两种情况的滤波器设计方法(Principle and Application of Kalman Filter - MATLAB simulation mainly introduces Kalman filtering algorithm in digital signal processing and its application in related fields. The book consists of 7 chapters. The first chapter is the introduction. The second chapter introduces the programming foundation of MATLAB algorithm simulation. The third chapter introduces linear Kalman filtering. Chapter 4 discusses the extended Kalman filter, and introduces its application and algorithm simulation in the field of target tracking and guidance. The fifth chapter introduces the UKF filtering algorithm, and gives an example of algorithm simulation in its application area. The sixth chapter introduces the interacting multiple model Kalman filtering algorithm. Chapter 7 introduces how to construct Kalman filter by module library and S-function in Simulink environment, and gives the design method of Kalman filter for both linear and nonlinear systems.)
Platform: | Size: 13403136 | Author: jianjian健健 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net