登录
首页 » matlab » IAMGE-change-PCA

IAMGE-change-PCA

于 2021-04-25 发布 文件大小:646KB
0 195
下载积分: 1 下载次数: 19

代码说明:

  图像变换检测 主成分分析法 含PDF介绍(iamge change detection using PCA)

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

发表评论

0 个回复

  • lda
    lda线性特征提取,用于人脸识别,首先进行小波特征提取后用lda提取特征。(lda linear feature extraction for face recognition, first of all, after feature extraction using wavelet feature extraction using lda.)
    2010-02-20 11:42:33下载
    积分:1
  • xiaobobianhuan
    利用小波变化实现对不同灰度图像的边缘检测(Changes implemented using wavelet different gray-scale image edge detection)
    2013-06-12 22:01:49下载
    积分:1
  • GCBAC
    说明:  基于活动轮廓模型的图割算法,实现图像的高效分割!非常好的代码。希望帮助大家!(Graph cuts based active contours which is used for image segmentation.Excellent source code!)
    2011-04-07 12:44:17下载
    积分:1
  • real-pictures-imaging
    利用已有真实场景色彩图片转换为灰度图像,实现SAR成像处理,(Use of existing real scene color images converted to grayscale images, the SAR imaging processing)
    2013-03-17 10:00:25下载
    积分:1
  • CS
    说明:  用matlab利用压缩感知CS实现对一位信号的处理~小波稀疏分解,正交追踪算法重构~1-D信号压缩传感的实现(正交匹配追踪法Orthogonal Matching Pursuit) 测量数M>=K*log(N/K),K是稀疏度,N信号长度,可以近乎完全重构(CS with matlab using compressed sensing to achieve a sparse signal processing- wavelet decomposition, the orthogonal tracking reconstruction algorithm)
    2011-11-23 21:01:12下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • ostu
    ostu图像分割阈值算法,对Ostu图像分割最优阈值进行优化处理,极大缩短了搜索图像阈值计算时间,与传统的枚举法Otsu方法相比,在计算时间上具有显著的优点。(ostu threshold image segmentation algorithm for image segmentation Ostu optimal thresholds to optimize the processing, greatly reduces the search image thresholding computation time, with the traditional enumeration method Otsu methods, in the calculation of time has significant advantages.)
    2021-03-01 11:09:34下载
    积分:1
  • RL(Richardson-Lucy)
    采用基于RL(Richardson-Lucy)算法的超分辨图像复原。能够实现图像的频谱外推,得到期望的复原图像。(The RL (Richardson-Lucy) algorithm-based super-resolution image restoration. Extrapolation of image spectrum, to obtain the desired restored image.)
    2012-05-04 12:01:35下载
    积分:1
  • image_matching123
    图像配准,利用互相关的方法进行图像配准,能达到良好效果(Image registration, the use of the cross-correlation method of image registration, and can achieve good results)
    2013-01-06 10:28:30下载
    积分:1
  • ICM2image_loop
    对两帧图像进行ICM调试.包含内容:1估计姿态和摄像机内参数;2两幅图做四次金字塔;3利用输入特征点采用ransac算法估计姿态R, T。4sift特征匹配;5摄像机标定。(ICM images on two debugging. Contains: 1 Estimated posture and intrinsic parameters 2 two plans to do four pyramids 3 using the input feature points using ransac algorithm estimates gesture R, T. 4sift feature matching 5 camera calibration.)
    2013-11-16 20:58:55下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载