登录
首页 » matlab » #2D_voronoi建立及使用方法

#2D_voronoi建立及使用方法

于 2021-01-06 发布
0 169
下载积分: 1 下载次数: 10

代码说明:

说明:  使用MATLAB生成二维voronoi图的代码,可以用作后续二维voronoi的多晶模型建立(The code of two-dimensional Voronoi diagram generated by MATLAB can be used to build the polycrystalline model of two-dimensional voronoi.)

文件列表:

#2D_voronoi建立及使用方法\2D_voronoi使用方法.docx, 874312 , 2018-08-07
#2D_voronoi建立及使用方法\A1.ai, 65245 , 2018-08-07
#2D_voronoi建立及使用方法\A1.cae, 1048576 , 2018-08-07
#2D_voronoi建立及使用方法\A1.dxf, 223769 , 2018-08-07
#2D_voronoi建立及使用方法\A1.eps, 40189 , 2018-08-07
#2D_voronoi建立及使用方法\A1.iges, 110946 , 2018-08-07
#2D_voronoi建立及使用方法\A1.jnl, 22755 , 2018-08-07
#2D_voronoi建立及使用方法\voronoi2d.m, 101 , 2018-08-07
#2D_voronoi建立及使用方法\将每个晶粒建立成一个集合.py, 147 , 2018-08-07
#2D_voronoi建立及使用方法\缩放出晶界\使用方法.txt, 113 , 2018-09-09
#2D_voronoi建立及使用方法\缩放出晶界\例子1-初始模型\voronoi.cae, 237568 , 2016-10-17
#2D_voronoi建立及使用方法\缩放出晶界\例子1-初始模型\voronoi.jnl, 1906 , 2016-10-17
#2D_voronoi建立及使用方法\缩放出晶界\例子1-缩放边界后模型\voronoizoom.cae, 847872 , 2016-10-17
#2D_voronoi建立及使用方法\缩放出晶界\例子1-缩放边界后模型\voronoizoom.jnl, 92996 , 2016-10-17
#2D_voronoi建立及使用方法\缩放出晶界\例子2-初始模型\A1.cae, 1048576 , 2018-08-07
#2D_voronoi建立及使用方法\缩放出晶界\例子2-初始模型\A1.jnl, 22755 , 2018-08-07
#2D_voronoi建立及使用方法\缩放出晶界\例子2-缩放边界后模型\A2.cae, 1605632 , 2018-09-09
#2D_voronoi建立及使用方法\缩放出晶界\例子2-缩放边界后模型\A2.jnl, 123098 , 2018-09-09
#2D_voronoi建立及使用方法\缩放出晶界\缩放代码\Zoom.py, 3176 , 2018-09-09
#2D_voronoi建立及使用方法\缩放出晶界\例子1-初始模型, 0 , 2019-04-16
#2D_voronoi建立及使用方法\缩放出晶界\例子1-缩放边界后模型, 0 , 2019-04-16
#2D_voronoi建立及使用方法\缩放出晶界\例子2-初始模型, 0 , 2019-04-16
#2D_voronoi建立及使用方法\缩放出晶界\例子2-缩放边界后模型, 0 , 2019-04-16
#2D_voronoi建立及使用方法\缩放出晶界\缩放代码, 0 , 2019-04-16
#2D_voronoi建立及使用方法\缩放出晶界, 0 , 2019-04-16
#2D_voronoi建立及使用方法, 0 , 2019-04-16

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • TV_resto
    图像去噪处理的TV全变分模型的Matlab代码实现(TV image denoising processing model of the entire variational Matlab code)
    2020-08-25 15:48:14下载
    积分:1
  • 5476544333
    易语言仿彗星真彩PNG按钮源码,易语言写的图形图象编程,很好的参考。(Easy language imitation comet true color PNG button, easy graphics programming language to write, a good reference.)
    2013-09-20 00:30:12下载
    积分:1
  • Image fusion
    采用了小波变换的方法实现了红外光图像与可见光图像的融合,并且设计了一个简单的matlab GUI界面。小波变换的分解层数为2层,采用低频平均高频取大的融合规则,融合效果非常欢迎下载。(The method of wavelet transform is used to realize the fusion of infrared and visible light images, and a simple matlab GUI interface is designed. The number of decomposition layers of the wavelet transform is 2 layers, and the fusion rule is adopted by the low frequency average high frequency. The fusion effect is very welcome to download.)
    2020-12-23 11:09:06下载
    积分:1
  • grabcut_matlab
    三种基于GraphCut的图像分割方法,分别是GrabCut,LazySnapping和改进的GrabCut,其中用到了matlab和VC++的混合编程,在调用之前需生成mex文件(Three kinds of image segmentation method based on GraphCut, respectively GrabCut, LazySnapping and improved GrabCut, which used the matlab and VC++ mixed programming, before calling the mex file to be generated)
    2020-11-26 00:09:31下载
    积分:1
  • pinjiazhibiao
    一些常用的图像处理评价指标,处理后图像对比度,边缘剩余数,处理前后图像的相似性....(Some commonly used image processing evaluation, contrast, edges remaining number of similarities ....)
    2020-11-02 14:59:54下载
    积分:1
  • 6image-recover
    将一幅M×N的灰度图像用3×3平均滤波器进行模糊,分别再加上一定的高斯 噪声和均匀噪声。然后,设计一个维纳滤波器对这两幅图像进行复原,分别 计算这两幅图像复原前后的PSNR。(Gray-scale image of a MN 33 average filter is vague, respectively, plus a Gaussian noise and uniform noise. Then, design a Wiener filter to recover these two images, the two images before and after the recovery of PSNR were calculated.)
    2013-04-11 19:57:17下载
    积分:1
  • MammEnhan
    利用NSCT对脑CT图像增强的例子 ,代码可编辑,本例为适用于灰度图像(Using NSCT for brain CT image enhancement example, the code can be edited. This example applies to grayscale images.)
    2018-10-24 16:26:38下载
    积分:1
  • hough-Matlab
    利用Matlab编写的基于hough变换的椭圆检测程序,已经运行过的,附图(Written in Matlab, hough transform based ellipse detection procedure has been run off, with photos)
    2010-06-11 20:32:48下载
    积分:1
  • 1111222223333334444445533332345554
    VC计算机图形学原理及算法教程 VC计算机图形学入门教程(VC theory and algorithms of computer graphics computer graphics tutorial Tutorial VC)
    2013-11-18 15:30:26下载
    积分:1
  • face_check_color_segmentation
    说明:  Matlab编写的程序代码,包括基于肤色的人脸检测,根据人脸图像判别眼睛的状态(睁眼及闭眼)(Matlab program written in code, including color-based face detection, face image in accordance with the state of discriminant eyes (eyes open and eyes closed))
    2021-05-12 19:30:03下载
    积分:1
  • 696518资源总数
  • 106016会员总数
  • 2今日下载