-
个用MATLAB编写的数字水印算法实例,用MATLAB的编写一个完整的水印嵌入算法只需几十条语句便可以完成,而这些程序如果用C语言或其它高级语言编写程序至少在1...
个用MATLAB编写的数字水印算法实例,用MATLAB的编写一个完整的水印嵌入算法只需几十条语句便可以完成,而这些程序如果用C语言或其它高级语言编写程序至少在100行以上。这个例子充分证明了MATLAB在数字水印技术处理中的方便-prepared to use the MATLAB digital watermarking algorithm example, using MATLAB prepared a complete embedded watermark algorithm only scores of statements will be completed, and if these procedures using C language or other high-level language programming for at least 100 more firms. This example ample proof of MATLAB in digital watermarking technology to facilitate treatment of
- 2022-02-20 10:05:54下载
- 积分:1
-
This is a new one on the graphic image features a summary of the new VC program,...
这是一个有关一种新的图形图像特征撮的新的VC源程序,请大家指教-This is a new one on the graphic image features a summary of the new VC program, please enlighten
- 2022-05-31 14:55:39下载
- 积分:1
-
A Filter
A Filter-Bank-Based Kalman Filtering Technique for Wavelet Estimation and Decomposition of Random Signals.pdf
- 2023-03-31 19:15:03下载
- 积分:1
-
用于双眼检测的 Adaboost算法 分类器
用于双眼检测的 Adaboost算法 分类器-Eye_pair_detector_computed_with_7000_positive_samples
- 2023-07-17 14:40:03下载
- 积分:1
-
graphic image processing
图形图象的处理程序-graphic image processing
- 2022-06-18 06:38:05下载
- 积分:1
-
6种区域融合方法
本代码基于区域的小波变换融合方法,主要是基于区域能量、区域方差、区域最大这几种方法。-Region-based wavelet transform fusion method is mainly based on regional energy, regional variance, the largest in this region several ways.
- 2022-02-07 03:21:01下载
- 积分:1
-
使用vc进行离散余弦变换,在傅立叶变换的基础上
使用vc进行离散余弦变换,在傅立叶变换的基础上-DCT by VC,it is based on FFT.
- 2022-06-12 09:25:41下载
- 积分:1
-
Image recognition can be adaptive to recognize target and draw the target conto...
图像识别 能对图像中的目标进行自适应识别 并画出目标轮廓-Image recognition can be adaptive to recognize target and draw the target contour
- 2022-03-02 18:34:47下载
- 积分:1
-
新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形...
新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (ColorDialog1->Execute()) Image1->Canvas->Pen->Color = ColorDialog1->Color 5、 编写Image1的OnImage1MouseUp事件,要求实现: 1) 若是第奇数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第一个端点或圆心坐标; 2) 若是第偶数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第二个端点并利用TCanvas的MoveTo()和LineTo()方法画出直线段,或计算出圆的外接矩形后调用TCanvas的Ellipse()方法画圆。-C Builder a new project set the font to Form1 "wherein V" in Form1 add a TRadioGroup components rgDrawWhat options for what painting graphics; Add a Tbutton colorBtn components and a TcolorDialog ColorDialog1 components; Add a TImage component Image1. 3, the current project will be kept in their laboratories folders exp1 Documents folder (to prevent erroneous operation and wasted). Preparation colorBtn the OnClick, ColorDialog1 activated, and access t
- 2022-03-05 21:42:30下载
- 积分:1
-
对图像的综合处理,如滤波,小波变换,DCT,FET,投影法,差影法,轮廓提取,低通滤波,高通滤波,图像平移,旋转,灰度变换,灰度拉伸,图像膨胀,腐蚀等。...
对图像的综合处理,如滤波,小波变换,DCT,FET,投影法,差影法,轮廓提取,低通滤波,高通滤波,图像平移,旋转,灰度变换,灰度拉伸,图像膨胀,腐蚀等。-Integrated image processing, such as filtering, wavelet transform, DCT, FET, projection, and poor shadow method, contour extraction, low-pass filtering, high pass filtering, image translation, rotation, gray transformation, gray stretch, image expansion , corrosion, etc..
- 2022-12-25 21:20:04下载
- 积分:1