登录
首页 » Visual C++ » ImageBoard

ImageBoard

于 2020-12-27 发布 文件大小:396KB
0 108
下载积分: 1 下载次数: 3

代码说明:

  图像处理软件,功能齐全,简单,而且逻辑清除,很适合图像处理编程初学者(Image processing software, full-featured, simple, clear and logical, it is suitable for image processing programming beginners)

文件列表:

ImageBoard
..........\ImageBoard
..........\..........\AdjustColorDlg.cpp
..........\..........\AdjustColorDlg.h
..........\..........\BCDlg.cpp
..........\..........\BCDlg.h
..........\..........\CanvasSize.cpp
..........\..........\CanvasSize.h
..........\..........\ChildFrm.cpp
..........\..........\ChildFrm.h
..........\..........\ColorBitsDlg.cpp
..........\..........\ColorBitsDlg.h
..........\..........\ColorGrid.cpp
..........\..........\ColorGrid.h
..........\..........\ConvoluteDlg.cpp
..........\..........\ConvoluteDlg.h
..........\..........\CqOctree.cpp
..........\..........\Debug
..........\..........\Dib.cpp
..........\..........\Dib.h
..........\..........\dibapi.cpp
..........\..........\dibapi.h
..........\..........\DibView.cpp
..........\..........\DibView.h
..........\..........\EditText.cpp
..........\..........\EditText.h
..........\..........\FloatDibWnd.cpp
..........\..........\FloatDibWnd.h
..........\..........\GrayDlg.cpp
..........\..........\GrayDlg.h
..........\..........\ImageBoard.aps
..........\..........\ImageBoard.clw
..........\..........\ImageBoard.cpp
..........\..........\ImageBoard.dsp
..........\..........\ImageBoard.dsw
..........\..........\ImageBoard.h
..........\..........\ImageBoard.ncb
..........\..........\ImageBoard.opt
..........\..........\ImageBoard.plg
..........\..........\ImageBoard.rc
..........\..........\ImageBoardDoc.cpp
..........\..........\ImageBoardDoc.h
..........\..........\ImageBoardView.cpp
..........\..........\ImageBoardView.h
..........\..........\IP.cpp
..........\..........\MainFrm.cpp
..........\..........\MainFrm.h
..........\..........\PaintParambar.cpp
..........\..........\PaintParambar.h
..........\..........\PaintToolbar.cpp
..........\..........\PaintToolbar.h
..........\..........\PaletteWnd.cpp
..........\..........\PaletteWnd.h
..........\..........\PenParamsList.cpp
..........\..........\PenParamsList.h
..........\..........\PenWidth.cpp
..........\..........\PenWidth.h
..........\..........\ReadMe.txt
..........\..........\res
..........\..........\...\4way01.cur
..........\..........\...\bitmap1.bmp
..........\..........\...\blank.bmp
..........\..........\...\bmp00001.bmp

..........\..........\...\Cross02.cur
..........\..........\...\Cross03.cur
..........\..........\...\cur00001.cur
..........\..........\...\cur00002.cur
..........\..........\...\cur00003.cur
..........\..........\...\cursor1.cur
..........\..........\...\cursorfr.cur
..........\..........\...\font.bmp
..........\..........\...\ImageBoard.ico
..........\..........\...\ImageBoard.rc2
..........\..........\...\ImageBoardDoc.ico
..........\..........\...\Pencil.cur
..........\..........\...\pick.cur
..........\..........\...\Toolbar.bmp
..........\..........\...\toolbar1.bmp
..........\..........\resource.h
..........\..........\Scale.cpp
..........\..........\Scale.h
..........\..........\SelectPasteDlg.cpp
..........\..........\SelectPasteDlg.h
..........\..........\Splash.cpp
..........\..........\Splash.h

..........\..........\StdAfx.cpp
..........\..........\StdAfx.h
..........\..........\ToolTipCtrlEx.cpp
..........\..........\ToolTipCtrlEx.h

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

发表评论

0 个回复

  • CapVedio
    Visual C++ 6.0,基于opencv,MFC框架下开发,一个具有视频交互功能的桌面程序,功能类似于例程“Computer Vision Virtual Buttons”,能够实现基于视频交互的虚拟按钮的触发,(Visual C++ 6.0, based on opencv, MFC framework of development, a video interactive features of desktop applications, functions similar to the routine " Computer Vision Virtual Buttons" , to video-based interactive virtual button, trigger,)
    2011-01-05 10:33:34下载
    积分:1
  • motiondetection
    完整的程序,提供测试视频帧。根据视频帧中图像的形状进行运动估计(integrity of the procedures for testing video frames. According to Video Frame Image Motion Estimation shape)
    2006-09-07 21:38:28下载
    积分:1
  • EExamplesofGax
    高斯平滑滤波实例,高斯滤波实质上是一种信号的滤波器,其用途是信号的平滑处理,我们知道数字图像用于后期应用,其噪声是最大的问题,,由于误差会累计传递等原因,很多图像处理教材会在很早的时候介绍Gauss滤波器,用于得到信噪比SNR较高的图像(反应真实信号)。 (Instance of the Gaussian smoothing filter, Gaussian filter is essentially a signal filter, its purpose is to smooth processing of the signal, we know that the digital image for the late application, the noise is the biggest problem, the error accumulated transfer reason, a lot of image processing textbooks will be introduced at an early Gauss filter for higher SNR of the image (real response signal).)
    2012-06-10 16:26:45下载
    积分:1
  • chap1_3
    一本运用Visual C++ 的 数字图像处理的书里的源代码。非常好,初学者,很快可以上手.范例 3(Visual C++ for The digital image processing)
    2009-11-04 11:07:22下载
    积分:1
  • opencv-docs
    opencv图像库函数集,有关最新的opencv新增函数的应用(opencv functions)
    2012-05-07 09:55:10下载
    积分:1
  • tree1
    四叉树分割 opencv 编写 读入灰度图 进行递归分割(Quadtree segmentation opencv read into grayscale prepared for recursive partitioning)
    2021-04-27 21:08:45下载
    积分:1
  • CT-tracking
    一种简单高效地基于压缩感知的跟踪算法。首先利用符合压缩感知RIP条件的随机感知矩对多尺度图像特征进行降维,然后在降维后的特征上采用简单的朴素贝叶斯分类器进行分类。该跟踪算法非常简单,但是实验结果很鲁棒,速度大概能到达40帧/秒(A simple and efficient tracking algorithm based on compressed sensing. Firstly, with the random sensing matrix compressed sensing RIP conditions for multi-scale image feature dimension reduction, and then use the naive Bias classifier simple classification in the feature reduction after the. The tracking algorithm is very simple, but the results are robust, speed can reach 40 frames per second)
    2014-01-10 11:45:54下载
    积分:1
  • generatePointCloud.cpp.tar
    采集RGB-D深度图像生成点云矩阵,属于RGB-D SLAM的前端处理过程(Collecting depth image to generate point cloud)
    2017-07-28 16:34:01下载
    积分:1
  • VisualC++ImageProcess
    各种图像处理技术举例。其中原代码可以直接使用,非常不错。(various image processing technology, for example. The original code which can be used directly, very good.)
    2006-05-25 19:05:08下载
    积分:1
  • K_MeansSeg
    KMeans图像聚类分割:用K-Means聚类方法来对图像进行分割。主要是对图像的颜色进行聚类。开发环境:VC6,需要安装OpenCV。(KMeans clustering in image segmentation: with K-Means clustering approach to image segmentation. Mainly the color of the image cluster. Development Environment: VC6, need to install OpenCV.)
    2010-08-08 13:13:32下载
    积分:1
  • 696524资源总数
  • 103913会员总数
  • 34今日下载