-
colormoment
读取图片,提取图片的颜色矩特征,其中变量I=imread( 1.jpg ),1.jpg即为需要读取的图片。(Read the image, color moments extracted image features, including variable I = imread (' 1. Jpg ' ), 1.jpg shall be required to read the pictures.)
- 2010-08-27 10:39:32下载
- 积分:1
-
Rumore_rosa
Pink noise generated in matlab
- 2009-04-09 01:09:37下载
- 积分:1
-
游需求分析婶予促进我目各地区的经济发展和文化交流都有着重要的意叉 gray-predict
游需求分析婶予促进我目各地区的经济发展和文化交流都有着重要的意叉。由于旅游行业的。小样本,膏信息,不确定”性,
旅游市场可以看做是一个巨大的灰色系统。皋文竹对旅游需求同题进行了详细的研完,提出了基于灰色表镜理论的多元数学预测模型GM
(1,N).合理分析诸多因素对旅游需求的综合影响,可以很好的解决此奏问题。同时。以北京地区旅游需求发展为倒,根据北京市旅游局平
的历年旅游统计数据,确定影响游客人数的因素并对其合理量化,应用GM(1,N)模型对最地的旅游需求进行预潮.井通过残盖检验,后戎
差检验手方法对谊模型进行分析.得到的攮测结晨比较准磅,未模型应用范田广泛,可以进行推广使用。(Travel demand analysis aunt I promote my head the region s economic development and cultural exchange has an important meaning fork. As the tourism industry. Small sample, paste the information, uncertain "sex,
Tourism market can be seen as a huge gray system. Gao asparagus tourism demand with the title for a detailed study finished, put forward the theory based on gray table mirror multivariate mathematical prediction model GM
(1, N). Rational analysis of factors combined effects of tourism demand, can solve this problem outs. Simultaneously. Development of regional tourism demand in Beijing is an inverted, according to the Beijing Municipal Tourism Bureau level
Calendar year tourism statistics to determine the factors that affect the number of visitors and their reasonably quantified, the application of GM (1, N) model of the tourism demand for the most pre-cuts. Well residue cover through test after Rong
Poor test methods friendship hand model for analysis. Nang get more accurat)
- 2013-11-11 15:56:03下载
- 积分:1
-
Function
在用MATLAB编写GPC控制时候最基础的一些需要自己编写的函数,如丢番图方程的求解。(In some need to write your own functions written in MATLAB based GPC control the time, such as the Diophantine equation solution.)
- 2020-11-10 10:09:45下载
- 积分:1
-
mat
matlab simulink 模糊控制器模型(matlab simulink fuzzy controller model)
- 2014-01-17 10:21:25下载
- 积分:1
-
propeller
船舶电力推进螺旋桨数学模型,采用切比雪夫多项式拟合,可以作为电力推进系统的负载使用。(Ship electric propulsion propeller mathematical model. By using Chebyshev polynomial fitting, as electric propulsion system load.)
- 2020-11-08 15:29:47下载
- 积分:1
-
nsga2_Matlab_xixilee
对多目标优化算法NSGA-II算法的改进,该算法进化代数少,但是获得的最终效果特别好!(pair of multi-objective optimization algorithm NSGA-II algorithm, the algorithm evolutionary less algebra, However, the ultimate effect was particularly good!)
- 2007-06-05 20:19:02下载
- 积分:1
-
deal-picture
使用自适应中值滤波器对图像做预处理,实现图像的消噪(Use adaptive median filter to the image preprocessing, to achieve image denoising)
- 2014-10-10 16:18:53下载
- 积分:1
-
PSOBC-dvhop
基于改进的粒子群算法的一个网络节点定位算法,并和传统的DVhop方法做了比较。(Based on the improved particle swarm algorithm of a network node localization algorithm, and the method and traditional DVhop were compared.)
- 2011-12-14 09:25:58下载
- 积分:1
-
DCT-and-Image-Compression
DCT and Image Compression
In the JPEG image compression algorithm, the input image is divided into
8-by-8 or 16-by-16 blocks, and the two-dimensional DCT is computed for each
block. The DCT coefficients are then quantized, coded, and transmitted. The
JPEG receiver (or JPEG file reader) decodes the quantized DCT coefficients,
computes the inverse two-dimensional DCT of each block, and then puts the
blocks back together into a single image. For typical images, many of the
DCT coefficients have values close to zero these coefficients can be discarded
without seriously affecting the quality of the reconstructed image.
The example code below computes the two-dimensional DCT of 8-by-8 blocks
in the input image, discards (sets to zero) all but 10 of the 64 DCT coefficients
in each block, and then reconstructs the image using the two-dimensional
inverse DCT of each block. The transform matrix computation method is used.
- 2014-01-28 16:55:07下载
- 积分:1