登录
首页 » Visual C++ » MyPolyStock

MyPolyStock

于 2021-04-19 发布 文件大小:711KB
0 317
下载积分: 1 下载次数: 351

代码说明:

  实现凸多边形排样,使用临界多边形NFP判断两个凸多边形是否相交,使用启发式算法提高效率(It s a good implement of convex polygon stock.)

文件列表:

03里程碑 MyPolyStock(自适应角度统一参考点boost%2BGAboost)
.......................................................\debug
.......................................................\.....\MyPolyStock.exe
.......................................................\.....\大块测试数据.txt
.......................................................\MyPolyStock
.......................................................\...........\ColorListCtrl.cpp
.......................................................\...........\ColorListCtrl.h
.......................................................\...........\ConvexBag.cpp
.......................................................\...........\ConvexBag.h
.......................................................\...........\CorrectDlg.cpp
.......................................................\...........\CorrectDlg.h
.......................................................\...........\Evaluate.cpp
.......................................................\...........\Evaluate.h
.......................................................\...........\GeneticAlgorithm.cpp
.......................................................\...........\GeneticAlgorithm.h
.......................................................\...........\MainFrm.cpp
.......................................................\...........\MainFrm.h
.......................................................\...........\MyPolyStock.aps
.......................................................\...........\MyPolyStock.cpp
.......................................................\...........\MyPolyStock.h
.......................................................\...........\MyPolyStock.rc
.......................................................\...........\MyPolyStock.vcproj
.......................................................\...........\MyPolyStock.vcproj.CHINESE-9142126.Yirui Yuan.user
.......................................................\...........\MyPolyStock.vcproj.CHXLCOMPUTER.chxl.user
.......................................................\...........\MyPolyStockDoc.cpp
.......................................................\...........\MyPolyStockDoc.h
.......................................................\...........\MyPolyStockView.cpp
.......................................................\...........\MyPolyStockView.h
.......................................................\...........\NFPCalc.cpp
.......................................................\...........\NFPCalc.h
.......................................................\...........\PointInPolygon.cpp
.......................................................\...........\PointInPolygon.h
.......................................................\...........\PolygonUtil.cpp
.......................................................\...........\PolygonUtil.h
.......................................................\...........\ReadMe.txt
.......................................................\...........\res
.......................................................\...........\...\BUTTON.cur
.......................................................\...........\...\Cross.cur
.......................................................\...........\...\cursor1.cur

.......................................................\...........\...\MyPolyStock.rc2


.......................................................\...........\resource.h
.......................................................\...........\stdafx.cpp
.......................................................\...........\stdafx.h
.......................................................\...........\ToolDlg.cpp
.......................................................\...........\ToolDlg.h
.......................................................\...........\有错的list.txt
.......................................................\...........\有错的list.txt.bak
.......................................................\MyPolyStock.sln

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

发表评论

0 个回复

  • GA-FCM
    遗传算法与FCM算法相结合实现图像分割,分割精度较好,速度较快(A combination of genetic algorithm and FCM algorithm to achieve image segmentation, segmentation accuracy is better, faster)
    2012-06-05 09:06:01下载
    积分:1
  • PoissonMesh
    有关三维模型的泊松算法的诸多应用的实现,包括泊松重建和泊松纹理混合算法,由原作者开发,非常可靠(C++ implementation for algorithms including poisson mesh and poisson texture stitching, it is shared by author with wide utilization)
    2020-07-02 21:20:01下载
    积分:1
  • SURF
    基于SUFT的特征提取与匹配,内涵详细的文档说明,很好的实现了特征提取与匹配,该方法较基本的SIFT有很大的提高(Extraction and matching of features based on SUFT, detailed content of the documentation, very good realization of the feature extraction and matching, SIFT the method is basic is greatly improved)
    2013-10-04 11:10:04下载
    积分:1
  • blur
    本文是中值滤波的一些应用,个人觉得中值滤波比一些算子滤波效果要好得多(This article is median filtering applications, personal feel median filter is much better than some of the filtering effect of the operator)
    2012-10-09 20:26:27下载
    积分:1
  • mitk
    实现了三维超声PNN算法的GPU加速;实现GPU加速的CT圆轨道平板探测器FDK重建算法;提供对canny边缘检测算法的支持;提供交互式graph cut分割方法;实现OSTU分割算法;(Three dimensional ultrasound PNN algorithm GPU acceleration to achieve GPU accelerated CT reconstruction algorithm for circular orbits FDK flat panel detector provide support for canny edge detection algorithm provide interactive graph cut segmentation achieve OSTU segmentation )
    2010-05-13 09:40:30下载
    积分:1
  • wutijianceyuzhuizong
    opencv,图像处理,关于物体粘连问题的检测,基于凹性分析的分割方法(opencv, image processing, object sticking problem on detection, segmentation method based on analysis of the recess)
    2015-08-08 15:10:00下载
    积分:1
  • VCmeanshift
    自己毕业设计做的改进的基于某vc视频处理框架代码的重心多目标跟踪代码(The center of gravity of a vc video processing framework code-based target tracking code own graduation design improvements do)
    2013-01-23 09:50:30下载
    积分:1
  • Graphics
    一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。) 五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 六、交互式Bezier曲线的输入绘制程序实现 (An integrated graphical interface of the program, each operation subroutine callable. One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval. Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively). Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of)
    2020-06-30 08:20:02下载
    积分:1
  • jm5.0c
    视频编解码技术,在有限带宽的情况下,能够大幅度的压缩编码比特数,图像的质量没有丝毫的下降。(Video codec technology, in the case of limited bandwidth can be substantial coding bits, the image quality is not the slightest decline.)
    2010-08-23 13:34:24下载
    积分:1
  • avisample
    生成avi视频截图序列。设置截图时长,截图频率,截图类型的参数。(Generate avi video sampling sequence.Screenshot duration, frequency and types of parameters are allowed to set freedom.)
    2013-07-10 17:18:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载