码迷,mamicode.com
首页 >  
搜索关键字:imaging science    ( 1084个结果
《编程导论(Java)·2.1.2 啊,我看到了多态》-什么是多态(polymorphism)
1.不明觉厉 很多人学习多态时,会认为。 之所以不明觉厉,由于多态的定义:事物存在的多种表现形态;而后,有人将重载(overload)、改写(override)、多态变量和泛型归结于同一个术语“多态”之下。比如:Polymorphism (computer science) yqj2065觉得:【( ...
分类:编程语言   时间:2017-05-23 17:47:41    阅读次数:184
OpenCV3.0 HDR(高动态范围)示例代码以及用法
OpenCV 3.0以及以后版本集成了HDR算法,样例代码的路径为: .\sources\samples\cpp\tutorial_code\photo\hdr_imaging.cpp。 实现算法的参考文献为《Recovering high-dynamic range radiance maps f ...
分类:其他好文   时间:2017-05-23 01:17:42    阅读次数:1494
个基于TensorFlow的简单故事生成案例:带你了解LSTM
https://medium.com/towards-data-science/lstm-by-example-using-tensorflow-feb0c1968537 在深度学习中,循环神经网络(RNN)是一系列善于从序列数据中学习的神经网络。由于对长期依赖问题的鲁棒性,长短期记忆(LSTM)是 ...
分类:其他好文   时间:2017-05-22 13:32:02    阅读次数:272
[ACM] HDU 5086 Revenge of Segment Tree(全部连续区间的和)
Revenge of Segment Tree Problem Description In computer science, a segment tree is a tree data structure for storing intervals, or segments. It allows ...
分类:其他好文   时间:2017-05-21 20:33:31    阅读次数:255
Unsupervised Learning and Text Mining of Emotion Terms Using R
Unsupervised learning refers to data science approaches that involve learning without a prior knowledge about the classification of sample data. In Wi ...
分类:其他好文   时间:2017-05-19 11:14:01    阅读次数:299
Brief introduction to Cassandra 【Cassandra简介】
From wikipedia https://en.wikipedia.org/wiki/CAP_theorem In theoretical computer science, the CAP theorem, also named Brewer's theorem after computer ...
分类:其他好文   时间:2017-05-17 20:54:27    阅读次数:328
Pandas速查手册中文版
本文翻译自文章: Pandas Cheat Sheet - Python for Data Science ,同时添加了部分注解。 对于数据科学家,无论是数据分析还是数据挖掘来说,Pandas是一个非常重要的Python包。它不仅提供了很多方法,使得数据处理非常简单,同时在数据处理速度上也做了很多优 ...
分类:其他好文   时间:2017-05-16 14:37:27    阅读次数:152
C#中图片.BYTE[]和base64string的转换
在C#中 图片到byte[]再到base64string的转换: Bitmap bmp = new Bitmap(filepath); MemoryStream ms = new MemoryStream(); bmp.Save(ms, System.Drawing.Imaging.ImageFor ...
分类:Windows程序   时间:2017-05-15 23:51:04    阅读次数:404
windows下Python 3.x图形图像处理库PIL的安装
图像处理是一门应用非常广的技术,而拥有非常丰富第三方扩展库的 Python 当然不会错过这一门盛宴。PIL (Python Imaging Library)是 Python 中最常用的图像处理库,目前版本为 1.1.7,我们可以 在这里 下载 学习和查找资料。我安装了好多次都没有安装上,说到底还是野 ...
分类:编程语言   时间:2017-05-14 13:49:00    阅读次数:201
1084条   上一页 1 ... 47 48 49 50 51 ... 109 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!