-
ComputerGraphicsofVC
这个事关于Computer Graphics (计算机图形学)的教学代码!!!(The thing about Computer Graphics (computer graphics) teaching the code! ! !)
- 2010-05-24 15:13:55下载
- 积分:1
-
LBP
说明: 完整的lbp编码,可以学会怎样使用lbp(Complete lbp coding, you can learn how to use the lbp)
- 2021-04-06 19:39:02下载
- 积分:1
-
case1
opencv中对扫描图片的切边处理,并且对倾斜图片进行旋转矫正,(The cutting edge of the picture in opencv, rotation correction)
- 2018-07-23 16:01:17下载
- 积分:1
-
med
matlab中值平滑处理,主要是用5点平滑和3点平滑实现(matlab median smoothing was used in 5-point smoothing and 3 points to achieve smooth)
- 2009-11-03 11:38:00下载
- 积分:1
-
ge
说明: 求解在一个三角形上的任何一点,到另外一点的距离最小的一个点。(solution in a triangle on any point to another point of the smallest distance between a point.)
- 2005-03-24 16:09:46下载
- 积分:1
-
disk
对于给定的文件检索概率,编程计算磁盘文件的最优存储方案.(For a given probability of document retrieval, programming the calculation of the optimal disk file storage scheme.)
- 2007-09-15 14:43:26下载
- 积分:1
-
MCTF
带运动估计的时域滤波,一种基于小波的运动估计方法,可以有效的去除视频流的帧间冗余。与传统的帧参考模式的运动估计相比,没有错误漂移现象。内含编码器和解码器。(Belt Movement estimated time domain filtering, a wavelet-based motion estimation methods, can effectively remove the inter-frame video stream redundancy. With the traditional frame of reference than the motion estimation, no errors drift phenomenon. Intron encoder and decoder.)
- 2020-07-23 15:28:46下载
- 积分:1
-
houghcircle
非常好的matlab检测圆形目标代码 希望能给大家带来一些帮助 喜欢的来下(Very good detection of circular object code matlab want to give you some help like to bring to the next)
- 2010-01-30 16:47:10下载
- 积分:1
-
VTK+MFC
说明: 将VTK重建结果在MFC中显示,并有颜色与阀值设置。(VTK reconstruction results will be displayed in the MFC, and color threshold settings.)
- 2021-02-19 15:39:44下载
- 积分:1
-
能量检测法源代码
能量检测法是一种比较简单的信号检测方法[1], 属于信号的非相干的检测, 直接对时域信号采样值求模,然后平方即可得到;或利用FFT转换到频域,然后对频域信号求模平方也可得到。它无需知道检测信号的任何先验知识,对信号类型也不作限制。
实际上,能量检测是在一定频带范围内作能量积累,如果积累的能量高于一 定的门限,则说明信号的存在;如果低于一定的门限,则说明仅有噪声。能量检 测的出发点是信号加噪声的能量大于噪声的能量。能量检测方法对信号没有作任何假设,是一种盲检算法。
此代码“利用FFT转换到频域,然后对频域信号求模平方”方法来实现对用户的检测。(In fact, energy detection is used for energy accumulation in a certain frequency range. If the accumulated energy is higher than a certain threshold, the existence of the signal is indicated. If the threshold is lower than the threshold, then only noise is indicated. The starting point of energy detection is that the energy of signal plus noise is greater than that of noise. The energy detection method does not make any assumptions about the signal, and it is a blind detection algorithm.
This code "converts the frequency domain into the frequency domain by FFT, then calculates the square of the square of the frequency domain signal" to realize the detection of the user.)
- 2021-04-29 16:18:42下载
- 积分:1