搜索资源列表
ij137d-src
- imageJ是根据NIH image(pascal)源代码用JAVA语言加以实现。是一种非常有用的医学图像分析源码,涵盖所有医学专业的大部分算法及分析方法,包括分水岭算法、threshold算法、纹理分析算法(另外的源代码滤件)等。最新版本源代码1.37。我是一名医学博士,对此软件强烈推荐。-imageJ under NIH image (pascal) source code increases with JAVA to achieve. It is a very useful source
secretshare_java
- Shamir秘密分享算法的java实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。-Shamir secret sharing algorithm to achieve the java, is the use of the plane could be decided k k-1 power of the polynomial, a k-value of the threshold, Applicati
CannyJava
- 图像边缘检测(Canny 算法)的Java实现 Canny边缘检测算法 step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向; step3:对梯度幅值进行非极大值抑制; step4:用双阈值算法检测和连接边缘 -Edge Detection (Canny algorithm) to the Java Canny edge detection algorithm ste p1 : Gaussian smoothing filte
fpgrowth(1)
- fpgrowth算法的java程序 运行程序的命令 java -cp fpgrowth.jar association.fptree.Test 100 sample.txt 其中100 是支持度阈值 sample.txt是样本文件名。 注意:如果样本中的项目过多,可能会产生内存溢出错误 运行程序需要JDK 5.0 欢迎交流:xiangyuan.lippi@yahoo.com.cn-fpgrowth algorithm java procedures proce
ShamirAlgorithms
- 用java实现Shamir门限算法,可用于数据的加密解密,特别是传送加密密钥时有用-with java achieve Shamir threshold algorithm can be used for data encryption and decryption. Special transmission of the encryption key is useful when
Shamir
- Shamir秘密分享算法的C#实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。-Shamir secret sharing algorithm to achieve the java, is the use of the plane could be decided k k-1 power of the polynomial, a k-value of the threshold, Application
threshold
- A java application - processing which can be downloaded free from processing.org Here it uses a free library - OpenCV - made by intel. .. to convert all the pixels in an image - in fact in a movie - a capture from the webcam. If the color of a pixe
Shamir
- Shamir Scheme. Implmentació a cryptographic protocol based on the threshold scheme.
dbscan
- Density Based Spatial Clustering of Applications of Noise Uses a density-based notion of clusters to discover clusters of arbitrary shapes, in spatial databases Key idea: for each object of a cluster, the neighborhood of a given radius contains
thresholding
- version 2, threshold
speex
- Speex工程着力于通过提供一个可以替代高性能语音编解码来降低语音应用输入门槛 。speex的java实现,C实现,手册-The Speex engineering efforts by providing an alternative to high-performance voice codec to reduce the voice applications, the input threshold. the java implementation of speex C implement
java-image-processing
- JAVA图像处理读取BMP图像、用RGB获取灰度信息、直方图均衡化、拉普拉斯2阶滤波、平滑锐化、增强滤波、局部阀值处理、全局阀值处理等-Java image processing to read the BMP image, obtained by RGB gray level information, histogram equalization, 2nd order Laplace filtering, smoothing, sharpening, enhanced filtering, p
Java---lessons
- 一本比较简单的java入门教程,为初学java的便宜提供了一个比较低的门槛-A relatively simple java introductory tutorial provides a low threshold for beginner java cheaper
iLCD-2
- Methode iLCD2 iLCD is provided as a Jar file. The minimum command line is : java -jar iLCD2 -i INPUTFILE -o OUTPUTFILE documented (…) optional parameters are : -bThreshold : the belonging threshold. To match with the IAT paper, the val
StegImageDec
- Stenography using K,N threshold algo in java
CLIQUE
- CLIQUE(Clustering In QUEst)是一种简单的基于网格的聚类方法,用于发现子空间中基于密度的簇。CLIQUE把每个维划分成不重叠的区间,从而把数据对象的整个嵌入空间划分成单元。它使用一个密度阈值识别稠密单元和稀疏单元。一个单元是稠密的,如果映射到它的对象数超过该密度阈值。(CLIQUE (Clustering In QUEst) is a simple grid based clustering method for the discovery of clusters bas