登录
首页 » Visual C++ » jibensanweibianhuan

jibensanweibianhuan

于 2020-10-24 发布 文件大小:1956KB
0 336
下载积分: 1 下载次数: 0

代码说明:

说明:  可以实现旋转,错切,各种投影图,透视图。是学习三维变换很好的原始参考资料(Can rotate, shear, a variety of projection, perspective. Is to learn the original three-dimensional transform good reference)

文件列表:

三维变换
........\BaseClass.cpp,11017,2004-12-16
........\BaseClass.h,1875,2004-12-16
........\CBaseClass.cpp,0,2004-08-14
........\Debug
........\.....\BaseClass.obj,30591,2011-02-16
........\.....\MainFrm.obj,20080,2011-02-16
........\.....\StdAfx.obj,105775,2011-02-16
........\.....\vc60.idb,222208,2011-02-22
........\.....\vc60.pdb,372736,2011-02-22
........\.....\三维变换.exe,151641,2011-02-22
........\.....\三维变换.ilk,354780,2011-02-22
........\.....\三维变换.obj,22914,2011-02-16
........\.....\三维变换.pch,5502316,2011-02-16
........\.....\三维变换.pdb,467968,2011-02-22
........\.....\三维变换.res,7572,2011-02-22
........\.....\三维变换Doc.obj,14495,2011-02-22
........\.....\三维变换View.obj,71315,2011-02-22
........\MainFrm.cpp,2509,2004-08-14
........\MainFrm.h,1581,2004-08-14
........\ReadMe.txt,4317,2004-08-14
........\res


........\...\三维变换.rc2,400,2004-08-14

........\Resource.h,1817,2004-09-19
........\StdAfx.cpp,210,2004-08-14
........\StdAfx.h,1054,2004-08-14
........\三维变换.aps,29908,2004-12-16
........\三维变换.clw,2764,2004-12-16
........\三维变换.cpp,4161,2004-08-14
........\三维变换.dsp,4744,2004-08-14
........\三维变换.dsw,541,2004-08-14
........\三维变换.h,1324,2004-08-14
........\三维变换.ncb,156672,2004-12-16
........\三维变换.opt,81920,2011-02-22
........\三维变换.plg,1203,2004-12-16
........\三维变换.rc,13523,2011-02-22
........\三维变换Doc.cpp,1702,2011-02-22
........\三维变换Doc.h,1431,2004-08-14
........\三维变换View.cpp,13926,2004-12-16
........\三维变换View.h,2633,2004-12-16

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

发表评论

0 个回复

  • 041156300Medical3D
    RAw格式图片的显示,边缘检测,包括SOBEL算子,具有不同模板的拉普拉斯算子边缘检测,以及一些简单的滤波方式(sadfsadf asdfasdf asdf)
    2013-11-26 10:44:44下载
    积分:1
  • jibensanweibianhuan
    说明:  可以实现旋转,错切,各种投影图,透视图。是学习三维变换很好的原始参考资料(Can rotate, shear, a variety of projection, perspective. Is to learn the original three-dimensional transform good reference)
    2020-10-24 16:20:00下载
    积分: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
  • HIS-RGB
    遥感图像的色彩变换 能从IHS转换到RGB 并能从RGB转换到HIS 效果比较好(Remote sensing images from the IHS color transform to the RGB and the conversion from RGB to HIS conversion effect is better)
    2009-03-13 21:06:43下载
    积分:1
  • 256togray
    可以将256色度级的图像转化为灰度图象,挺值得新手学习一下的,希望大家能喜欢(256 chroma level images can be converted to grayscale images, very worth novice to learn about, and I hope you like)
    2014-04-19 14:48:30下载
    积分:1
  • MARK_Dehaze
    2009年CVPR最佳论文《Single image haze removal using dark channel prior》暗原色图像去雾的算法实现。与原文不同的是本程序没有完成最后matting细化效果的部分,但仍能够达到视觉上可以接受的去雾效果。计算机视觉课程作业。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。(CVPR 2009 Best Paper " Single image haze removal using dark channel prior" to the dark fog of the primary image algorithm. The difference is that with the original program did not complete the final matting refinement part,yet haze-removal result is visually acceptable. Visual course work. This project runs under VS2008 with OpenCV. Double click the exe file under Debug folder to check the final result.)
    2011-08-10 16:46:35下载
    积分: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
  • TemplateTrans
    图像增强,包括图像的平滑、锐化、边缘识别等操作(Image enhancement, including image smoothing, sharpening, edge detection and other operations)
    2010-05-22 13:47:53下载
    积分:1
  • CVMFC_INTERNET
    图形图像处理软件 MFC 功能强大 OpenVC 武汉大学出品(MFC graphic image processing software produced powerful OpenVC Wuhan University)
    2021-03-10 16:59:27下载
    积分: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今日下载