码迷,mamicode.com
首页 >  
搜索关键字:region    ( 2749个结果
c# 在mongo中查询经纬度范围
#region 索引 //IndexKeysDocument doc = new IndexKeysDocument();//新建索引 //2d 平面坐标索引,适用于基于平面的坐标计算。也支持球面距离计算,不过官方推荐使用2dsphere索引 //BsonValue value = BsonValu... ...
分类:Windows程序   时间:2017-08-02 11:56:58    阅读次数:375
HDU 1562 Oil Deposits
题目: The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region ...
分类:其他好文   时间:2017-08-01 23:01:14    阅读次数:177
HDU - 1241:Oil Deposits
The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region of ...
分类:其他好文   时间:2017-07-31 20:45:30    阅读次数:142
Oil Deposits
The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region of ...
分类:其他好文   时间:2017-07-31 15:55:36    阅读次数:232
halcon 如何把一个region截取出来保存为图像
read_image(Image,'monkey') gen_circle(region,200,200,150) reduce_domain(Image,region,Mask) crop_domain(Mask, ImagePart1) write_image(ImagePart1, 'bmp' ...
分类:其他好文   时间:2017-07-30 15:46:47    阅读次数:157
Halcon算子之shape_trans,用于变换区域的形状
函数原型:shape_trans(Region : RegionTrans : Type : ) *shape_trans*仍然是区域,smallest_rectangle1可以获得四个角的坐标 函数作用:变换区域的形状 参数列表: Region(in):被变换的区域 RegionTrans(out ...
分类:其他好文   时间:2017-07-29 12:55:12    阅读次数:1156
Halcon学习之六:获取Image图像中Region区域的特征参数
area_center_gray ( Regions, Image : : : Area, Row, Column ) 计算Image图像中Region区域的面积Area和重心(Row,Column)。 cooc_feature_image ( Regions, Image : : LdGray,  ...
分类:其他好文   时间:2017-07-27 23:37:18    阅读次数:522
Halcon学习之四:有关图像生成的函数
1、copy_image ( Image : DupImage : : ) 复制image图像 2、region_to_bin ( Region : BinImage : ForegroundGray, BackgroundGray,Width, Height : ) 将区域Region转换为一幅二 ...
分类:其他好文   时间:2017-07-27 23:31:36    阅读次数:352
Banana
Consider a tropical forrest, represented as a matrix. The cell from the right top corner of the matrix has the coordinates (1,1), and the coordinates ...
分类:其他好文   时间:2017-07-27 20:04:31    阅读次数:350
EfRepository
class EfRepository { private DbContext context; #region 构造函数 public EfRepository(DbContext dbcontext) { context = dbcontext; } #endregion #region IRep ...
分类:其他好文   时间:2017-07-27 10:39:39    阅读次数:121
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!