#region 索引 //IndexKeysDocument doc = new IndexKeysDocument();//新建索引 //2d 平面坐标索引,适用于基于平面的坐标计算。也支持球面距离计算,不过官方推荐使用2dsphere索引 //BsonValue value = BsonValu... ...
题目: 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
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
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
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
函数原型:shape_trans(Region : RegionTrans : Type : ) *shape_trans*仍然是区域,smallest_rectangle1可以获得四个角的坐标 函数作用:变换区域的形状 参数列表: Region(in):被变换的区域 RegionTrans(out ...
分类:
其他好文 时间:
2017-07-29 12:55:12
阅读次数:
1156
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
1、copy_image ( Image : DupImage : : ) 复制image图像 2、region_to_bin ( Region : BinImage : ForegroundGray, BackgroundGray,Width, Height : ) 将区域Region转换为一幅二 ...
分类:
其他好文 时间:
2017-07-27 23:31:36
阅读次数:
352
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
class EfRepository { private DbContext context; #region 构造函数 public EfRepository(DbContext dbcontext) { context = dbcontext; } #endregion #region IRep ...
分类:
其他好文 时间:
2017-07-27 10:39:39
阅读次数:
121