资源列表
wch1
- 利用小波的能量距作为特征进行雷达波形的特征提取-From the use of wavelet energy as a radar waveform characteristics of the feature extraction
main
- 电梯的楼层显示,运用c++语言 这是主程序 将会进行显示楼层的数目-Elevator floor display, using c++ language which is the main program will be to display the number of floors
DepthFirstSearch-8Queens
- 回溯法解决八皇后问题,深度优先搜索的一种形式-Back, the eight queens problem, depth-first search
tuceng
- 由VC++ARX在CAD中创建一个新的图层-By the VC++ ARX in CAD to create a new layer
fifo_read
- fifo_read管道读取信息,和管道写信息配合使用-fifo_read read the information pipeline, and pipelines used in conjunction with written information
CylinSurface
- 圆柱面(参数是向量和曲线)基于OpenCASCADE的C++代码-CylinSurface(OpenCASCADE C++)
OpencvJunheng
- Opencv程序直方图均衡源代码,很好用。-The Opencv procedure histogram equalization source code, very good.
adaphstq
- 只适应直方图均衡算法效果,效果不错哦,可以看看效果,选择算法-adaptive histogram equalization
image_scale
- 实现图像尺度转换方面的代码,很方便,很好用,-For image scaling aspects of the code, it is convenient, easy to use,
DW2idw2
- 使用dwt2和idwt2函数。自选一种小波函数,对“phantom.bmp”图像进行二维小波分解与重构。然后分别对分解系数进行如下操作,体会对重构结果的影响。 ①将近似系数置0,再进行二维小波重构。 ②将水平细节系数置0,再进行二维小波重构。 ③将竖直细节系数置0,再进行二维小波重构。 ④将对角细节系数置0,再进行二维小波重构。 -Using function of dw2 and idw2.
createsample
- opencv 所需要DLL檔案,可以用在opencv_createSample與traincascade操作上-opencv required DLL file, and can be used in opencv_createSample traincascade operation
图像的读取与写入
- (1) imread 函数用来实现图像文件的读取 (2) imwrite函数用来实现图像文件的写入 (3) imshow函数用来显示图像 (4) rgb2gray函数用来把彩色图像转换为灰度图像