登录
首页 » matlab » thin-plate-splines

thin-plate-splines

于 2011-09-02 发布 文件大小:2KB
0 86
下载积分: 1 下载次数: 134

代码说明:

  tps变换算法,一个很好的MATLAB程序,用于图像拼接(tps transform algorithm, a good MATLAB programs for image stitching)

文件列表:

tps_compute_kernel.m,791,2008-11-24
tps_compute_param.m,486,2008-11-24
tps_set_ctrl_pts.m,465,2008-11-24
tps_set_landmarks.m,521,2008-11-24
tps_test_script.m,823,2008-11-24
tps_warp.m,460,2008-11-24

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

发表评论

0 个回复

  • VCPP-image-processing-chapter05
    VisualC++数字图像处理技术详解第2版光盘-第五章(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter V)
    2016-04-16 13:33:13下载
    积分:1
  • Demo_for_Windows-master
    SDK_key: 人脸追踪(FT) Key 5qTrdeA43zdBXJZt7HM1x1wX9XGt7QicRU6Nt8rXLQAn 人脸检测(FD) Key 5qTrdeA43zdBXJZt7HM1x1weJvY2koYyzGARH6wVoTVw 人脸识别(FR) Key 5qTrdeA43zdBXJZt7HM1x1wmUKoEpvhgJYHd5xAsFig3 年龄识别(Age) Key 5qTrdeA43zdBXJZt7HM1x1xPHL78Ekcog6LU5iNCCNLj 性别识别(Gender) Key 5qTrdeA43zdBXJZt7HM1x1xWSjNHHcbTHHP9VuHLX1rf 此处APP_Id与SDK_Key仅适用于ArcFace v1.1, 不适用于其他版本。(DK_key: Face Tracking (FT) Key 5qTrdeA43zdBXJZt7HM1x1wX9XGt7QicRU6Nt8rXLQAn Face Detection (FD) Key 5qTrdeA43zdBXJZt7HM1x1weJvY2koYzGARH6wVoTVw Face Recognition (FR) Key 5qTrdeA43zdBXJZt7HM1x1wmUKoEpvhg JYHd5xAsFig3 Age Identification (Age) Key 5qTrde A43zdBXJZt7HM1x1xPHL78Ekcog 6LU5iNCCNLj Gender Key 5qTrdeA43zdBXJZt7HM1x1xWSjNHcbTHHP9VuHLX1rf Here APP_Id and SDK_Key are only applicable to ArcFace v1.1, not to other versions.)
    2019-03-07 20:03:15下载
    积分:1
  • Digital-Image(201008)
    计算机图形学图像处理学习内容,附带PPT教程里面的代码。(the ppt for Digital Image)
    2012-02-18 15:17:52下载
    积分:1
  • OSTU
    说明:  用OSTU和KSW实现多阈值图像分割,matlab代码(Image Segmentation Using OSTU and KSW)
    2019-05-14 16:22:31下载
    积分:1
  • pretrm
    图像的预处理程序,包括边缘去噪、二值化、腐蚀等。为车牌定位作铺垫(image preprocessing procedures, including marginal denoising, the two values, and corrosion. To pave the way for positioning plates)
    2007-03-22 21:34:01下载
    积分:1
  • hilbert
    用hilbert曲线扫描图像后,进行图像检索的代码,里面有很多有用的代码(After scanning the image with the hilbert curve, the image retrieval code, there are a lot of useful code)
    2011-06-16 20:25:56下载
    积分:1
  • 傅里叶谱与频域低通滤波
    说明:  傅里叶谱与频域低通滤波 (a)从图书网站下载图4.41(a)并计算其(居中)傅里叶谱。(b)显示频谱。(c)在等式(4.8-7)中实现高斯低通滤波器。您必须能够指定结果2D函数的大小,M x N。此外,您必须能够指定高斯函数的中心位置。(d)从图书网站下载图4.41(a),并对其进行低通滤波,以复制图4.48中的结果。(Fourier Spectrum and Lowpass Filtering in Frequency Domain (a) Download Fig. 4.41(a) from the book web site and compute its (centered) Fourier spectrum. (b) Display the spectrum. (c) Implement the Gaussian lowpass filter in Eq. (4.8-7). You must be able to specify the size, M x N, of the resulting 2D function. In addition, you must be able to specify the location of the center of the Gaussian function. (d) Download Fig. 4.41(a) from the book web site and lowpass filter it to duplicate the results in Fig. 4.48.)
    2018-12-24 21:49:57下载
    积分:1
  • Separating-Reflections-from-Image
    基于快速核独立分量分析的图像反光分离研究 (Fast Kernel independent component analysis based on the image separation of reflection)
    2011-05-30 22:25:07下载
    积分:1
  • GMM高斯混合模型进行背景建模(Matlab)
    转:https://blog.csdn.net/jinshengtao/article/details/26278725 混合高斯背景建模是基于像素样本统计信息的背景表示方法,利用像素在较长时间内大量样本值的概率密度等统计信息(如模式数量、每个模式的均值和标准差)表示背景,然后使用统计差分(如3σ原则)进行目标像素判断,可以对复杂动态背景进行建模,计算量较大。 在混合高斯背景模型中,认为像素之间的颜色信息互不相关,对各像素点的处理都是相互独立的。对于视频图像中的每一个像素点,其值在序列图像中的变化可看作是不断产生像素值的随机过程,即用高斯分布来描述每个像素点的颜色呈现规律单模态(单峰),多模态(多峰)(Gaussian mixture background modeling is a background representation method based on the statistical information of pixel samples. Statistical information such as the number of patterns, the mean and standard deviation of each pattern are used to represent the background. Statistical difference (such as 3_principle) is used to judge the target pixel. Complex dynamic background modeling has a large amount of computation. In the Gaussian mixture background model, it is considered that the color information between pixels is uncorrelated and the processing of each pixel is independent of each other. For each pixel in a video image, the change of its value in a sequential image can be seen as a random process that produces pixel values continuously, i.e. Gaussian distribution is used to describe the regularity of color rendering of each pixel in single mode (single peak) and multi-mode (multi-peak).)
    2020-11-01 09:49:54下载
    积分:1
  • BDStracking
    北斗二代接收机中的跟踪程序,模块有载波环(二阶FLL,三阶PLL),FLL辅助PLL,码环是用二阶DLL,再用载波环辅助码环(Compass II receiver tracking program, module carrier ring (second-order FLL, the third-order PLL), FLL auxiliary PLL, code ring is by Second DLL, then the carrier ring auxiliary code ring)
    2021-05-16 10:30:01下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载