登录
首页 » Android » 图像识别

图像识别

于 2022-01-25 发布 文件大小:7.73 MB
0 184
下载积分: 2 下载次数: 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; }

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 微信6.0界面
    实现微信6.0界面的滑动界面,还有底部的自定义view,能够实现随着fragment的拖动而实现颜色渐变
    2022-06-17 14:21:05下载
    积分:1
  • android localtion 定位例子
    android localtion 定位例子
    2014-09-22下载
    积分:1
  • LanguageApp_Sodino
    Android中不同语言的切换功能,比如英文和越南文之间的切换。UI界面上的文字随着语言的切换就改变为相应的文字(Android different language switching functions, such as switching between English and Vietnamese. UI interface on the text with the language switch is changed to the corresponding text)
    2012-10-10 10:40:34下载
    积分:1
  • SurfaceView浅析
    浅析系统封装的vedioView实现原理,自定义view继承自surfaceView
    2022-04-14 15:56:53下载
    积分:1
  • istimation
    说明:  OFDM系统中以PN序列作为循环前缀和传统梳状导频信道估计方法对比(Comparison of PN sequences as cyclic prefix and traditional comb pilot Channel estimation methods in OFDM Systems)
    2019-03-26 21:24:43下载
    积分:1
  • 简单的用户注册及登陆
    简单用户信息注册登陆开发代码,适合初学者
    2022-12-04 14:50:03下载
    积分:1
  • AnitVirus
    基于Android杀毒软件 初学Android,此程序为毕设设计,仅作为学习使用,病毒库特征码保存在文本文件中,使用几个特殊字符分割,该文件保存在我临时网盘中,测试请自行更换URL,也可联系我获取病毒特征码提取程序(Android-based antivirus software beginner Android, this procedure is completed the set design, just as learning to use virus signatures stored in a text file, use several special characters split, the file is saved in my temporary network disk, replace the self-test URL, can also contact me to obtain virus signatures extraction procedure)
    2013-12-06 15:32:09下载
    积分:1
  • android平台语音聊天机器人
    android平台的语音聊天助手源码,采用图灵api实现智能聊天,嵌入讯飞语音云SDK,实现语音识别和语音合成,编译成的apk已经在各大应用市场上线,可以搜索“小威机器人”下载体验,
    2023-07-18 01:55:04下载
    积分:1
  • jsq
    基于JAVA的多功能计算器的设计与实现,本系统参照电脑自带的计算器而设计。(JAVA multifunction calculator-based Design and Implementation, system reference to the built-in calculator and the computer.)
    2012-10-20 16:37:47下载
    积分:1
  • Android在线考试系统源码
    在线考试 在线答题,类似手机驾考考试系统一样,选择题目提交考试。在答题过程中遇到错误题目,可以查看正确解释,以及把错误题目自动缓存到本地,下次进入自动清零,重新缓存错误题目。
    2022-01-31 03:02:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载