-
NECdigitalwatermark
经典数字水印算法,包括GUI实现
可直接运行(classic digital watermarking algorithm, including the realization of GUI can run)
- 2020-07-02 03:00:01下载
- 积分:1
-
Shearlet_transform
基于多尺度几何分析的剪切波变换,可用于图像融合等方面(Based on shear wave transform multiscale geometric analysis can be used to image fusion and other aspects)
- 2020-11-02 10:29:53下载
- 积分:1
-
o7ttd5GC
易语言动画地图编辑器源码,易语言写的图形图像编程,很好的参考。(Easy language animated map editor source code, easy graphic language programming, a good reference.)
- 2013-09-17 10:17:01下载
- 积分:1
-
LDPCdwt
说明: ldpc码在数字水印方面的研究,可加强对ldpc码的理解(the research about ldpc applied digital watermark,it can decrease ber and improve robutness)
- 2009-08-04 18:56:31下载
- 积分: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
-
digital-watermark-
基于傅里叶变换的数字水印嵌入技术,可用于图像加密领域。(Based on the Fourier transform of the digital watermark technology
)
- 2012-02-28 16:11:23下载
- 积分:1
-
图形编辑器
一个功能强大的图形编辑器,其底层框架非常容易扩展,支持流程图、网络拓扑图、电力图、UML图等。有完整的画布管理、网格控制、滚动、图元缩放、从存储至加载显示,支持Ctrl A、Ctrl C、Ctlr V、Ctlr Z操作,可设置各图元附加属性,图元分组与合并、分层,弹出菜单控制等等。
- 2013-06-25下载
- 积分:1
-
image-segment
图象分割程序:先用梯度函数进行边缘检测,然后二值化后分割图象(Image segmentation process: first the gradient edge detection function, and then after binarization image segmentation)
- 2007-09-30 10:47:54下载
- 积分:1
-
MATLAB_svmmatlabtoolbox
支持向量机的工具箱,对于图像处理中的分类识别学习者有着很大帮助。分享快乐!(SVM toolbox for image processing in the classification and identification of learners have a great help to me. To share their happiness!)
- 2007-10-11 01:09:43下载
- 积分:1
-
peaks
利用surf1函数绘制函数图形的三维光照图形,其中图形函数表达式为peaks(Use surf1 function to draw three-dimensional graphics of functional graphics, in which the graphical function expression is peaks)
- 2017-10-01 20:43:43下载
- 积分:1