-
android 日历 例子源码
android 日历 例子源码
- 2014-09-15下载
- 积分:1
-
图像识别
public static Bitmap doPretreatment(Bitmap img) {
setImgInfo(img);
Bitmap grayImg = getGrayImg();
int[] p = new int[2];
int maxGrayValue = 0, minGrayValue = 255;
// 计算最大及最小灰度值
getMinMaxGrayValue(p);
minGrayValue = p[0];
maxGrayValue = p[1];
// 计算迭代法阈值
int T1 = getIterationHresholdValue(minGrayValue, maxGrayValue);
// // 计算大津法阈值
// int T2 = getOtsuHresholdValue(minGrayValue, maxGrayValue);
// // 计算最大熵法阈值
// int T3 = getMaxEntropytHresholdValue(minGrayValue, maxGrayValue);
// int[] T = { T1, T2, T3 };
//
// Bitmap result = selectBinarization(T);
Bitmap result = binarization(T1);
return result;
}
- 2022-01-25 19:56:39下载
- 积分:1
-
android图像识别OCR
简单的图像识别技术,android实现,通过检测暗、亮的模式确定其形状,然后用字符识别方法将形状翻译成计算机文字的过程;即,针对印刷体字符,采用光学的方式将纸质文档中的文字转换成为黑白点阵的图像文件,并通过识别软件将图像中的文字转换成文本格式,供文字处理软件进一步编辑加工的技术
- 2022-05-26 23:58:49下载
- 积分:1
-
STM32F429固件库模板
【实例简介】stm32f429固件库模板
- 2021-07-16 00:32:06下载
- 积分:1
-
android sql
将android中的内容导入到android sql数据库中
- 2022-10-13 14:10:07下载
- 积分:1
-
rtmp netty 流服务器
【实例简介】基于netty4.0 实现的rtmp 协议demo 推拉流已经实现
- 2021-06-14 00:31:34下载
- 积分:1
-
Android-introduction
安卓系统入门介绍,非常不错哦! 想学安卓的人不要错过。(android introduction, nice)
- 2013-09-16 08:31:21下载
- 积分:1
-
android 简洁阅读器 实例源码下载
android 简洁阅读器 实例源码下载
- 2015-01-28下载
- 积分:1
-
read and write WAV file (audio file)
read and write Wav file (audio file). read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).
- 2022-07-07 08:44:05下载
- 积分:1
-
LockScreen
Android图形解锁程序,只有一个类,简单明了,功能齐全(Unlock Android graphics program, only one class, simple and clear, complete functions)
- 2013-10-14 10:36:00下载
- 积分:1