登录
首页 » Visual C++ » MyPolyStock

MyPolyStock

于 2021-04-19 发布 文件大小:711KB
0 183
下载积分: 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 个回复

  • gaussian3
    对输入视频进行处理,使用高斯背景建模的方法,得到视频前景,对于人群密度估计具有很大作用。(Processing of the input video, using a Gaussian background modeling method, to get videos prospects for population density estimation has a significant role.)
    2013-07-22 16:37:12下载
    积分:1
  • SITFbasedmatch
    包括基于SIFTGPU的sift特征提取,sift匹配,基于ransac误匹配点剔除等(SIFTGPU based sift feature extraction, sift matching, mismatching points based ransac removed, etc.)
    2021-04-09 22:38:59下载
    积分:1
  • cdd
    数字图像处理和图像识别的vc++编程方法(Digital image processing and image recognition of the vc++ Programming)
    2010-10-31 10:54:42下载
    积分:1
  • cannyho
    openCV+MFC(VS2008)canny边缘检测,能用滑动条调节参数(openCV+MFC (VS2008) canny edge detection, use the slider to adjust parameters)
    2015-09-16 15:27:26下载
    积分:1
  • NCC
    说明:  采用积分图算法的归一化互相关匹配,大大减少了计算时间。(Normalized cross correlation matching)
    2020-04-09 14:08:09下载
    积分:1
  • DLT-matlab
    直接线性变换DLT,直接由像平面坐标到地面空间坐标的直接变换,可用于量测相机,非量测相机(本人用的是 高速相机)。配合前方交会验证l系数的准确与否。以DLT得到的结果为初值,用光束法平差可以期望得到更高精度。是数字摄影测量课程作业的例子。(Direct linear transformation DLT, and the direct conversion of coordinates directly from the image plane to the ground space coordinates, the camera can be used for measuring the non-measurement camera (I use a high-speed camera). Tie the forward intersection verify l coefficient accurate or not. To the the DLT results obtained for the initial value, bundle adjustment can expect greater accuracy. Examples of digital photogrammetry course work.)
    2012-12-03 16:42:51下载
    积分:1
  • udf
    运用在fluent中的udf,解决边界正弦运动的情况,非常珍贵(Border harmonic vibration UDF, use them in fluent, very precious resource)
    2021-04-13 21:08:56下载
    积分:1
  • MyGraphBrian
    我改写后的graphbrian类,原本支持柱状图饼图和折线图的,现在添加了对这些图的风格调整,主要是增加了调整绘图区背景色和文本背景的功能,还增加了把图片保存为bmp文件的功能,以便用其他软件方便的打印。(I would then graphbrian category, which originally supported the pie chart histogram and line graph, and now added to adjust the style of these plans, the main adjustment is to increase the drawing area background color and text background function, but also an increase of the picture saved as bmp files, in order to use other software to facilitate printing.)
    2008-01-30 11:27:56下载
    积分:1
  • TemplateTrans
    图像增强,包括图像的平滑、锐化、边缘识别等操作(Image enhancement, including image smoothing, sharpening, edge detection and other operations)
    2010-05-22 13:47:53下载
    积分:1
  • tuxiangchulidaima
    本文针对目前图像特效处理的需求,主要研究几种基本的数字图像处理算法,以达到人们所期待得到的各种不同的效果。并在基于Windows系统的Visual C++6.0集成开发环境下,生成BMP位图文件并对其进行读取,使用VC编码实现这些算法。编写程序在BMP位图文件中画出各种图像,例如:三角型,圆,正弦函数图。在点运算处理中介绍了灰度化处理,算法设计原理是将输入像素点的灰度值通过算法实现改变其相应输出点的灰度值。在图像增强中,介绍了图形的平滑和图像的锐化算法,其算法的设计原理是根据一个固定小区域的几个像素灰度值设置某个像素的灰度值,通常有其固定模板。 本文具体给出了这些算法的设计思想及算法描述,并通过程序实现。最后将其效果图与原始图像进行了比较。 (In this paper, the image effects to deal with the current demand for basic research in several digital image processing algorithms in order to achieve what people expect different result. And Windows-based system, Visual C++6.0 integrated development environment to generate BMP bitmap file and read them using VC coding to implement these algorithms. Write a program to draw a variety of graphics in BMP bitmap file, example: triangle, circle, sine function diagram. Point arithmetic processing grayscale processing, algorithm design principle is the value of the input pixel gray value of the corresponding output point algorithm change. Enhancement of the image on the smooth graphics and image sharpening algorithm. The design principle of the algorithm is based on a fixed number of small regions of a pixel value of gray-scale pixel value, usually a fixed template. In this paper, given the specific design of these algorithms and the algorithm description, and program . Finally, the effect o)
    2015-07-07 10:05:26下载
    积分:1
  • 696518资源总数
  • 104347会员总数
  • 12今日下载