搜索资源列表
CannyJava
- 图像边缘检测(Canny 算法)的Java实现 Canny边缘检测算法 step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向; step3:对梯度幅值进行非极大值抑制; step4:用双阈值算法检测和连接边缘 -Edge Detection (Canny algorithm) to the Java Canny edge detection algorithm ste p1 : Gaussian smoothing filte
FontExporter
- FontExporter:将指定文件包含的文本,用指定的字体和大小导出到字库。 <br><br>PicFont:在另一个系统显示字库,可以将上面导出的文本,用同样的字体和大小显示出来。<br><br>使用的时候,先用 FontExporter 将图片字库导出,eg.<br>java util.loc.FontExporter 宋体 12 text.xml 0 FL12<br><br>然后在J2ME工程里面加入 P
CGMethod
- Conjugate Gradient Method
open
- It can be used to change colored image to gray image,and compute the pixel gradient value and direction. Try it.
dpf
- 用Java实现的变尺度法 其中梯度计算模块使用理查德外推法求得-Implemented with the Java variable metric method in which the gradient extrapolation calculation module obtained by the use of Richard
HumanDetection_HOG
- 基于HOG(histogram of gradient)的动图像中的人物识别。含java程序和视频数据。-people detection using HOG method.
napping
- 非参数政策梯度的napping机制的java代码参考文献:Qing Da, Yang Yu, and Zhi-Hua Zhou. Napping for Functional Representation of Policy. In: Proceedings of the 2014 International Conference on Autonomous Agents and Multi-Agent Systems (AAMAS 14), Paris, France, 2014.-This
iris
- 随机梯度下降,在一个UCI数据集上的实现。随即梯度下降是线性回归的一个重要推论。-A gradient descent test in Java, using a UCI dataset
Rosen
- Rosen梯度投影法JAVA实现的简单例子-A simple example of Rosen gradient projection method achieve by JAVA
jhqqb
- Use of natural gradient algorithm, You can achieve data classification and regression pattern recognition, This program has exceeded the performance of other algorithms.
pq866
- wolf calculated Lyapunov exponent, Application of small area variance comparison, simple procedures, Use of natural gradient algorithm.
pdvtk
- Including scr ipt files and function files in the form, Including regression analysis and probability and statistics, Use of natural gradient algorithm.
0512
- MIT Artificial Intelligence Laboratory identification of the target source, Including stochastic gradient algorithm, the relative gradient algorithm, Bayesian parameter estimation principle mixed logit model.
ibwku
- e Laboratory identification of the target source, Including stochastic gradient algorithm, the rMIT Artificial Intelligence Laboratory identification of the target source, Including stochastic gradient algorithm, the relative gradient algorithm, Baye
grad
- 简单的图像的梯度值计算函数,java语言,利用的是sobel算子(Simple image gradient value calculation function, Java language, using the Sobel operator)