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

Search list

[matlabmatlab

Description: MATLAB处理通过采集卡采集的信号,并在MATLAB的工作区进行计算-MATLAB through the acquisition card collection deal with the signal, and in MATLAB to calculate the working area
Platform: | Size: 305152 | Author: liguang | 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 Effectssuzy_080505_1

Description: 对于叶片面积的计算,进行图像预处理,灰度转换、直方图、去噪声等,最终计算出叶片面积的像素和。-For the calculation of leaf area, image pre-processing, gray-scale conversion, histogram, to noise, etc., and ultimately calculate the leaf area and the pixels.
Platform: | Size: 3072 | Author: 苏忠勇 | Hits:

[Communication-Mobilecellular

Description: This a MATLAB GUI that will calculate cellular wireless traffic in a given area and draw suggested locations for every transmitting location-This is a MATLAB GUI that will calculate cellular wireless traffic in a given area and draw suggested locations for every transmitting location
Platform: | Size: 1105920 | Author: Rafal | Hits:

[Special Effectsbiography

Description: 平均值平局算法求二值图+二值图用间隔码表示并计算面积-The average algorithm for seeking a draw binary image+ binary image with the spacing and calculate the area code, said
Platform: | Size: 1024 | Author: 林一 | Hits:

[Software EngineeringIteration_and_fractal

Description: 1、 对一个等边三角形,每条边按照Koch曲线的方式进行迭代,产生的分形图称为Koch雪花。编制程序绘制出它的图形,并计算Koch雪花的面积,以及它的分形维数。 2、 自己构造生成元(要有创意),按照图形迭代的方式产生分形图,用计算机编制程序绘制出它的图形,并计算其分形维数。主要用MATLAB编程 -1, for an equilateral triangle, each side in accordance with Koch curve iterative manner, the resulting figure is called Koch snowflake fractal. Programmed to map out its graphics, and calculate the area of Koch snowflake, and its fractal dimension. 2, construct their own generators (the need for creativity), according to the way graphics iterative produce fractal images, using a computer programmed to map out its graphics, and calculate its fractal dimension.using MATLAB
Platform: | Size: 134144 | Author: 林文 | Hits:

[matlabGui

Description: GUI Matlab from calculate a chain code, skeleton, area ,perimeter.
Platform: | Size: 17408 | Author: benz | Hits:

[Documentsamethodforimagefusion

Description: 文中的方法是把图像分块,小波分解得到低频分量、高频分量,然后计算每一块的对比度,把图像块划分为清晰块、模糊块,把清晰块和模糊块相邻的区域定义为边界区域,融合时,直接选取清晰块作为融合后的相应块,对于边界区域,在小波分解的基础上采用基于对比度的像素选取的方法进行处理。-Paper, the method is to image segmentation, wavelet decomposition are low frequency, high frequency components, then calculate the contrast of each piece, the image block is divided into clear blocks, fuzzy block, to clear blocks and fuzzy block is defined as the border region adjacent to area, integration time, a clear block directly select the corresponding block as a fusion, for the border region, the wavelet decomposition on the basis of the pixel-based contrast method selected for processing.
Platform: | Size: 338944 | Author: 许国柱 | Hits:

[Special Effectstestpipei_1

Description: 基于灰度的归一化匹配算法:将原图以及匹配图灰度化,算出相关系数后得到匹配区域。-Based on Gray' s normalized matching algorithms: the original image and the gray level of matching graph, calculate the correlation coefficient obtained after the matching area.
Platform: | Size: 49152 | Author: frank | Hits:

[matlabFlagOneArea

Description: 对每个对象进行边界提取后标记内部元素,并计算该对象的面积。-The boundary of each object within the elements extracted marker and calculate the area of ??the object.
Platform: | Size: 1024 | Author: 潘忆捷 | Hits:

[matlabconvhull

Description: Matlab编程考试的一道题。随机生成50个点,计算它的一个凸包,并计算凸包的面积-Matlab programming test a question. Randomly generated 50 points, calculate a convex hull, and calculate the area of ??convex hull
Platform: | Size: 25600 | Author: 陶兆君 | Hits:

[Special EffectsImageBoundaryExtraction

Description: 该文件夹中有六个M文件,说明如下: boundary_extraction.m : 目标区域边界抽取主函数,其中调用ostu、four_neighbor、eight_neighbor、globe_graph otsu.m : 类判别分类法(otsu全局二值化算法) four_neighbor.m : 四邻域法边界抽取 eight_neighbor.m : 八邻域法边界抽取 globe_graph.m : 全局检测法边界抽取 area_peri.m : 目标区域周长计算主函数,调用ostu 4A.bmp face.bmp gun.bmp : 原始灰度图片 PeriAnalysis.txt : 记录了实验过程中目标区域的总数和各自的周长 实验结果文件夹 : 保存了实验过程中生成的图像和程序流程图-The folder has six M-file, as follows: boundary_extraction.m: the main function of the target area boundary extraction, which calls ostu, four_neighbor, eight_neighbor, globe_graph otsu.m: class discriminant classification (otsu global binarization algorithm) four_neighbor . m: neighbors-domain method boundary extraction eight_neighbor.m: eight neighborhood boundary extraction method globe_graph.m: Global detection boundary extraction area_peri.m: calculate the circumference of the main function of the target area, call ostu 4A.bmp face.bmp gun.bmp : The original grayscale pictures PeriAnalysis.txt: recorded during the experiment the total number of the target area and their perimeter results Folder: to save the images generated during the experiment and the program flow chart
Platform: | Size: 254976 | Author: 许胜强 | Hits:

[Special Effectsarea_perimeter-and-aspect-ratio

Description: matlab数字图像分割,可以提取一幅图中想要的目标,并计算出目标的面积,周长和长宽比。-Digital Image Segmenting Useing Matlab.This program can extract the interesting target from a figure, and calculate the target area, perimeter and aspect ratio.
Platform: | Size: 2048 | Author: | Hits:

[Special Effectsmatlab-area

Description: MATLAB计算个连同图像的面积和周长,即计算图像内部的象素点数和边缘点数-MATLAB calculation together with the image area and perimeter, calculate the image within the pixels points and edge points
Platform: | Size: 1024 | Author: benben | Hits:

[Special Effectsrice

Description: 计算matlab自带米粒图像的米粒个数和面积的代码,适合图像处理的初学者-Calculate the matlab code number and area of ​ ​ its own grain of rice image of a grain of rice, for image processing beginners
Platform: | Size: 1024 | Author: 纪坤 | Hits:

[matlablandarea

Description: 已知地图边界点通过插值求面积,matlab计算面积函数实现。-Known map boundary points by interpolation for the area, matlab calculate the area function implementation.
Platform: | Size: 1024 | Author: wjw | Hits:

[matlabTriangleArea

Description: 计算三点面积 及3点围成面的法向向量,对于空间网格结构开发,施加荷载时比较方便(Calculate the area of three points and the normal vector of 3 points)
Platform: | Size: 1024 | Author: waterdrop | Hits:

[Graph programarea_calculattion

Description: 计算叶面积 A4纸扫描后 通过面积比例进行也叶面积计算(To calculate the leaf area of A4 paper scanning through proportion was also leaf area calculation)
Platform: | Size: 1024 | Author: popman625 | Hits:

[matlabarea

Description: 这个matlab程序主要可以用于计算采集到的信号的显著性面积,可以用于脑电数据处理、肌电数据处理(This matlab program can be used to calculate the significant area of the collected signals and can be used for EEG data processing and EMG data processing.)
Platform: | Size: 1024 | Author: zy12840117 | Hits:

[Special EffectsMATLAB平面参数测量系统(GUI,面积,周长参数)

Description: 一、课题介绍:本课题为基于MATLAB的平面参数测量系统,是以一个带缺陷的光伏面板作为素材,检测出缺陷所在,定位后计算出每个缺陷的面积大小。本设计带有一个人机界面GUI. 二、算法流程:读入测试图片——rgb转换——分割——开闭运算——空洞填充——过滤微小连通域面积——计算缺陷面积和个数。(1. Topic introduction: this topic is a plane parameter measurement system based on MATLAB. It uses a photovoltaic panel with defects as the material, detects the defects, and calculates the area size of each defect after positioning. This design has a personal computer interface GUI 2. Algorithm flow: read in the test picture - RGB conversion - segmentation - opening and closing operation - cavity filling - filter the area of micro connected area - calculate the defect area and number.)
Platform: | Size: 942080 | Author: www.wobishe.com | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net