Welcome![Sign In][Sign Up]
Location:
Search - matlab normalized c

Search list

[Other resourceGP_Algorithm_luzhenbo

Description: G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快) 作者:陆振波,海军工程大学 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 电子邮件:luzhenbo@sina.com 个人主页:luzhenbo.88uu.com.cn 更新部分: 引入限制短暂分离参数,使该参数大于序列平均周期时,去除了同一轨道前后点的关联, 使 r 值较小时,ln r - ln C(r) 曲线接近线性 文件夹说明: 1、GP_Algorithm_main.m - 程序主文件 2、LorenzData.dll - 产生Lorenz离散数据 3、normalize_1.m - 数据归一化 4、CorrelationIntegral.dll - 计算关联积分-G-P algorithm in Matlab correlation dimension (upgrade version mex function, ultrafast) Author : bo, the Navy Engineering from the University of peer welcome exchanges and cooperation, more and download articles please visit my personal web page e-mail : luzhenbo@sina.com 000 people Home : luzhenbo.88uu.com.cn update : the introduction of restrictions on temporary separation parameters so that the sequence of parameters than the average cycle, in addition to the same orbit around the point and makes a relatively small r, r ln - ln C (r) curve is nearly linear document folders : 1, GP_Algorithm_main.m-procedure two main documents, LorenzData.dll - Lorenz have three discrete data, normalize_1.m-normalized data of four, CorrelationIntegral.dll-associated integral calculation
Platform: | Size: 6371 | Author: 陆振波 | Hits:

[matlabGP_Algorithm_luzhenbo

Description: G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快) 作者:陆振波,海军工程大学 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 电子邮件:luzhenbo@sina.com 个人主页:luzhenbo.88uu.com.cn 更新部分: 引入限制短暂分离参数,使该参数大于序列平均周期时,去除了同一轨道前后点的关联, 使 r 值较小时,ln r - ln C(r) 曲线接近线性 文件夹说明: 1、GP_Algorithm_main.m - 程序主文件 2、LorenzData.dll - 产生Lorenz离散数据 3、normalize_1.m - 数据归一化 4、CorrelationIntegral.dll - 计算关联积分-G-P algorithm in Matlab correlation dimension (upgrade version mex function, ultrafast) Author : bo, the Navy Engineering from the University of peer welcome exchanges and cooperation, more and download articles please visit my personal web page e-mail : luzhenbo@sina.com 000 people Home : luzhenbo.88uu.com.cn update : the introduction of restrictions on temporary separation parameters so that the sequence of parameters than the average cycle, in addition to the same orbit around the point and makes a relatively small r, r ln- ln C (r) curve is nearly linear document folders : 1, GP_Algorithm_main.m-procedure two main documents, LorenzData.dll- Lorenz have three discrete data, normalize_1.m-normalized data of four, CorrelationIntegral.dll-associated integral calculation
Platform: | Size: 6144 | Author: 陆振波 | Hits:

[matlabMATLAB

Description: Normalized Cut Image Segmentation Code -Normalized Cut Image Segmentation Code
Platform: | Size: 1024 | Author: | Hits:

[Compress-Decompress algrithms3

Description: Normalized Cut Image Segmentation Code
Platform: | Size: 2048 | Author: | Hits:

[2D Graphicncc

Description: The normalized cross correlation (NCC) implemented in C++ and Matlab
Platform: | Size: 582656 | Author: lusmar | Hits:

[OpenCVnormxcorr2_mex_ALL

Description: 归一化互相关高速计算模块OpenCV工程,Daniel Eaton已将其生成Matlat Mex文件,比Matlab内建的normxcorr2()效率要高-Normalized cross-correlation of high-speed calculation module, Daniel Eaton have been wrapped the C++ code from OpenCV project and making it available as a MATLAB MEX-file, it performs higher efficiency than Matlab built-in normxcorr2 ().
Platform: | Size: 584704 | Author: MORGAN | Hits:

[matlabfastop

Description: Matlab and c code to compute fast normalized correlation coefficient.
Platform: | Size: 36864 | Author: RUI LI | Hits:

[Wavelettuxiangpipei

Description: 基于小波变换的多分辨匹配算法: 首先利用小波的多分辩率特性将匹配图像和模板图像分解到乙层上,并且只保留LL低频部分,然后利用归一化相关法作为相似性度量,进行由粗到细的相关匹配过程,每次利用下一层的匹配结果在上层小范围内搜索。这样做极大地减少了搜索空间,而且减少了每次匹配计算相似度的数据量。 -Wavelet multiresolution matching algorithms: a wavelet multi-resolution feature will match the image and the template image is decomposed to the B layer, and retain only low-frequency part of the LL, and then use normalized correlation as a similarity measure, carried out by the rough to the relevant matching process, each time using the matching results of the next layer in the upper small scale search. This greatly reduces the search space, but also reduced the calculation of similarity for each match the amount of data.
Platform: | Size: 252928 | Author: 韩小芳 | Hits:

[matlabnormxcorr2_ALL

Description: 快速NCC(normalized cross correlation)算法实现。比matlab自带的normxcorr2 快10-20倍。在windows Unix环境下c语言,和matlab编译通过。-use Matlab on Windows or Linux or Mac OS X and want fast (exact, general-case) normalized correlation (NCC) code right now, then download it and enjoy the large performance gain over Matlab s normxcorr2 (demo included). For the brave (and/or masochistic) there is B), however, it is unlikely you will do better than the above. Thanks to Liang Jin for making the OS X binary (his performance comparison graph on a PowerPC).
Platform: | Size: 584704 | Author: | Hits:

[matlabMatlab_tsp

Description: TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序 D是距离矩阵,n为种群个数 参数a是中国31个城市的坐标 C为停止代数,遗传到第 C代时程序停止,C的具体取值视问题的规模和耗费的时间而定 m为适应值归一化淘汰加速指数,最好取为1,2,3,4,不宜太大 alpha为淘汰保护指数,可取为0~1之间任意小数,取1时关闭保护功能,建议取0.8~1.0之间的值 R为最短路径,Rlength为路径长度- TSP problem (also known as: traveling salesman problem, traveling salesman problem) genetic algorithm generic matlab program D is the distance matrix, n is the population number of parameters a C coordinates of the 31 cities to stop algebra, genetic to C on behalf of the program stops, the specific values ​ ​ of C depending on the size and time-consuming, m alpha for the fitness value of the normalized phase-out acceleration index, and is best taken as 1, 2, 3, 4, and not too much eliminated the protection index, it is desirable for any decimal between 0 and 1, taking 1:00 off the protective function, it is recommended to take a value between 0.8 to 1.0 R for the shortest path, Rlength for the path length
Platform: | Size: 4096 | Author: fuhai | Hits:

[matlabexperiment_3[1]

Description: 计算阶跃折射率光纤传播常数、归一化频率、截止波长、导模数量等- Calculate for Step Index Fibers (using MATLAB): a) Propagation constant (β) b) Normalized propagation constant (b) c) V number (V) d) Check whether the fiber is single mode or multi mode. e) Graph between normalized propagation constant (b) and V number f) Cut off wavelength (λc) g) Number of modes traveling in fiber (Ms)
Platform: | Size: 1024 | Author: fang mao | Hits:

[OtherNcut_9

Description: Normalized Cuts,数据分类,matlab,C++,C语言混合编程程序,图像分割,光谱聚类-Normalized Cuts, data classification, matlab, C++, C mixed-language programming procedures, image segmentation, spectral clustering
Platform: | Size: 89088 | Author: 席默 | Hits:

[Special Effectsaffintpoints

Description: 仿射不变Harris, Laplacian, det(Hessian) and Ridge 特征点检测 参考文献:An affine invariant interest point detector , K.Mikolajczyk and C.Schmid, ECCV 02, pp.I:128-142.-Matlab code for detecting Affine spatial interest points. Includes Harris, Laplacian, det(Hessian) and Ridge interest point operators in combination with spatial scale selection based on the extrema of scale-normalized Laplacian and affine adaptation basen on second-moment matrix. Scale and shape adaptation are optional and disjoint. Zip archive: affintpoints.zip Ref: An affine invariant interest point detector , K.Mikolajczyk and C.Schmid, ECCV 02, pp.I:128-142. What is in the package: 1) ineterst point detection of different kinds (Harris, Laplace, det(H), Ridge) 2) scale, shape and position adaptation procedure 3) demo examples and a script for batch-mode computation and saving of the results what is not in the package: - no rotation estimation - no region descriptor computation
Platform: | Size: 901120 | Author: 灵台斜月 | Hits:

[Other systemsDIPOLE

Description: c This a MATLAB and FORTRAN based program that computes the: c c I. Maximum directivity (dimensionless and in dB) c II. Radiation resistance (Rr) c III. Input resistance (Rin) c IV. Reactance relative to current maximum (Xm) c V. Input reactance (Xin) c VI. Normalized current distribution c VII. Directivity pattern (in dB) c VIII. Normalized far-field amplitude pattern (Etheta in dB) -c This is a MATLAB and FORTRAN based program that computes the: c c I. Maximum directivity (dimensionless and in dB) c II. Radiation resistance (Rr) c III. Input resistance (Rin) c IV. Reactance relative to current maximum (Xm) c V. Input reactance (Xin) c VI. Normalized current distribution c VII. Directivity pattern (in dB) c VIII. Normalized far-field amplitude pattern (Etheta in dB)
Platform: | Size: 5120 | Author: yuzhengdong | Hits:

[matlab熵权法原理

Description: 熵权法是一种客观赋权方法。它十分复杂,计算步骤如下: a.构建各年份各评价指标的判断矩阵: b.将判断矩阵进行归一化处理, 得到归一化判断矩阵: c.根据熵的定义,根据各年份评价指标,可以确定评价指标的熵。 d.定义熵权。定义了第n个指标的熵后,可得到第n个指标的熵权。 f.计算系统的权重值。(Entropy weight method is an objective method of empowerment. It is very complicated. The calculation procedure is as follows: A. construct the judgment matrix of each evaluation index in each year: B. Normalize the judgment matrix and get the normalized judgment matrix: C. According to the definition of entropy, the entropy of the evaluation index can be determined according to the evaluation indexes of each year. D. define entropy. After the entropy of the NTH index is defined, the entropy of the NTH index can be obtained. F. calculate the weight of the system.)
Platform: | Size: 106496 | Author: 名字好难 | Hits:

CodeBus www.codebus.net