登录
首页 » Visual C++ » TMyPolyStockh

TMyPolyStockh

于 2021-03-30 发布 文件大小:712KB
0 259
下载积分: 1 下载次数: 68

代码说明:

  实现凸多边形排样,使用临界多边形NFP判断两个凸多边形形是否相交,使用启发式算法提高效率, (Convex polygon nesting, polygon NFP to determine whether two convex polygon-shaped intersection, the use of heuristic algorithms to improve efficiency,)

文件列表:

TMyPolyStockh
.............\03里程碑 MyPolyStock(自适应角度统一参考点boost%2BGAboost)
.............\.......................................................\debug
.............\.......................................................\.....\MyPolyStock.exe,3108864,2008-12-08
.............\.......................................................\.....\大块测试数据.txt,695,2008-12-07
.............\.......................................................\MyPolyStock
.............\.......................................................\...........\ColorListCtrl.cpp,18305,2008-04-22
.............\.......................................................\...........\ColorListCtrl.h,8428,2008-11-28
.............\.......................................................\...........\ConvexBag.cpp,919,2008-11-28
.............\.......................................................\...........\ConvexBag.h,267,2008-11-28
.............\.......................................................\...........\CorrectDlg.cpp,1755,2008-12-08
.............\.......................................................\...........\CorrectDlg.h,586,2008-12-08
.............\.......................................................\...........\Evaluate.cpp,6986,2008-12-08
.............\.......................................................\...........\Evaluate.h,721,2008-12-08
.............\.......................................................\...........\GeneticAlgorithm.cpp,6776,2008-12-08
.............\.......................................................\...........\GeneticAlgorithm.h,1317,2008-12-08
.............\.......................................................\...........\MainFrm.cpp,1807,2008-11-26
.............\.......................................................\...........\MainFrm.h,715,2008-11-26
.............\.......................................................\...........\MyPolyStock.aps,81520,2008-12-08
.............\.......................................................\...........\MyPolyStock.cpp,3336,2008-11-26
.............\.......................................................\...........\MyPolyStock.h,501,2008-11-26
.............\.......................................................\...........\MyPolyStock.rc,13152,2008-12-08
.............\.......................................................\...........\MyPolyStock.vcproj,7296,2008-12-08
.............\.......................................................\...........\MyPolyStock.vcproj.CHINESE-9142126.Yirui Yuan.user,1427,2008-12-10
.............\.......................................................\...........\MyPolyStock.vcproj.CHXLCOMPUTER.chxl.user,1421,2008-12-06
.............\.......................................................\...........\MyPolyStockDoc.cpp,1109,2008-11-26
.............\.......................................................\...........\MyPolyStockDoc.h,576,2008-11-26
.............\.......................................................\...........\MyPolyStockView.cpp,10113,2008-12-08
.............\.......................................................\...........\MyPolyStockView.h,2163,2008-12-08
.............\.......................................................\...........\NFPCalc.cpp,5703,2008-12-07
.............\.......................................................\...........\NFPCalc.h,379,2008-12-05
.............\.......................................................\...........\PointInPolygon.cpp,2876,2008-12-06
.............\.......................................................\...........\PointInPolygon.h,338,2008-12-05
.............\.......................................................\...........\PolygonUtil.cpp,2664,2008-12-06
.............\.......................................................\...........\PolygonUtil.h,322,2008-12-06
.............\.......................................................\...........\ReadMe.txt,3526,2008-11-26
.............\.......................................................\...........\res
.............\.......................................................\...........\...\BUTTON.cur,3262,2008-11-27
.............\.......................................................\...........\...\Cross.cur,3262,2008-11-27
.............\.......................................................\...........\...\cursor1.cur,3262,2008-11-27

.............\.......................................................\...........\...\MyPolyStock.rc2,367,2008-11-26


.............\.......................................................\...........\resource.h,2293,2008-12-08
.............\.......................................................\...........\stdafx.cpp,140,2008-11-27
.............\.......................................................\...........\stdafx.h,3749,2008-12-08
.............\.......................................................\...........\ToolDlg.cpp,15112,2008-12-08
.............\.......................................................\...........\ToolDlg.h,2119,2008-12-08
.............\.......................................................\...........\有错的list.txt,57,2008-12-07
.............\.......................................................\...........\有错的list.txt.bak,57,2008-12-07
.............\.......................................................\MyPolyStock.sln,898,2008-11-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Edge-Detection-Algorithm
    图像边缘检测,实现了几种边缘检测算法,像Roberts,Sobel,Prewitt,Canny等(Edge detection, edge detection algorithm to achieve several, such as Roberts, Sobel, Prewitt, Canny, etc.)
    2021-03-17 08:49:21下载
    积分:1
  • visual-detecting-for-PCB
    用VC++视觉检测程序,可以打开PCB板的照片文件,对其进行编辑、点运算、几何变换、正交变换、图像增强、形态变换、边缘与轮 廓检测、图像分析与复原、图像编码等功能。其中点运算包括图像反色、线性变换、阀值变换等功能;边缘检测包括Robert算子、 Sobel算子、Gauss-Laplace算子等;正交变换包括傅里叶变换、离散余弦变换、沃尔什变换;图像编码包括哈弗曼编码表、香农弗 曼编码表、行程编码、LZW编码等。 对于研究电子封装技术,视觉检测及电机精确控制的同学学习参考使用。(visual detecting for PCB.rar)
    2020-09-28 17:27:44下载
    积分:1
  • BWLabel
    二值图像连通域分析,和MATLAB中bwlabel函数功能相似(Connected domain analysis of binary image, and bwlabel similar function in MATLAB)
    2015-07-27 16:35:25下载
    积分:1
  • SURF-V1.0.9-WinDLL
    SURF算法较SIFT算法速度快,SURF算法源代码。(SURF code)
    2021-04-21 22:48:49下载
    积分:1
  • xiaobo
    结合维纳滤波的小波降噪方法,滤波效果很好(Combination of Wiener filtering of wavelet noise reduction method, filter works well)
    2009-10-24 13:59:40下载
    积分:1
  • rihua.code
    本程序为图像锐化的经典程序,源码里有详细的标注。(the procedures for sharpening images of the classic procedures are detailed source of tagging.)
    2007-06-04 12:04:49下载
    积分:1
  • VC-PH
    球面坐标定位法校正鱼眼图像畸变,使用visual studio 2008 编写,需要OpenCV的支持(Spherical coordinates locating fish eye image distortion correction, prepared using visual studio 2008, requires the support of OpenCV)
    2010-05-15 11:42:48下载
    积分:1
  • ENVI
    ENVI是比较常用的遥感图像处理软件,使用该插件,可以使ENVI软件支持HDF5格式的遥感影像,HDF5数据格式是科学计算一体化数据格式,常用于卫星遥感影像的外部存储。(Envi is more commonly used in remote sensing image processing software, use the plugin can enable envi software support the HDF5 format of remote sensing images, the HDF5 data format is scientific computing integration data format, commonly used in satellite remote sensing image of the external storage. )
    2016-07-22 10:52:38下载
    积分:1
  • zz
    说明:  实现机器视觉双目标定,三维重建等算法,具有很好地擦考价值( Robot with two cameras to switch recognition system. (Note that not binocular vision) and the reference used opencv1.0 cmv. )
    2012-10-28 17:09:47下载
    积分:1
  • processing5
    图像基础处理——透视矫正的程序代码,把图像还原(Image basic processing- perspective correction code to restore image)
    2013-04-10 11:29:49下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载