搜索资源列表
optic-flow
- 一个matlab程序 从一个avi视频中读取两帧画面进行光流计算 分别用hs算法 lk算法 和块匹配法-A matlab program to read from a two avi video screens were used for optical flow algorithm lk hs block matching algorithm and
HS
- 光流场HS算法,主要用的是差分算法,MATLAB编写-Optical flow field HS algorithm, the main differential algorithm
MonteCarlo
- hs is the set of files (with the powerpoint presentation, in french or in english) used for the Webinar "Simulation de Monte Carlo en MATLAB". - The first demo (LakeArea, run MainLakeArea) is computing the size of a polyogon using a MC approach
HS
- 视频桢光流场计算,可以用拉丝构件视频纹理,保证别人没有上传过-Video frame optical flow field calculation, you can use drawing component video textures to ensure that no one else uploaded
gsm_hs
- 用matlab实现的HS信道外编译码、凿孔卷积码的程序 -HS implemented with the matlab-channel encoding and decoding, gouges convolutional codes program
HarmonySearch
- 調和搜尋演算法(Harmony Search HS)是將樂團演奏表現調整至最協調且美妙的現象引用到最佳化演算系統當中,而發展出一套全新的啟發式演算法-Reconcile the search algorithm (Harmony Search HS) is the Orchestra performance of coordinated and adjusted to the most wonderful reference to the best of the phenomenon Ca
hs
- Horn and shunck code to estimate the motion between two consecutive frames
hs-EIT
- 在matlab基础上编程解决EIT逆问题(有注释)-Matlab program to solve the EIT on the basis of inverse problems (with comments)
HSDPA-ENcode
- TD-SCDMA HSDPA 下行HS-DSCH HS-SCCH HS-SICH物理层编码,包括CRC编码,turbo编码,bit分离,速率匹配,bit加扰,交织和物理信道映射的MATLAB仿真。main文件为Encode_HS_SCCH.m Encode_HS_DSCH.m Encode_HS_SICH.m-TD-SCDMA HSDPA downlink HS-DSCH HS-SCCH HS-SICH physical layer coding, including the CRC encod
HS
- this the code of harmony search algorithm in matlab
HS
- 经典光流法matlab程序,使用H-S算法计算光流场-Classic optical flow method ,it is a matlab program, calculate optical flow by algorithm HS
hs
- 用matlab编译的经典光流算法HS算法,附有程序需要的图像-Classic compiled using optical flow algorithm matlab HS algorithm,with Image program need
hs
- 和声搜索算法,实现matlab开发环境下和声搜索的编程事例-Harmony search algorithm, matlab programming examples under development environment harmony search
FR-HS
- 提供了FR和HS共轭梯度法的算法,编程是用matlab实现的-FR and HS provides a conjugate gradient method algorithm, programming is achieved using matlab
HS-optical-flow-algorithm
- 光流的HS算法,MATLAB程序,实现一系列图像的处理-HS optical flow algorithm
Metaheuristic-Clustering---MATLAB-Code
- Meta-heuristic clustering: Source Code of: GA: Genetic Algorithm PSO: Particles Swram Optimization HS: Harmony Search DE: Differential Evolution
HS
- harmony search matlab source code
HS matlab-20180404T003738Z-001
- 和声搜索优化算法进行优化,测试方程分为 无限制和限制方程(harmony search algorithm to do the optimization)
VaR的HS方法前期程序
- 对输入数据进行排序,按照区间进行分类并计算概率,然后画图
光流向量的彩色表示算法设计与matlab实现
- 光流算法采用的是HS光流法,得到每个像素点的光流值,将它表示成HSI色彩空间的任一截面,再根据HSI色彩空间与RGB色彩空间的对应关系将光流场用颜色表示出来。