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

Search list

[Special Effectsxintai

Description: 用形态学的方法求二值图像的周长,面积,圆形度,矩形度和伸长度- use morphological mathod to get the perimeter, area, circle, the rectangle and stretch the length of the binary image
Platform: | Size: 1024 | Author: 沈海宏 | Hits:

[Special EffectsMorphologicalanalysisofcellsMatlab

Description: 细胞图形处理,检测细胞的边缘跟踪,用于计算周长-Graphics processing cells to detect the edge of cell tracking, used to calculate the perimeter
Platform: | Size: 3072 | Author: 徐磊 | Hits:

[Special Effectsranseti1

Description: 染色体配对程序,先通过分割算法分割出单个染色体,在利用染色体的面积、周长、骨架来进行配对。-Chromosome pairing procedure, the first segmentation algorithm segmented by a single chromosome, chromosome in the use of the area, perimeter, skeleton matching.
Platform: | Size: 230400 | Author: shuzhenqiu | Hits:

[assembly languageplotSmithChart

Description: MATLAB官方制作的精细的史密斯圆图 (1) plotsmithchart.m Usage: (1) plotsmithchart(Zl,Zo) Where Zl is the Load Impedence (possibly complex) and Zo is the Characteristic Line Impedence. Plots a smith chart, along with the reflection coefficient circle and the line of intersection with resistive component equal to 1. (2) plotsmithchart Without any parameters draws a blank smith chart. Wavelengths toward the generator are labeled around the perimeter. Example calls: (1) plotsmithchart(25,50) Draws a smithchart,calculates and plots the reflection coefficient for a characteristic impedence of 50 ohms and a load impedence of 25 ohms. (2) plotsmithchart(50+50j,75) Same as (1) with a load impedence of 50+50j ohms. (3) plotsmithchart Plots a blank Smith Chart. -Files: (1) plotsmithchart.m Usage: (1) plotsmithchart(Zl,Zo) Where Zl is the Load Impedence (possibly complex) and Zo is the Characteristic Line Impedence. Plots a smith chart, along with the reflection coefficient circle and the line of intersection with resistive component equal to 1. (2) plotsmithchart Without any parameters draws a blank smith chart. Wavelengths toward the generator are labeled around the perimeter. Example calls: (1) plotsmithchart(25,50) Draws a smithchart,calculates and plots the reflection coefficient for a characteristic impedence of 50 ohms and a load impedence of 25 ohms. (2) plotsmithchart(50+50j,75) Same as (1) with a load impedence of 50+50j ohms. (3) plotsmithchart Plots a blank Smith Chart.
Platform: | Size: 3072 | Author: jack | Hits:

[matlabGui

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

[matlabpolygeom

Description: MATLAB code to compute area, centroid perimeter and moments of inertia for a polygonal outline
Platform: | Size: 40960 | Author: tortepf | Hits:

[matlabAODV_2

Description: 这是一个基于贪婪算法和右手法则基础上得到的路由仿真程序。对于初学者还是有借鉴意义的!-Greedy Perimeter Stateless Routing for Wireless Networks and right hand rule
Platform: | Size: 1024 | Author: 庆栋梁 | Hits:

[matlab001

Description: 图象处理:计算连通域的面积、周长、圆形度、矩形度以及长宽比-Image processing: computing connected domain area, perimeter, roundness, and aspect ratio rectangular degree
Platform: | Size: 1024 | Author: xzy | Hits:

[matlabarea_length_tightness_eccentricity

Description: 对空间卫星、飞机等图像进行特征提取,提取的特征包括面积,周长,紧密度,及离心率-Space satellites, aircraft and other image feature extraction, the extracted features include area, perimeter, compactness, and eccentricity
Platform: | Size: 98304 | Author: 陈铭 | Hits:

[Special Effectstezheng

Description: 这是本人找到的非常好的几何特征提取源代码,包括周长。面积。伸长度、矩形度等用过了,很不错的!-This is my very best to find the source code for geometric feature extraction, including the perimeter. Area. Elongation, rectangular degree used, very good!
Platform: | Size: 4096 | Author: 陈小二 | Hits:

[matlabMinBounDrect

Description: 最小外接矩形,根据面积和周长判断。实现图象处理的工程计算。- Compute the minimal bounding rectangle of points in the plane usage: [rectx,recty,area,perimeter] = minboundrect(x,y,metric) arguments: (input) x,y- vectors of points, describing points in the plane as (x,y) pairs. x and y must be the same lengths. metric- (OPTIONAL)- single letter character flag which denotes the use of minimal area or perimeter as the metric to be minimized. metric may be either a or p , capitalization is ignored. Any other contraction of area or perimeter is also accepted. DEFAULT: a ( area )
Platform: | Size: 17408 | Author: rainbow | Hits:

[matlabquexian

Description: 缺陷识别m文件,对缺陷图像进行中值,小波去噪,利用数学形态学方法提取二进制图像轮廓,并计算裂纹等缺陷的面积和周长-M file defect identification, the value of the defect in the image, wavelet denoising, using mathematical morphology to extract the binary image contour, and calculates the cracks and other defects in the area and perimeter
Platform: | Size: 1024 | Author: zwx | Hits:

[matlab0_02011042711083117160451553

Description: matlab 有关于面积计算的程序,周长,圆的面积-matlab calculation programs on the area, perimeter, area of ​ ​ a circle
Platform: | Size: 20480 | 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

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:

[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 Effectsimage_processing

Description: 本程序是基于Matlab的米粒图像的分割、计数以及周长、面积、形状因子等参数的计算。图像分割是基于腐蚀膨胀算法,选用边界跟踪法计算周长,程序代码清晰明了,对于参数的计算速度较快,且参数计算精度较高。-This procedure is based on the Matlab image segmentation grain of rice, counting and perimeter, area, shape factor and other parameters of the calculation. Image segmentation is based on the corrosion expansion algorithm, the choice of boundary tracking method perimeter, code clarity, the parameter calculation is faster and higher precision parameters.
Platform: | Size: 1024 | Author: yingl | Hits:

[AI-NN-PRyengfei_v23

Description: allan FOG output error variance analysis, Chaos-based simulated annealing algorithm, Including the area, perimeter, rectangular, elongation.
Platform: | Size: 3072 | Author: kaitenggenggang | Hits:

[Documents特征提取

Description: 有效提取图像几何特征提取源代码,包括:周长面积,矩形度,圆形度,拉伸度特征等(Effective extraction of geometric features of the image extraction source code, including: perimeter, area, rectangle, roundness, tensile characteristics, etc.)
Platform: | Size: 4096 | Author: 法斗熊 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net