码迷,mamicode.com
首页 >  
搜索关键字:computer vision    ( 3069个结果
Chapter 1.Introduction_1.1Introduca
1.1 Introduction When writing programs that communicate across a computer network, one must first invent a protocol, an agreement on how those program ...
分类:其他好文   时间:2019-01-02 17:30:28    阅读次数:240
基于图的图像分割(Graph-Based Image Segmentation)
一、介绍 基于图的图像分割(Graph-Based Image Segmentation),论文《Efficient Graph-Based Image Segmentation》,P. Felzenszwalb, D. Huttenlocher,International Journal of C ...
分类:其他好文   时间:2019-01-01 18:17:42    阅读次数:237
HALCON机器视觉软件
HALCON是德国MVtec公司开发的一套完善的标准的机器视觉算法包,拥有应用广泛的机器视觉集成开发环境。它节约了产品成本,缩短了软件开发周期——HALCON灵活的架构便于机器视觉,医学图像和图像分析应用的快速开发。在欧洲以及日本的工业界已经是公认具有最佳效能的Machine Vision软件。 H ...
分类:其他好文   时间:2018-12-31 13:54:30    阅读次数:410
HDU 1050 Moving Tables(贪心)
Problem Description The famous ACM (Advanced Computer Maker) Company has rented a floor of a building whose shape is in the following figure. The floo ...
分类:其他好文   时间:2018-12-30 19:05:33    阅读次数:134
Macchanger-查看Linux的当前临时有效的mac地址和永久物理的mac地址
#macchanger -s eth0可以获得mac的真实mac地址 Current MAC: 00:07:3e:90:45:92 (China Great-Wall Computer Shenzhen Co., Ltd.) Permanent MAC: 00:07:3e:90:45:7f (Chi ...
分类:系统相关   时间:2018-12-28 17:48:21    阅读次数:308
Python 实例方法
class Computer: # 实例方法 def play(self): print("电脑可以扫雷") # 在定义实例方法的时候. 必须给出一个参数 self # 形参的第一个参数, 自动的把对象给传递进来 def work(self): # self 是当前类的对象 print(self) ... ...
分类:编程语言   时间:2018-12-27 23:03:33    阅读次数:245
What Your Computer Does While You Wait.CPU的等待有多久?
原文标题:What Your Computer Does While You Wait 原文地址:http://duartes.org/gustavo/blog/ [注:本人水平有限,只好挑一些国外高手的精彩文章翻译一下。一来自己复习,二来与大家分享。] 本文以一个现代的、实际的个人电脑为对象,分析 ...
分类:其他好文   时间:2018-12-27 18:24:26    阅读次数:130
模块与联系的度量(职责与协作的度量):内聚与耦合
In computer programming, cohesion refers to the degree to which the elements inside a module belong together.[1] In one sense, it is a measure of the ...
分类:其他好文   时间:2018-12-26 20:15:56    阅读次数:238
Python简单剪刀石头布编程实例
import random # 电脑人随机出拳 computer = random.randint(1, 3) user = int(input('请出拳:1/拳头,2/剪刀,3/布')) if computer == 1: computer = '拳头' elif computer == 2: c... ...
分类:编程语言   时间:2018-12-26 16:00:20    阅读次数:633
自然语言计算机形式分析的理论与方法
百度网盘 出版社: 中国科学技术大学出版社; 第1版 (2017年1月1日) 外文书名: Theory and method for formal analysis of natural language by computer 丛书名: 当代科学技术基础理论与前沿问题研究丛书 精装: 846页 语 ...
分类:编程语言   时间:2018-12-23 15:17:15    阅读次数:168
3069条   上一页 1 ... 53 54 55 56 57 ... 307 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!