搜索资源列表
opencv to matlab
- cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
opencv to matlab
- cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
matlab-rotating-calculation
- EasySolve: 求取线性方程组AX+B=0的一组解,若解唯一则直接返回该解,若解不唯一则从解集中随机返回一组 程序会根据方程信息自动计算返回的解的合适数量级和随机中心的偏移量,使得返回随机解的大小合适于调用它的程序。 OrnoBasis: 根据输入向量的维度,返回该维度下的一组标准正交基底,输入的列向量组中的有效向量(非零、线性无关)会被标准正交化并作为基向量、按旧有顺序排在增补列向量的前边。 RotaObj: 任意维度下(>=2)的点集的保形旋转(不变形的旋转,
Intelligent-Image-Color-Reduction-and-Quantizatio
- In this post, we are going to share with you, the MATLAB implementation of Color Quantization and Color Reduction of images, using intelligent clustering approaches: (a) k-Means Algorithm, (b) Fuzzy c-Means Clustering (FCM), and (c) Self-Organizing M
seperate_kernel_standard
- 该函数是将三维核函数拆解为三个一维核函数,尽管只有部分三维核函数可以被准确拆解(如高斯核函数),但该函数对于不能准确拆解的核函数仍可以采用最小二乘的办法拆解该函数,对于图像滤波,将三维核函数拆解为三个一维核函数的做法将在一定程度上提高滤波效率。 输入: H [h(1,1,1), h(1,2,1), h(1,3,1)] (第1层) [h(2,1,1), h(2,2,1), h(2,3,1)] [h(3,1,1), h(3,2,1), h(3,3,1)]