码迷,mamicode.com
首页 >  
搜索关键字:surrounded regions    ( 301个结果
国家代号(CountryCode)与区号
Countries and Regions国家或地区国际域名缩写电话代码时差 Angola 安哥拉 AO 244 -7 Afghanistan 阿富汗 AF 93 0 Albania 阿尔巴尼亚 AL 355 -7 Algeria 阿尔及利亚 DZ 213 -8 Andorra 安道尔共和国 AD ...
分类:其他好文   时间:2018-02-07 22:44:02    阅读次数:4104
Pku2750 Potted Flower
Description The little cat takes over the management of a new park. There is a large circular statue in the center of the park, surrounded by N pots o ...
分类:其他好文   时间:2018-02-05 00:24:16    阅读次数:213
mser 最大稳定极值区域(文字区域定位)算法 附完整C代码
mser 的全称:Maximally Stable Extremal Regions 第一次听说这个算法时,是来自当时部门的一个同事, 提及到他的项目用它来做文字区域的定位,对这个算法做了一些优化。 也就是中文车牌识别开源项目EasyPR的作者liuruoze,刘兄。 自那时起就有一块石头没放下,想 ...
分类:编程语言   时间:2018-02-04 00:36:28    阅读次数:480
halcon算子翻译——fit_surface_second_order
名称 fit_surface_second_order - 通过二阶曲面计算灰度值矩和拟合。 用法 fit_surface_second_order(Regions, Image : : Algorithm, Iterations, ClippingFactor : Alpha, Beta, Gam ...
分类:其他好文   时间:2018-02-02 11:39:41    阅读次数:349
halcon算子翻译——entropy_gray
名称 entropy_gray - 确定图像的熵和各向异性。 用法 entropy_gray(Regions, Image : : : Entropy, Anisotropy) 描述 算子entropy_gray创建输入图像中灰度值的相对频率的直方图,并根据以下公式从这些频率计算来自区域的每个区域的 ...
分类:其他好文   时间:2018-01-30 12:12:17    阅读次数:182
halcon算子翻译——elliptic_axis_gray
名称 elliptic_axis_gray - 计算灰度值图像中某个区域的方向和长轴。 用法 elliptic_axis_gray(Regions, Image : : : Ra, Rb, Phi) 描述 算子elliptic_axis_gray计算和输入区域具有“相同方向”和“纵横比”的椭圆的轴的 ...
分类:其他好文   时间:2018-01-29 11:48:39    阅读次数:223
python 学习 leetcode ---number of island
Given a 2d grid map of '1's (land) and '0's (water), count the number of islands. An island is surrounded by water and is formed by connecting adjacen ...
分类:编程语言   时间:2017-11-17 00:05:14    阅读次数:247
[LeetCode] BFS解决的题目
一.130 Surrounded Regions(https://leetcode.com/problems/surrounded-regions/description/) 题目: 解法: 这道题的意思是将所有被X包围的O都变为X(边缘的不算),我们可以维护一个队列,先把四周的O的位置放进队列中, ...
分类:其他好文   时间:2017-11-14 21:20:12    阅读次数:179
PLSQL使用绑定变量
想对一个sql做10046trace,结果因为10g数据库无法对sql_id做,只能使用绑定变量的方法,下面sql是如何使用绑定变量运行sql的语句declare v_sql VARCHAR2(2000):= 'insert into regions values(:1,:2)';begin exe ...
分类:数据库   时间:2017-11-11 11:21:26    阅读次数:188
(转载-学习)openstack中region、az、host aggregate、cell 概念
1. region 更像是一个地理上的概念,每个region有自己独立的endpoint,regions之间完全隔离,但是多个regions之间共享同一个keystone和dashboard。(注:目前openstack的dashboard还不支持多region) 所以除了提供隔离的功能,regio ...
分类:其他好文   时间:2017-11-08 15:06:05    阅读次数:167
301条   上一页 1 ... 4 5 6 7 8 ... 31 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!