登录
首页 » matlab » toolbox-for-dimensionality-reduction

toolbox-for-dimensionality-reduction

于 2011-09-22 发布 文件大小:221KB
0 71
下载积分: 1 下载次数: 133

代码说明:

  一个关于数据降维的工具包,外国牛人编写,囊括了各种降维方法,是一个很好的工具!(A tool for data reduction package, foreign cattle were written, include a variety of dimension reduction method is a good tool!)

文件列表:

toolbox for dimensionality reduction
....................................\compute_nn_distance.m,1518,2006-09-08
....................................\compute_nn_graph.m,1664,2006-09-08
....................................\dijkstra_fast.dll,57344,2004-05-03
....................................\hlle.m,5717,2005-10-10
....................................\isomap.m,3950,2006-05-05
....................................\leigs.m,7393,2006-09-08
....................................\lle.m,2477,2006-09-08
....................................\load_images_dataset.m,5834,2006-04-10
....................................\load_points_set.m,4267,2006-02-05
....................................\load_subimages_dataset.m,1903,2006-08-24
....................................\ltsa.m,2653,2006-09-08
....................................\nn_prepare.dll,120320,2001-01-16
....................................\nn_prepare.m,1645,2002-01-17
....................................\nn_search.dll,128512,2001-01-16
....................................\nn_search.m,1984,2002-01-17
....................................\pca.m,7182,2006-08-28
....................................\perform_dimreduc_interpolation.m,1523,2006-08-14
....................................\perform_geodesic_embedding.m,1254,2006-08-13
....................................\perform_local_pca.m,2092,2006-08-28
....................................\plot_flattened_dataset.m,1392,2006-08-13
....................................\range_search.dll,129024,2001-01-16
....................................\range_search.m,1920,2002-01-17
....................................\readme.txt,2505,2006-09-08
....................................\test_datasets.m,793,2006-09-08
....................................\test_dimreduc.m,1464,2006-09-08
....................................\test_display_pointsets.m,386,2005-10-11
....................................\test_images.m,1303,2006-09-08
....................................\test_isomap_landmarks.m,1105,2006-09-08
....................................\test_meshes.m,876,2006-08-13
....................................\test_nearest_neighboors.m,472,2006-09-08
....................................\test_pca.m,333,2006-09-08
....................................\test_subimages.m,2536,2006-09-08
....................................\toolbox
....................................\.......\build_euclidean_weight_matrix.m,706,2004-01-06
....................................\.......\compute_distance_matrix.m,310,2004-10-06
....................................\.......\compute_distance_to_points.m,548,2005-05-08
....................................\.......\load_image.m,7511,2005-07-19
....................................\.......\perform_rbf_interpolation.m,4065,2005-10-10
....................................\.......\plot_mesh.m,2259,2004-12-24
....................................\.......\plot_scattered.m,1364,2005-10-10
....................................\.......\read_off.m,2339,2005-09-03
....................................\.......\test_rbf.m,405,2005-10-10
....................................\.......\triangulation2adjacency.m,611,2005-02-08

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 111
    去雾处理,可以生成深度图和去雾后的图像 用matlab实现(To fog treatment, can generate a depth map and to fog the image after the realization of using matlab)
    2021-05-13 14:30:02下载
    积分:1
  • HBMA
    HBMA为基于块的分级匹配算法,是一种典型的运动估计算法,适用于特征追踪和运动估计(HBMA classification based on block matching algorithm is a typical motion estimation algorithm for feature tracking and motion estimation)
    2020-10-10 21:57:33下载
    积分:1
  • calib
    matlab做的标定程序,包括角点检测与张正友标定算法做的,有界面 (matlab to do the calibration interface, including the corner detection algorithm and Zhang Zheng-you do calibration)
    2021-03-18 13:39:20下载
    积分:1
  • LMS
    用于数字图像处理的椒盐噪声滤波的自适应算法,(Salt and pepper for digital image processing adaptive noise filtering algorithm)
    2013-09-06 10:23:41下载
    积分:1
  • zhangwen
    说明:  掌纹识别palm print recognition software(gray processing, image filtering, detection angle HARRIS, wavelet decomposition. Heat extraction zone, the function of mathematical ecology )(Palmprint identification palm print recognition software (gray processing, image filtering, detection angle HARRIS, wavelet decomposition. Heat extraction zone, the function of mathematical ecology))
    2008-10-28 16:57:12下载
    积分:1
  • Gaussian
    高斯滤波是一种线性平滑滤波,适用于消除高斯噪声,广泛应用于图像处理的减噪过程。通俗的讲,高斯滤波就是对整幅图像进行加权平均的过程,每一个像素点的值,都由其本身和邻域内的其他像素值经过加权平均后得到。高斯滤波的具体操作是:用一个模板(或称卷积、掩模)扫描图像中的每一个像素,用模板确定的邻域内像素的加权平均灰度值去替代模板中心像素点的值。(Gaussian smoothing filter is a linear filter for the elimination of Gaussian noise, the noise reduction process is widely used in image processing. Popular speaking, a Gaussian filter to the whole image is a weighted average of the process, the value of each pixel, both by itself and other neighborhood pixel values obtained after weighted average. The specific operation Gaussian filter is: a template (or a convolution mask) to scan each pixel in the image, a weighted average gray value of the neighborhood is determined using a template to replace the pixel value of the center pixel of the template.)
    2014-10-18 09:00:28下载
    积分:1
  • kdtree
    特征点匹配时,采用构造KD-tree,用最优节点优先法寻找最佳匹配点(Matching feature points, the tectonic KD-tree, with the optimal node is preferred method to search for the optimal matching point)
    2012-02-27 08:32:20下载
    积分:1
  • Inpainting
    该文件夹包括了MCA算法进行图像修复等相关图像处理(This files includes image inpainting and some other proessing.)
    2016-01-14 19:57:46下载
    积分:1
  • Canny
    本压缩包有canny算子的源程序代码和测试图片。(The archive has canny operator of the source code and test images.)
    2008-07-24 11:22:50下载
    积分:1
  • fenxingweishu
    介绍2种计算分形维数的算法,里边包含2个程序,计算比较简单,分行维数主要是获取图像的表面粗糙度(fractal dimension)
    2020-12-02 10:39:26下载
    积分:1
  • 696524资源总数
  • 103913会员总数
  • 34今日下载