卷积神经网络的一个Java实现,对DeepLearnToolbox进行了改进,卷积核与采样块都不再要求是方阵,在Minist数据集上准确率97%.
分类:
其他好文 时间:
2014-07-22 23:18:37
阅读次数:
414
Extracting Lines,Contours, and Components
分类:
其他好文 时间:
2014-07-22 23:18:17
阅读次数:
641
Counting the Pixels with Histograms
分类:
其他好文 时间:
2014-07-22 23:14:32
阅读次数:
283
Using the Strategy pattern in algorithm design
分类:
其他好文 时间:
2014-07-22 23:13:12
阅读次数:
300
1、下载openCV2、导入openCV的framework3、导入:opencv2AccelerateAssetsLibraryAVFoundationCoreGraphicsCoreImageCoreMediaCoreVideoQuartzCoreUIKitFoundation4、修改配置 ac...
分类:
移动开发 时间:
2014-07-22 22:44:12
阅读次数:
501
OpenCV是一个用于图像处理、分析、机器视觉方面的开源函数库. 不管你是做科学研究,还是商业应用,opencv都能够作为你理想的工具库,由于,对于这两者,它全然是免费的。该库採用C及C++语言编写,能够在windows, linux, mac OSX系统上面执行。该库的全部代码都经过优化,计算.....
分类:
其他好文 时间:
2014-07-22 22:41:14
阅读次数:
194
Build opencv libraries for android arm, x86 ubuntu...
分类:
移动开发 时间:
2014-07-22 17:45:11
阅读次数:
237
在图像处理的过程中,我们时常需要对指定区域或目标进行操作,这个区域我们称之为感兴趣区域。在学习opencv的初级阶段,对于感兴趣区域的操作方法是必须要掌握的。
比如下图:
我们获取到一帧图像Img,它里面有两个目标,一个蓝色块和一个红色块,我们一般会经常碰到以下三种情况:
(1)我们希望将Img中的蓝色目标提取出来并另存为一个图像;
(2)我们希望将Img中不是蓝色目标的其他目标都...
分类:
其他好文 时间:
2014-07-21 22:11:28
阅读次数:
353