登录
首页 » Visual C++ » ImageBoard

ImageBoard

于 2020-12-27 发布 文件大小:396KB
0 200
下载积分: 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 个回复

  • ImageMatch
    摄影测量中影像匹配小程序,附带两幅图片,比较实用(Photogrammetry image matching small program, with two pictures, more practical)
    2016-04-29 20:03:43下载
    积分:1
  • 28coderesources
    说明:  图像处理所涉及的256转灰度,二值化等等,每个部分都是独立可执行的工程文件,很方面的代码复用(256 involved in image processing turn gray, binary, etc., are independent of each part of the project executable file, it' s code reuse)
    2010-04-14 12:37:20下载
    积分:1
  • demo
    北航图像处理demo,目前集成了从色彩转换、彩色图像处理、灰度图像处理、二值图像处理、阈值分割、边缘检测、数学形态学方法、等多个组件(Northern image processing demo, now integrated from the color conversion, color image processing, gray-scale image processing, binary image processing, thresholding, edge detection, mathematical morphology, and many other components)
    2014-05-21 19:46:11下载
    积分:1
  • headtrack
    用粒子滤波实现视频中人头跟踪算法,有训练好的人头分类器。()
    2021-02-05 21:29:57下载
    积分:1
  • Daima
    遥感图像处理源代码,包括遥感影像读入、几何校正、影像重采样等等(Remote sensing image processing code)
    2020-08-11 16:28:30下载
    积分:1
  • yuzhibianhua
    图像处理基本算法其中之一的yuzhibianhua (Image processing one of the basic algorithm yuzhibianhua)
    2008-06-04 17:13:13下载
    积分:1
  • Graph
    输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)
    2020-12-13 15:29:15下载
    积分:1
  • Moving-Least-Squares-morphing
    利用最小二乘法实现图像变形,提出一种基于控制曲线集的移动最小二乘图像变形算法。根据图像的形状拓扑关系或轮廓信息设置点,生成控制曲线,移动控制曲线生成图像的仿射变换、相似变化、刚性变换。 (The technology of image deformation.Using Moving Least Squares.)
    2012-04-28 21:44:32下载
    积分:1
  • hedongjian
    彩色位图转黑白位图代码。何东健《数字图像处理》随书光盘提供的源码。(color bitmap to black-and-white bitmap code. Dong- Jian "Digital Image Processing" With the CD source.)
    2006-11-02 10:13:04下载
    积分:1
  • FastAC
    一种快速的算术编码程序. 也是JPEG和JPEG2000的部分核心算法.(A fast arithmetic coding procedures. JPEG and JPEG2000 is also part of the core algorithm.)
    2007-11-16 04:12:18下载
    积分:1
  • 696518资源总数
  • 105563会员总数
  • 11今日下载