-
image-mosaic-using-SIFT
Image Mosaicing interesting application in computer vision
- 2012-11-30 00:53:20下载
- 积分:1
-
Image-rotation-correction
利用radon变换进行图像倾斜矫正的算法代码实现(Using radon transform algorithm for image tilt correction code)
- 2011-11-16 20:38:16下载
- 积分:1
-
lvbo2
基于DCT的数字水印抗滤波性能检测matlab代码(DCT-based digital watermarking anti-filtering performance detection matlab code)
- 2013-04-25 14:44:42下载
- 积分:1
-
total8bian
初步的代码,只保存边界的声波逆时偏移 RTM
- 2013-09-16 21:22:17下载
- 积分:1
-
QuickCam
实现对图像的经验模态分解,得到经验模态分解后的第一层IMF分量,反映了图像的主要信息,去除冗余信息,为识别提供了基础。(Empirical mode decomposition of image, obtain the empirical mode decomposition of the first layer of IMF component, reflected the main information of the image, to remove redundant information, provide the basis for identification.
)
- 2014-01-20 14:16:39下载
- 积分: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
-
rader2
说明: 雷达模拟发射信号,回波信号,进行匹配滤波/脉冲压缩仿真,(The radar simulates the transmitted signal and the echo signal, performs the matched filtering / pulse compression simulation,)
- 2020-04-12 11:39:57下载
- 积分:1
-
C++ 二维码识别
C++ 二维码识别
- 2015-01-07下载
- 积分:1
-
fast-parrallel-and-opta
经典复合式指纹细化算法源码,算法步骤为先用快速并行算法遍历,后用OPTA算法遍历,附有注释。(Classic composite fingerprint thinning algorithm source code, for the first step of the algorithm with fast parallel algorithm traversal traversal algorithm after using OPTA, annotated.)
- 2016-03-14 17:03:46下载
- 积分:1
-
molecular-imaging-master
说明: 分子图像处理的软件,但没有数据库,具体操作看操作说明(Molecular image processing software, but there is no database, see the specific operation instructions)
- 2020-06-19 11:20:02下载
- 积分:1