资源列表
Canny-edge-detection
- canny边缘检测,实例代码,亲测可用,欢迎下载-Canny edge detection
oommf2matlab
- 将常用微磁学软件OOMMF输出的omf文件转化为matlab三维矢量数据-Will be commonly used micro-magnetic software OOMMF output omf file into matlab three-dimensional vector data
matlab
- 如何读取数据textread,例如通过textread( x_inlet.txt )我们可以把文件x_inlet.txt中的数据存储到数组x中,且x的维数和大小会自动与文件x_inlet.txt的相匹配。 如何画三维曲面图surf,例如 surf(x,y,z),其中xy分别为n,m个元素的一维数组时,z必须为n*m的二维数组。-How to read the data textread, for example, through x textread ( x_inlet.txt ) we
matlab
- 如何读取数据textread,例如通过textread( x_inlet.txt )我们可以把文件x_inlet.txt中的数据存储到数组x中,且x的维数和大小会自动与文件x_inlet.txt的相匹配。 如何画三维曲面图contour,例如 contour(x,y,z),其中xy分别为n,m个元素的一维数组时,z必须为n*m的二维数组。 -How to read the data textread, for example, through textread (x_inlet.txt)
matlab
- 如何读取数据textread,例如通过xin textread( x_inlet.txt )我们可以把文件x_inlet.txt中的数据存储到数组xin中,且xin的维数和大小会自动与文件x_inlet.txt的相匹配。 如何设定坐标轴范围和坐标间距axis,set 例如 axis([0,7,0,12,-10,2])表示xyz坐标范围分别为0~7,0~12,-10~2,set(gca, XTick ,[0:1:7])表示x坐标范围为0~7,坐标间距为1.-How can we read
matlab
- 如何导出并保存数据 fopen, fprintf, fclose 通过以上程序我们可以新建一个名为data的文本文档,并且把数组z中第3行的数据保存到data文档内。 -Through the above procedure we can create a new text document called data, and the array z in the first three lines of data saved to the data document.
gissystem
- 基于arcmap二次开发做出的常用的矢量、栅格数据处理功能。-Based on arcmap secondary development to make the commonly used vector, raster data processing functions.
stl2ply
- stl 转 ply ,代码简洁实用,适合学习-stl to ply
Measure-coin-diameter
- 利用面阵相机测量硬币直径,文档给出测量五毛钱硬币直径的相关程序。-The coin diameter is measured by a plane array camera, and the relevant program for measuring the diameter of 50 fen coins is given in the document.
sgCoreSDK
- sgCore SDK 一个小型、但很高效的实体建模程序包,方便实用-sgcore is a solid modeling library created by the Geometros company. This library is a kernel of the parametrical CAD system SolidGraph. sgcore was developed on C++ only, exports about 30 classes and realizes many al
NEO0
- 人脸识别的算法源码,调用了face++接口,可以对比两张图片的人是否为同一个人-Face recognition algorithm source, call the face++ interface, you can compare the two pictures of the same person
FullScreen
- 全屏显示窗体。通过快捷键F11实现程序全屏显示的效果。-Full-screen display of the form. Through the shortcut key F11 to achieve the effect of full screen display.