登录
首页 » Visual C++ » TMyPolyStockh

TMyPolyStockh

于 2021-03-30 发布 文件大小:712KB
0 212
下载积分: 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 个回复

  • delaunay
    VC和OpenGL实现的点云读取界面,需要的朋友可以下载参考(VC and OpenGL realize the point cloud to read interface, the need for a friend can download the reference)
    2021-04-08 12:39:01下载
    积分:1
  • MatchLSM
    1.打开左右两张影像2.Harris算法提取同名点3.显示提取同名点(若要进行下一步匹配则不建议显示,这里只是用于查看是否提取出)4.相关系数匹配(只在找出的同名点内匹配)5.LSM最小二乘匹配(先进行粗匹配,再精匹配)(1 Open the left and right images 2.Harris algorithm to extract two tie points 3 shows the extraction of corresponding points (not recommended to proceed to the next match show, here is used to see if extracted) 4. Correlation coefficient matching (just looking match within a point of the same name) 5.LSM least squares matching (rough first match, then fine match))
    2013-08-28 15:45:57下载
    积分:1
  • jpeg无失真压缩源代码jpeg_lossless
    jpeg无失真压缩源代码(jpeg lossless compression source code)
    2020-07-09 14:18:55下载
    积分:1
  • huatesetu
    说明:  利用vc画图,特点是可以画一些有特殊效果的几何图像(use vc drawing, painting features can be some special effects of geometric images)
    2006-04-14 11:39:57下载
    积分:1
  • uuity7i
    自适应模板更新的粒子滤波实时跟踪算法_赖作镁.zip(Adaptive template updating particle filter for real-time tracking algorithm _ Ryan magnesium. Zip)
    2013-08-08 20:44:51下载
    积分:1
  • Hough-transform
    基于规格化Hough变换的天波超视距雷达检测前跟踪算法(Hough transform based on the normalized horizon radar detection and tracking algorithms)
    2013-12-09 16:41:57下载
    积分:1
  • testDownSample
    Downsample image console program using opencv.
    2014-03-25 19:51:24下载
    积分:1
  • tss_filterh
    fpga实现图象滤波,实时的实现现对输入图象的形态学滤波可直接使用。 (fpga image filtering, real-time implementations currently morphological filtering of the input image can be used directly.)
    2012-10-07 00:29:30下载
    积分:1
  • Sutherland_Cohen--Straight-cut
    计算机图形学中小例子,MFC下实现Sutherland_Cohen直线段裁剪算法(Computer graphics small example)
    2011-12-21 19:05:50下载
    积分:1
  • CDib
    dib图像的读取,显示以及存储,能够运行(dib image read, display, and storage, and be able to run)
    2012-08-26 21:10:04下载
    积分:1
  • 696518资源总数
  • 104787会员总数
  • 23今日下载