-
Optimal
说明: 几个凸优化函数,用于解决非约束和带约束条件的凸优化问题(Several convex optimization function, for solving non-binding and the constrained convex optimization problem)
- 2010-04-29 21:09:47下载
- 积分:1
-
Functions-Image-Processing-Toolbox
matlab code of filter for image enhancement
- 2011-12-21 00:35:47下载
- 积分:1
-
KFILTER_M
KFILTER can have arguments: (A,C,V1,V2) if there are no cross
- 2010-03-04 17:03:51下载
- 积分:1
-
cvKmeansDemoVq
k-mean algorithme computation
- 2011-05-03 22:20:37下载
- 积分:1
-
22335154
配套数字图像处理源代码(冈萨雷斯)的所有程序。对学数字图像处理的有很大帮助(Complete source code for digital image processing (Gonzalez) in all programs. To the learning of digital image processing helps a lot)
- 2011-06-24 09:15:11下载
- 积分:1
-
upload
calculate of zernike momemt of figure.
calculate of complex moment
it use for extraction feature.
edge detection
find treshold
- 2010-07-06 21:22:04下载
- 积分:1
-
KeyframeExtracting
本源码为利用光流法提取视频关键帧的matlab程序实现,也是本文基于内容的视频检索的论文所写的代码,需要的可以参考!(The source for the use of optical flow extracted keyframe Videos matlab program implementation, but also this article content-based video retrieval dissertation written code, can refer to the required!)
- 2020-09-27 21:17:45下载
- 积分:1
-
dat2mat
FILE TO CONVERT FROM DAT FILES IN JAVA RETINA TO MATLAB FORMAT
- 2011-06-15 22:36:03下载
- 积分:1
-
Binary-GA
Binary Genetic algorithm program
- 2014-12-19 16:06:44下载
- 积分:1
-
PSO
标准粒子群算法的实现思想基本按照粒子群算法(2) 标准的粒子群算法的讲述实现。主要分为3个函数。第一个函数为粒子群初始化函数
InitSwarm(SwarmSize......AdaptFunc)其主要作用是初始化粒子群的粒子,并设定粒子的速度、位置在一定的范围内。本函数所采用的数据结构如下所示:
表ParSwarm记录的是粒子的位置、速度与当前的适应度值,我们用W来表示位置,用V来代表速度,用F来代表当前的适应度值。在这里我们假设粒子个数为N,每个粒子的维数为D。(His thought of the implementation of the standard particle swarm algorithm according to the particle swarm algorithm (2)- the standard particle swarm algorithm about implementation. Mainly divided into three functions. The first function of particle swarm initialization function InitSwarm (SwarmSize... AdaptFunc), its main function is to initialize particle swarm particle, and set the particle s velocity, position in a certain range. The function of data structure is as follows: ParSwarm record table is the particle s position, speed and the current fitness value, we use W to represent the position, represented speed with a V, to represent the current fitness value with F. Here we assume that the number of particles N, each particle dimension for D.)
- 2015-01-09 18:40:08下载
- 积分:1