搜索资源列表
EdgeColor
- 自动提取目标图像轮廓边缘,同时分辨其颜色。-Automatic edge contour extraction target image, at the same time to tell its color.
EdgeColor
- Edge Detection,Color Find,Maximum Color in Image User Interface
EdgeColor
- 使用matlab来对图像进行边缘检测的方法之一,便于在此基础上进行其他的功能的实现-Using matlab to the image edge detection methods, to facilitate this function based on the realization of other
kq
- 这是用MATLAB实现开启和闭合操作的源代码 可适用于机械方面- clc clear [x,y,z]=meshgrid(linspace(-1.3,1.3)) f=(x.^2+(9/4)*y.^2+z.^2-1).^3-x.^2.*z.^3-(9/80)*y.^2.*z.^3 p=patch(isosurface(x,y,z,f,0)) set(p,‘FaceColor’,‘red’,‘EdgeColor’,‘none’)