搜索资源列表
ellipsefitting
- 输入一组数据,xy值,用来拟合椭圆。只要改变输入数据,该代码就可以直接使用。另附上椭圆拟合算法。-Enter a set of data, xy values, used to fit ellipses. Just change input data, the code can be used directly. Attached on the ellipse fitting algorithm.
ConvertToXY
- 使用LABVIEW编写将数据信号转换为XY图像以及数据-Prepared using the LABVIEW data signal converters, as well as data for the XY
xy
- bmp图像操作 显示特效处理等等代码-bmp images show the effects processing operation code, etc.
xy
- 计算机图形学的程序 喜欢的人可以参考一下; 就这样了-Computer graphics program like the one can refer to on the case
RXYC.tar
- image segmentation using recursive XY cut algorithm
Three-dimensional-random-points
- 对一组随机产生数点(投影到xy平面)进行包围球的计算并显示出来 图形还可以缩放 移动 自适-A set of randomly generated points (projected onto the xy plane) to surround the ball is calculated and displayed graphics can also move the adaptive scaling
rotatexticklabel
- matlab中任意角度旋转xy坐标轴标识(tick)的程序-rotate the axis ticks
XY
- XYZ视频图像压缩编码的应用原理与实际生活应用 -XYZ video image compression encoding
ellipse
- 从TEX文档中读取一系列点数据xy坐标,根据最小二乘原理,采用高斯全主元消去法来拟合椭圆曲线,求得椭圆基本参数。-From the TEX document to read a series of points xy coordinates, Gaussian full principal component elimination method based on the principle of least squares to fit the elliptic curve obtained
XY-line2
- XY坐标轴,网格线、点和点的连线绘图现象曲线-XY coordinate axes, gridlines, the connection point and the point of drawing the curve phenomenon
ROI
- 图像阈值处理后,将图像将x.y方向投影,提取图像中矩形部分-Image threshold processing, the xy direction of the projected image, the image extracted rectangular part
Signal-acquisition-system
- 1.首先打开软件,点击读取图片,寻找到要打开的图片,并且打开; 2.点击确定坐标系,在原始图片中找到原点,并点击鼠标的滑轮(中键),确定坐标轴; 3.分别点击确定X,Y单位长度,同样点击鼠标中键,分别在XY轴上找到相应位置,并且输入相应位置所对应的长度; 4.然后便可以采集信号,在原图上左键点击原始波形,下面便会画出图形,注意:右键是删除最新画出的点(即左键是画图,右键是删除);-1 first open the software, click to read the picture
Slic
- SLIC主要运用K-means聚类算法进行超像素的处理,聚类算法中的距离度量不仅仅包括颜色空间的颜色距离还包括像素坐标的欧氏距离。所以K-means聚类的中心点由五维向量组成。其中包括,记录LAB颜色空间下的像素以及该像素点的XY坐标,由于XY坐标不能和颜色空间直接进行计算,所以添加了一个紧密度的参数。(slic superpixelSLIC mainly uses the K-means clustering algorithm for ultra pixel processing, the
图像处理
- 椭圆拟合 XY 分别对应其坐标轴 XY点 散点 拟合 椭圆 灰度转化真彩(The ellipse fitting XY corresponds to its coordinate axis, XY point, scatter point and ellipse fitting)
slic
- 超像素分割图像,将彩色图像转化为CIELAB颜色空间和XY坐标下的5维特征向量,然后对5维特征向量构造距离度量标准,对图像像素进行局部聚类的过程(simple linear iterativeclustering)