登录
首页 » Visual C++ » DXFRead-master

DXFRead-master

于 2017-09-26 发布 文件大小:260KB
0 172
下载积分: 1 下载次数: 5

代码说明:

  读取dxf文件,并利用opencv画出2D形状(Read the DXF file, and draw a 2D shape using OpenCV)

文件列表:

DXFRead-master
DXFRead-master\.gitattributes
DXFRead-master\.gitignore
DXFRead-master\DXFRead.sdf
DXFRead-master\DXFRead.sln
DXFRead-master\DXFRead.suo
DXFRead-master\DXFRead
DXFRead-master\DXFRead\Arc.cpp
DXFRead-master\DXFRead\Arc.h
DXFRead-master\DXFRead\Circle.cpp
DXFRead-master\DXFRead\Circle.h
DXFRead-master\DXFRead\DXFRead.vcxproj
DXFRead-master\DXFRead\DXFRead.vcxproj.filters
DXFRead-master\DXFRead\DXFRead.vcxproj.user
DXFRead-master\DXFRead\Debug
DXFRead-master\DXFRead\Debug\Arc.obj
DXFRead-master\DXFRead\Debug\CL.read.1.tlog
DXFRead-master\DXFRead\Debug\CL.write.1.tlog
DXFRead-master\DXFRead\Debug\Circle.obj
DXFRead-master\DXFRead\Debug\DXFRead.exe.embed.manifest
DXFRead-master\DXFRead\Debug\DXFRead.exe.embed.manifest.res
DXFRead-master\DXFRead\Debug\DXFRead.exe.intermediate.manifest
DXFRead-master\DXFRead\Debug\DXFRead.lastbuildstate
DXFRead-master\DXFRead\Debug\DXFRead.log
DXFRead-master\DXFRead\Debug\DXFRead.vcxprojResolveAssemblyReference.cache
DXFRead-master\DXFRead\Debug\DXFRead.write.1.tlog
DXFRead-master\DXFRead\Debug\DXFRead_manifest.rc
DXFRead-master\DXFRead\Debug\Entity.obj
DXFRead-master\DXFRead\Debug\Line.obj
DXFRead-master\DXFRead\Debug\link-cvtres.read.1.tlog
DXFRead-master\DXFRead\Debug\link-cvtres.write.1.tlog
DXFRead-master\DXFRead\Debug\link.11424-cvtres.read.1.tlog
DXFRead-master\DXFRead\Debug\link.11424-cvtres.write.1.tlog
DXFRead-master\DXFRead\Debug\link.11424.read.1.tlog
DXFRead-master\DXFRead\Debug\link.11424.write.1.tlog
DXFRead-master\DXFRead\Debug\link.read.1.tlog
DXFRead-master\DXFRead\Debug\link.write.1.tlog
DXFRead-master\DXFRead\Debug\main.obj
DXFRead-master\DXFRead\Debug\mt.read.1.tlog
DXFRead-master\DXFRead\Debug\mt.write.1.tlog
DXFRead-master\DXFRead\Debug\rc.read.1.tlog
DXFRead-master\DXFRead\Debug\rc.write.1.tlog
DXFRead-master\DXFRead\Debug\vc100.idb
DXFRead-master\DXFRead\Debug\vc100.pdb
DXFRead-master\DXFRead\Entity.cpp
DXFRead-master\DXFRead\Entity.h
DXFRead-master\DXFRead\Line.cpp
DXFRead-master\DXFRead\Line.h
DXFRead-master\DXFRead\main.cpp
DXFRead-master\README.txt

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

发表评论

0 个回复

  • PMFFT
    PMF FFT捕获技术性能仿真,分段匹配滤波法和改进算法相比较(FFT PMF capture technology performance simulation, segmented matching filter and improved algorithm comparison)
    2021-03-08 21:29:28下载
    积分:1
  • consturct_curve
    对测井曲线进行重构的程序,可以充分利用测井特征曲线所反应的岩性特征信息,完成多信息的融合(Log curve reconstruction procedures)
    2012-07-19 05:19:33下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • HistDemoA
    说明:  直方图均衡化的一个程序,只能对BMP的黑白图像进行直方图均衡化(A histogram equalization process, only black and white BMP image histogram equalization)
    2008-09-23 09:48:10下载
    积分:1
  • fangshebianhuan
    仿射变换来实现旋转 (线性变换),平移 (向量加),缩放操作 (线性变换)(Affine transformations are implemented by rotation (linear transformation), translation (vector addition), scaling operation (linear transformation))
    2017-09-28 17:01:39下载
    积分:1
  • median-filtering
    中值滤波,取出奇数个数据进行排序,用排序后的中值取代要处理的数据即可(median filtering.rar)
    2013-12-05 17:24:42下载
    积分:1
  • Labeling
    对于二值图像进行labeling,求的对象个数,每个对象的像素数,中心点,长宽高矮值等(labeling for bianry image)
    2011-05-09 13:54:15下载
    积分:1
  • SARViewer
    通过GDAL读取常用遥感影像,如img,tiff,可实现读取显示和雷达影像处理的一些基本算法(Read through GDAL common remote sensing images, such as img, tiff, read the display and radar can achieve some of the basic image processing algorithms)
    2013-08-03 19:39:01下载
    积分:1
  • weinafilter
    本程序可实现维纳滤波,可应用于反褶积等反问题的求解过程中,是非常简单实用的(This program can be realized Wiener filter can be applied to deconvolution inverse problems and the process is very simple and practical)
    2016-07-25 20:18:58下载
    积分:1
  • SLIC_mex
    SLIC超像素分割matlab版本,主要算法为C++与matlab算法联动(SLIC super pixel segmentation matlab version, the main algorithm is C++ and matlab algorithm linkage)
    2018-10-09 14:51:36下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载