登录
首页 » Visual C++ » TMyPolyStockh

TMyPolyStockh

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

  • gaosi
    二维图形图像处理,高斯平滑的源代码,图像预处理(Two-dimensional graphic image processing, Gaussian smoothing of the source code, image preprocessing)
    2009-11-18 15:32:39下载
    积分:1
  • photo_cut
    图形裁剪,实现对画的线,多边形,交点进行剪裁,实现图形的规范化(Graphic cutting, to achieve the painting line, polygon, tailoring intersection, graphics standardization)
    2014-04-12 09:34:12下载
    积分:1
  • SLIC
    超像素分割程序,既有原码,也有可执行程序,验证过,好用。(Super-pixel segmentation procedure, both the original code, there are executable programs, proven, easy to use.)
    2021-01-18 16:08:42下载
    积分:1
  • Bppeizhuna
    基于互信息的图像配准源代码,,采用粒子群优化算法可直接使用。 (Based on mutual information image registration source code, using particle swarm optimization algorithm can be used directly.)
    2012-07-19 09:58:24下载
    积分:1
  • demo
    一个有关边缘检测 robert sobel FFT傅里叶变换等算法的demo(a demo using VC++ that implements the algorithms of edge detection and FFT)
    2010-05-21 14:32:48下载
    积分:1
  • juzhen
    平常经常用到的一个小程序,两个矩阵相乘的求法(Common often USES a small program, two of the matrix multiplication is also given)
    2012-02-27 09:35:32下载
    积分:1
  • dakai
    实现彩色图像的N*N 中值滤波器,可选择滤波系数。(To achieve the N* N color image median filter, selectable filter coefficients.)
    2011-06-27 11:20:06下载
    积分:1
  • Camdemo
    Camshift算法,即"Continuously Adaptive Mean-Shift"算法,是一种自适应的运动跟踪算法。它主要通过视频图像中运动物体的颜色信息来达到跟踪目的。(Camshift algorithm, namely " Continuously Adaptive Mean-Shift" algorithm is an adaptive motion tracking algorithm. It is primarily the color information of the object' s movement through the video images to achieve tracking purposes.)
    2014-01-11 19:45:29下载
    积分:1
  • tezhengtiqu
    c++特征提取,提取图像当中的红色灯笼。。。(c++ feature extraction, image extraction among red lanterns)
    2015-04-03 11:25:51下载
    积分:1
  • histogrameq
    VC做的图像处理方面的一些代码,仅供参考(VC do image processing of some code, only supplies the reference )
    2012-03-15 10:09:25下载
    积分:1
  • 696518资源总数
  • 104347会员总数
  • 12今日下载