码迷,mamicode.com
首页 >  
搜索关键字:wikipedia    ( 1486个结果
【刷题-LeetCode】222. Count Complete Tree Nodes
Count Complete Tree Nodes Given a complete binary tree, count the number of nodes. Note: Definition of a complete binary tree from Wikipedia: In a com ...
分类:其他好文   时间:2020-07-20 15:46:54    阅读次数:80
SURF (Speeded Up Robust Features,加速稳健特征)
本篇文章来自wikipedia,如果需要阅读英文,可以去看一下。 SURF (Speeded Up Robust Features, 加速稳健特征) 是一个稳健的图像识别和描述算法,首先于2006年发表在ECCV大会上。这个算法可被用于计算机视觉任务,如物件识别和3D重构。他部分的灵感来自于 SIF ...
分类:其他好文   时间:2020-07-09 12:37:06    阅读次数:76
linux目录划分含义
其中/tmp和/var/tmp都是用来存放临时文件,只不过前者存放的东西在系统重启后会被删除,而后者是持久化的 程序运行过程中,会持续产生变化的正式数据这一般存放在/var下。var表示变化的意思 参考地址: https://en.wikipedia.org/wiki/Filesystem_Hier ...
分类:系统相关   时间:2020-07-04 18:33:33    阅读次数:72
python - OpenCV 霍夫圆变换检测球体
重要的是理解霍夫圆变换过程:https://en.wikipedia.org/wiki/Circle_Hough_Transform import cv2 as cv im = cv.imread('../result_25k.png', cv.IMREAD_COLOR) im_gray = cv. ...
分类:编程语言   时间:2020-06-29 15:25:12    阅读次数:131
opengles dither
在管线的om阶段有这样一个操作 dither 抖动 它的存在是为了解决 高精度数据写入低精度rt时的band artifacts https://en.wikipedia.org/wiki/Dither 感觉这是一种常用的提升精度的方法,和仿色也类似,在hdr那边也见过这种使用 https://ww ...
分类:其他好文   时间:2020-06-28 19:02:44    阅读次数:44
0289. Game of Life (M)
Game of Life (M) 题目 According to the Wikipedia's article: "The Game of Life, also known simply as Life, is a cellular automaton devised by the British ...
分类:其他好文   时间:2020-06-26 10:53:37    阅读次数:48
1098 Insertion or Heap Sort (25分)(堆排序和插入排序)
1098 Insertion or Heap Sort (25分) According to Wikipedia: Insertion sort iterates, consuming one input element each repetition, and growing a sorted o ...
分类:编程语言   时间:2020-06-22 22:53:13    阅读次数:61
1089 Insert or Merge (25分)
1089 Insert or Merge (25分) According to Wikipedia: Insertion sort iterates, consuming one input element each repetition, and growing a sorted output l ...
分类:其他好文   时间:2020-06-21 20:03:52    阅读次数:45
【python opencv】直方图均衡
考虑这样一个图像,它的像素值仅局限于某个特定的值范围。例如,较亮的图像将把所有像素限制在高值上。但是一幅好的图像会有来自图像所有区域的像素。因此,您需要将这个直方图拉伸到两端(如下图所示,来自wikipedia),这就是直方图均衡化的作用(简单来说)。这通常会提高图像的对比度。 在这里我们将看到其N ...
分类:编程语言   时间:2020-06-20 17:12:25    阅读次数:69
aac 解析代码
参考资料: aac格式:https://www.cnblogs.com/caosiyang/archive/2012/07/16/2594029.html http://en.wikipedia.org/wiki/Advanced_Audio_Coding 视音频数据处理入门:AAC音频码流解析 h ...
分类:其他好文   时间:2020-06-17 18:13:04    阅读次数:101
1486条   上一页 1 2 3 4 ... 149 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!