码迷,mamicode.com
首页 >  
搜索关键字:image segmentation    ( 49049个结果
提取验证码到winform上webbroswer和axwebbroswer
在网上只有webbroswer的代码,所以自己又修改了修改改成axwebbroswer的public static class yanZhengMaHelp { //webbrowser验证码 public static Image GetRegCodePic(We...
分类:Windows程序   时间:2014-07-26 00:51:06    阅读次数:301
magento CURD操作
查询:$model = Mage::getModel('mynews/mynews'); $collection = $model->getCollection(); $collection->addAttributeToSelect(array('name', 'image', 'url_key'...
分类:其他好文   时间:2014-07-25 23:51:50    阅读次数:352
universal-image-loader 配置
universal-image-loade 的两个重要配置文件ImageLoaderConfiguration 和 DisplayImageOptions。 做个笔记也把它分享给大家。...
分类:其他好文   时间:2014-07-25 11:20:11    阅读次数:265
出境审批系统
分类:其他好文   时间:2014-07-25 03:18:04    阅读次数:158
OD之窗口界面
分类:其他好文   时间:2014-07-25 02:43:38    阅读次数:177
hdu2222Keywords Search (字典树)
Problem Description In the modern time, Search engine came into the life of everybody like Google, Baidu, etc. Wiskey also wants to bring this feature to his image retrieval system. Every image hav...
分类:其他好文   时间:2014-07-24 23:22:23    阅读次数:256
操作系统相册和获取相册路径
Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null); intent.setType(IMAGE_TYPE); startActivityForResult(intent, 2); ContentResolver r...
分类:其他好文   时间:2014-07-24 21:56:22    阅读次数:222
餐饮平台报表图片
分类:其他好文   时间:2014-07-24 21:31:32    阅读次数:298
scala语法解析(解码指环)
看惯了JAVA的语法,再看scala的语法,有的晦涩难懂。正好遇到一个介绍scala语法的文章,就直接截图留念。省的再临时抱佛脚了。
分类:其他好文   时间:2014-07-24 21:21:47    阅读次数:511
Android仿微信朋友圈图片浏览器(支持图片手势缩放,拖动)
※效果 ※使用到的开源库 PhotoView 图片缩放:支持双击缩放,手指捏拉缩放 https://github.com/chrisbanes/PhotoView Universalimageloader 图片下载缓存库 https://github.com/nostra13/Android-Universal-Image-Loader ...
分类:微信   时间:2014-07-24 17:43:46    阅读次数:2355
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!