登录
首页 » Visual C++ » dip

dip

于 2007-09-25 发布 文件大小:7261KB
0 221
下载积分: 1 下载次数: 10

代码说明:

  一个全面的图像处理平台,基本上具有教课书上所说的所有图像处理算法,并附带一些关键算法!()

文件列表:

图象处理平台
............\BitmapDialog.cpp
............\BitmapDialog.h
............\BRIGHT.cpp
............\BRIGHT.h
............\Bright1.cpp
............\Bright1.h
............\Browse.cpp
............\Browse.h
............\cDlgMorphClose.cpp
............\cDlgMorphClose.h
............\cDlgMorphDilation.cpp
............\cDlgMorphDilation.h
............\cDlgMorphErosion.cpp
............\cDlgMorphErosion.h
............\cDlgMorphOpen.cpp
............\cDlgMorphOpen.h
............\ChildFrm.cpp
............\ChildFrm.h
............\ClipBoard.cpp
............\ClipBoard.h
............\Comlib.cpp
............\Comlib.h
............\COutDlg.cpp
............\COutDlg.h
............\CutDlg.cpp
............\CutDlg.h
............\CutPic.cpp
............\CutPic.h
............\Debug
............\.....\BitmapDialog.obj
............\.....\BitmapDialog.sbr
............\.....\BRIGHT.obj
............\.....\BRIGHT.sbr
............\.....\Bright1.obj
............\.....\Bright1.sbr
............\.....\Browse.obj
............\.....\Browse.sbr
............\.....\cDlgMorphClose.obj
............\.....\cDlgMorphClose.sbr
............\.....\cDlgMorphDilation.obj
............\.....\cDlgMorphDilation.sbr
............\.....\cDlgMorphErosion.obj
............\.....\cDlgMorphErosion.sbr
............\.....\cDlgMorphOpen.obj
............\.....\cDlgMorphOpen.sbr
............\.....\ChildFrm.obj
............\.....\ChildFrm.sbr
............\.....\ClipBoard.obj
............\.....\ClipBoard.sbr
............\.....\Comlib.obj
............\.....\Comlib.sbr
............\.....\COutDlg.obj
............\.....\COutDlg.sbr
............\.....\CutDlg.obj
............\.....\CutDlg.sbr
............\.....\CutPic.obj
............\.....\CutPic.sbr
............\.....\dib256.obj
............\.....\dib256.sbr
............\.....\dibapi.obj
............\.....\dibapi.sbr
............\.....\dibpal.obj
............\.....\dibpal.sbr
............\.....\DirTreeCtrl.obj
............\.....\DirTreeCtrl.sbr
............\.....\DrawRectangle.obj
............\.....\DrawRectangle.sbr
............\.....\ExtractionDialog.obj
............\.....\ExtractionDialog.sbr
............\.....\FutuerKnowledge.obj
............\.....\FutuerKnowledge.sbr
............\.....\GASSDIALOG.obj
............\.....\GASSDIALOG.sbr
............\.....\Histogram.obj
............\.....\Histogram.sbr
............\.....\LapDialogBox.obj
............\.....\LapDialogBox.sbr
............\.....\linjunjuan.bsc
............\.....\linjunjuan.exe
............\.....\linjunjuan.ilk
............\.....\linjunjuan.obj
............\.....\linjunjuan.pch
............\.....\linjunjuan.pdb
............\.....\linjunjuan.res
............\.....\linjunjuan.sbr
............\.....\linjunjuanDoc.obj
............\.....\linjunjuanDoc.sbr
............\.....\linjunjuanView.obj
............\.....\linjunjuanView.sbr
............\.....\LOG.obj
............\.....\LOG.sbr
............\.....\LowPass.obj
............\.....\LowPass.sbr
............\.....\MainFrm.obj
............\.....\MainFrm.sbr
............\.....\Match.obj
............\.....\Match.sbr
............\.....\MatchDlg.obj
............\.....\MatchDlg.sbr

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

发表评论

0 个回复

  • ImageTool
    图像处理 二值化 旋转 90 180 等,支持多种 图片(图像处理 二值化 旋转)
    2012-05-04 15:26:20下载
    积分:1
  • fa0d
    基于像素标记的连通区域计算程序,只针对二值图像,随附有。(Based on regional connectivity calculation procedure pixel tags, only for the binary image, comes with.)
    2013-12-13 14:51:32下载
    积分:1
  • ex26aDoc
    基于路径跟踪法的insar相位解缠的整个程序(tracking method based on the path of insar Phase Unwrapping the entire process)
    2020-06-28 19:00:01下载
    积分:1
  • PCA
    这是关于pca的文件,说明实现pca的降维(This is the file on pca, achieve pca dimensionality reduction)
    2020-07-02 01:40:01下载
    积分:1
  • discrete-cosine-transform
    图形图像正交变换,离散余弦变换,VC++实现。(Graphic image orthogonal transform, discrete cosine transform, VC++ to achieve.)
    2010-06-22 08:32:54下载
    积分:1
  • SiftGPU-V370
    说明:  使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual(SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to get their orientations and descriptors. SiftGPU is inspired by Andrea Vedaldi s sift++[2] and Sudipta N Sinha et al s GPU-SIFT[4] . Many parameters of sift++ ( for example, number of octaves, number of DOG levels, edge threshold, etc) are also available in SiftGPU. The shader programs are dynamically generated according to the parameters that user specified. SiftGPU also includes a GPU exhaustive/guided sift matcher SiftMatchGPU. It basically multiplies the descriptor matrix on GPU and find closest feature matches on GPU. Both GLSL and CUDA implementations are provided. )
    2011-02-23 10:20:27下载
    积分:1
  • chap01
    Visual C++数字图像处理技术与工程案例,各章节源代码,这是第一章的代码(The Visual C++ digital image processing technology and engineering cases, the source code of each chapter, this is the first chapter of the code)
    2013-03-20 13:16:47下载
    积分:1
  • mirror
    对图像进行镜像处理,是最基本的图像处理操作(Mirror image is the most basic image processing operations )
    2012-05-13 20:04:04下载
    积分:1
  • YiJunRSexperiment_2005
    读取bmp格式的图片,并且能对其进行相关的图像处理,具体的图像处理有平滑,锐化等等,是关于遥感图像处理。(Bmp format to read the picture, and can be related to image processing, image processing has specific smoothing, sharpening and so on, are on the remote sensing image processing.)
    2009-04-04 01:35:26下载
    积分:1
  • CvThrehold
    基于opencv实时图像的2值化处理,一定要有摄像头(Opencv-based real-time image processing of two values, there must be a camera)
    2013-11-29 20:29:33下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载