登录
首页 » Visual C++ » bmpLoader--STL

bmpLoader--STL

于 2021-03-12 发布 文件大小:11840KB
0 347
下载积分: 1 下载次数: 27

代码说明:

  VTK读取BMP序列图片实现MC算法面绘制,并且将绘制结果保存为STL格式。(VTK read BMP image sequences to achieve MC surface rendering algorithm, and the results will be drawn saved as STL format.)

文件列表:

bmpLoader -STL
..............\Debug
..............\.....\SC.exe,11244544,2016-11-29
..............\.....\SC.ilk,16058432,2016-11-29
..............\.....\SC.pdb,37710848,2016-11-29
..............\SC
..............\..\Debug
..............\..\.....\BuildLog.htm,13050,2016-11-29
..............\..\.....\mt.dep,65,2016-11-29
..............\..\.....\SC.exe.embed.manifest,663,2016-05-25
..............\..\.....\SC.exe.embed.manifest.res,728,2016-05-25
..............\..\.....\SC.exe.intermediate.manifest,621,2016-11-29
..............\..\.....\SC.obj,56822,2016-11-29
..............\..\.....\SC.pch,3211264,2016-10-27
..............\..\.....\stdafx.obj,13825,2016-10-27
..............\..\.....\vc90.idb,1502208,2016-11-29
..............\..\.....\vc90.pdb,757760,2016-11-29
..............\..\ReadMe.txt,1153,2016-05-17
..............\..\SC.cpp,4869,2016-11-29
..............\..\SC.vcproj,7824,2016-10-27
..............\..\SC.vcproj.Hank-PC.Hank.user,1411,2016-10-27
..............\..\SC.vcproj.HANK-PC.panjunli.user,1411,2016-11-30
..............\..\stdafx.cpp,207,2016-05-17
..............\..\stdafx.h,233,2016-05-25
..............\..\targetver.h,498,2016-05-17
..............\SC.ncb,12487680,2016-11-30
..............\SC.sln,872,2016-05-17

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

发表评论

0 个回复

  • source
    实现了对误拍角度的矫正,基于轮廓提取以及旋转矩阵变换实现图像错误识别和矫正(It realizes the correction of misalignment angle, and realizes image error recognition and correction based on contour extraction and rotation matrix transformation.)
    2018-07-06 15:20:57下载
    积分:1
  • HarrisCorner
    对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图像文件; 6. 命令格式: “xxx.exe 图片文件 k 参数(=0.04) Aperture_size(=3)”。(The input of a color image, write your own code to achieve Harris Corner Detection Algorithm: 1. Can not be called directly inside OpenCV some functions associated with the Harris corner detection 2. To only use C/C++, can not be used in other languages 3. GUI only with their own HighGUI, can not use QT or other 4. The platform can be used Windows, Linux, MacOS 5. Display intermediate and final results of the test results, including the largest eigenvalues diagram, the minimum feature value graph , R chart (you can consider color display), picture superimposed on the test results, etc., and these intermediate results are output as an image file 6. Command Format: " xxx.exe picture file k parameters (= 0.04) Aperture_size (= 3 ). " )
    2016-01-04 12:44:23下载
    积分:1
  • Video
    中国科学院长春光学精密机械与物理研究所 基于外极线约束条件的视频判读方法(Changchun Institute of Optics, Fine Mechanics and Physics epipolar constraint based on the video interpretation method)
    2010-12-08 12:25:49下载
    积分:1
  • StegoTool
    LSB替换隐写软件,该软件能把ASCII码嵌入到图像中,其载体图像是24位的BMP格式图像(LSB Steganography tool which provides hide ASCII infomation within 24-bit Bitmap images)
    2020-11-05 11:19:53下载
    积分:1
  • yixue
    医学图像处理方面的一些基础算法,VC环境下编译的一个非常好的程序框架(Medical image processing, some of the basic algorithm, VC compiled under the framework of a very good program)
    2010-07-08 15:56:34下载
    积分:1
  • Meanshift
    利用Mean-shift进行平滑处理,主要是对图像进行平滑的界面,MFC和OpenCV进行混合编程……(Mean-shift smoothing, image smooth interface, the MFC and OpenCV mixed programming ...)
    2012-03-26 10:08:52下载
    积分:1
  • vtk-CT(MC)
    MC算法实现CT医学图像的三维重建,面绘制技术(MC algorithm CT medical image reconstruction, surface rendering technology)
    2014-02-25 10:14:46下载
    积分:1
  • hccirclesa
    halcon图像处理软件用来检检测图像的圆状物体。可直接使用。 (halcon image processing software is used to check the oblong object detection image. Can be used directly.)
    2012-09-30 00:22:33下载
    积分:1
  • 0999
    卡尔曼滤波是一种数据处理方法,它是一种线性最小方差无偏估计准则,基于系统 状态估计和当前观测,通过引入状态空间而获得的新的状态估计.本篇论文陈述了卡尔曼滤 波的基本思路和算法;并通过仿真,显示卡尔曼滤波的功能,以及如何用它来跟踪方向确定、速度恒定的飞行器。 (Kalman filter is a data processing method, which is a linear minimum variance unbiased estimation criteria, based on system state estimation and the current observations, obtained by introducing the state space of the new state estimate of the Kalman filter thesis statement the basic ideas and algorithms and through simulation, shows Kalman filtering functions, and how to use it to keep track of the direction determined constant speed aircraft.)
    2013-09-06 10:21:27下载
    积分:1
  • TextAnalysis
    图像的纹理分析应用实例,主要可用于模式识别当中(image texture analysis application, which can be used for pattern recognition)
    2007-04-21 17:13:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载