登录
首页 » Android » 图像过滤器

图像过滤器

于 2023-06-06 发布 文件大小:15.72 MB
0 1067
下载积分: 2 下载次数: 1

代码说明:

图像处理的不同的图像筛选器选项。直方图是分布的以图形方式表示数据。它是一个连续的变量的概率分布的估计,最初是由卡尔 · 皮尔森。[1] 的直方图是列表的频率,示相邻矩形,竖立在离散的时间间隔 (箱子),面积的观测频率成正比的间隔中的表示形式。矩形的高度也是相等的时间间隔,即频率间隔的宽度除以频率密度。直方图的总面积等于数据的数量。

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

发表评论

0 个回复

  • 蓝牙串口调试助手
    好用的蓝牙串口调试助手,可以连接手机蓝牙和蓝牙模块,从而控制LED灯或者继电器等之类的东西
    2022-05-08 14:48:49下载
    积分:1
  • viewpager tabhost 例子源码
    viewpager
    2015-01-08下载
    积分:1
  • clock
    简单的安卓系统闹钟功能的实现,适合新手学习参考。(Simple Andrews alarm clock function, reference for novice to learn)
    2011-09-26 09:49:11下载
    积分:1
  • 93079604
    下载的一个不错的HMM程序,主要实现HMM中的viterbi最佳路径选择算法,用vc编写,可以根据自己需要参考修改 this()
    2018-03-28 18:36:04下载
    积分:1
  • Android
    安卓手机应用开发从入门到精通,非常好的入门学习书籍(Android mobile application development from entry to the master)
    2013-12-16 21:07:34下载
    积分:1
  • android 异步 执行 任务 例子 附讲解
    Rules::The AsyncTask instance must be created in UI thread. .execute must be invoked on the UI thread.Never call  objMyTask.onPreExecute(), objMyTask.doInBackground(), objMyTask.onProgressUpdate(),  objMyTask.onPostExecute manually.The AsyncTask can be executed only once (an exception will be thrown if a second execution is attempted.)AsyncTask have Four Main Method... onPreExecute()  doInBackground() onProgressUpdate() onPostExecute()  onPreExecute-This method is called first when you start AsyncTask using objAsync.execute().And mostly this method is use for initializing dialog(ProgressDialog,CustomDialog) and showing. doInBackground-The main purpose of AsyncTask is accomplished by this method.Any non-UI thread process is running in this method.Such as Rss Feed Reader,Image and video Uploading and Downloading.You cant handle your View in this method.Because this method is non-UI thread.While any background process is running if you want to handle UI therea are  onProgressUpdate method. after completion of process this method send result to OnPostExecute. onProgressUpdate-While backgrounding task is running ,you can handle your UI using this method .Such as status of downloading or uploading task.and this method is called from  doInBackground.Using publishProgress() you can call onProgressUpdate method to update UI while process is running. onPostExecute -This method is called after the background computation finishes.The result of background process in passed in this method as parameters.And now you can dismiss progress dialog ,to indicate that background task is completed. You can cancel AsyncTask using objAsyncTask.cancel().then you just check in doInBackground, if (isCancelled()) { break; } else {        //continue... } See this Image For more Clear.
    2013-07-05下载
    积分:1
  • How to make splash
    说明:  制作Android开机Splash.img镜像文件(Making an Android boot Splash.img image file)
    2020-06-23 12:40:01下载
    积分:1
  • LoginGo
    说明:  类QQ登录功能实现demo,内置默认账号:123,密码:123,仅供研究和下载(Class QQ login function to achieve demo, built-in default account number: 123, password: 123, for research purposes only and downloading)
    2011-03-29 23:55:50下载
    积分:1
  • Android课程管理系统
    一个简单的Android课程管理系统,主要是一个帮别人做的简单的毕设。
    2022-03-29 07:18:10下载
    积分:1
  • 在PDA上简单的实现扫描测试功能和页面读取 MYTESTNIS
    说明:  在PDA上简单的实现扫描测试功能和页面读取,进行可行性测试(Simple realization of scanning test function and page reading on PDA for feasibility test)
    2020-06-22 04:40:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载