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

Search list

[Special EffectsDynSplit_SL

Description: 标识物体测量面积周长源代码,可以通过计算面积和周长来把物体提取出来.-marking objects measuring area perimeter source code, can be calculated through the area and perimeter to bring objects extracted.
Platform: | Size: 162816 | Author: 黄钦 | Hits:

[Othermeasure

Description: 本程序实现了标识物体测量面积和周长的功能-This procedure achieved a logo measuring area and perimeter of objects in the function of
Platform: | Size: 160768 | Author: xueling | Hits:

[Special Effectstuxian

Description: 包括图像的阈值分割,轮廓提取,标志物体测量面积和周长的源码。希望对各位有用。-Including the image threshold segmentation, contour extraction, logo objects, measuring area and perimeter of the source. Hope that useful to you.
Platform: | Size: 381952 | Author: 霞疙瘩228 | Hits:

[Special EffectsCellStatics

Description: 基于opencv实现的细胞图像分析,通过分离前景背景色识别细胞轮廓,统计图片中细胞个数、面积、周长等信息-Opencv-based cell image analysis to achieve, through the separation of the prospects for the background color to identify cell contours, statistical picture in cell number, area, perimeter and other information
Platform: | Size: 3148800 | Author: drowning | Hits:

[JSP/Javabao

Description: (1) 实现一个Point类,该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,计算两点间距离的double distance(Point)方法。其中计算平方根用Math.sqrt()方法。 (2) 实现一个Circle类,该类包含表示圆心的Point型变量center,表示半径的int radius变量,以及构造方法Circle()、Circle(int xx,int yy,int r)、Circle(Point c,int r),返回周长和面积的int perimeter()、double area()方法,返回两个圆是否为同一个圆(返回0)、同心圆(返回1)、相交的圆(返回2)、分离的圆(返回3)、包含的圆(返回4)等关系的int relation(Circle c)等方法。PI值可以用Math.PI常量。 (3) 实现测试上述两个类的ClassTest类。该类在main方法中分别创建若干个Point对象和Circle对象,并调用相关方法,输出方法的返回值,验证其正确性。 (4) 将Point类、Circle类和主类的包名分别调整为p1、p2、p3,并重新运行,验证是否运行正确。
Platform: | Size: 5120 | Author: fangfei | Hits:

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

[Windows Developperimeter

Description: perimeter determination
Platform: | Size: 1024 | Author: Debendra Dharua | Hits:

[OtherPerimeterEstimation

Description: Perimeter Estimation
Platform: | Size: 9216 | Author: Debendra Dharua | Hits:

[matlabrect2grid

Description: Grid generation for irregular perimeter. Uses rect.m and fps.m.
Platform: | Size: 2048 | Author: mouli | Hits:

[matlabGui

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

[Special EffectsShape_Feature

Description: 这个程序主要是实现图像的形状特征统计,先读入一幅256色图像,然后统计图像的面积、周长、圆形度等特征-This program is mainly the shape of features of image statistics, first read a 256-color image, and then statistical image area, perimeter, roundness, etc. Features
Platform: | Size: 9953280 | Author: llwxs | Hits:

[matlabpolygeom

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

[OtherGPSR-SCRIPT-VoIP-NoBAckgrounTRaffic

Description: TCl Script for simulating mobile ad hoc network using greedy perimeter stateless routing and application is VoIP with no background traffic
Platform: | Size: 4096 | Author: as-sundais | Hits:

[OthermeasuretoolsGPSR.NS2

Description: MEasurement tools for calculate Packet Delivery fraction and normalized routing load for greedy perimeter stateless routing
Platform: | Size: 1024 | Author: as-sundais | 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:

[JSP/Javaperimeter-of-circle

Description: a very nice example with output to calculate perimeter of circle
Platform: | Size: 2048 | Author: trupti patel | 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:
« 12 3 4 5 6 7 8 9 10 ... 49 »

CodeBus www.codebus.net