登录
首页 » Visual C++ » ImageBoard

ImageBoard

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

  • DSP-digital-Recognition
    天津工业大学课程设计,内容包含vs2010对图像的灰度化,二值化,边缘检测。包含单纯c语言编写的对图像的灰度化,二值化,边缘检测的一个.C文件,可以直接用vc6.0运行,也可以直接在DSP上运行,还包含一份详细的设计报告。(Tianjin Polytechnic University curriculum design, content includes vs2010 grayscale image binarization, edge detection. Contains pure c language for image graying, binarization, edge detection is one. C file that can be run with vc6.0 can also be run directly on a DSP, also contains a detailed design report.)
    2013-12-10 10:51:11下载
    积分:1
  • 指纹识别 vfinger
    指纹识别demo 演示方向图、roc曲线(fingerprint demo show orientation and ROC curve)
    2009-12-30 03:24:16下载
    积分:1
  • 激光三维点云的源码 lastools
    激光三维点云的处理源码,可以压缩点云,配准点云(Three-dimensional laser point cloud processing source code, can be compressed point cloud, point cloud registration)
    2013-09-09 21:13:07下载
    积分:1
  • vcpicph
    VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C: est.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。命令行编译过程如下:   vcvars32   rc bmp.rc   cl smooth.c bmp.res user32.lib gdi32.lib(VC++ image smoothing+ program source code, to achieve a smooth image (to noise), sharpening function in the C drive when testing a test of decentralization Bmp picture, path: C: test.bmp, no words can not test . Is shown above the level of smoothing, you can compare the next, but the feeling of color distortion, interested look. Command-line compiler as follows: vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib)
    2014-02-18 15:30:52下载
    积分: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
  • text1
    对数字图像的处理、灰度化等,对数字图像进行基本的操作与处理(Basic digital image manipulation and processing of digital image processing, gray,)
    2013-03-27 10:20:40下载
    积分:1
  • 10165101220 于文梦
    解决一些图像处理的小问题,具体的划分和问题,文件里有提到(Solve some small problems in image processing)
    2018-12-30 20:33:10下载
    积分:1
  • calibration
    摄像头的标定,作为一般图像处理的第一步,显得尤为重要(Calibration of the camera, as a first step in the general image processing, it is particularly important)
    2013-03-17 20:25:05下载
    积分:1
  • abc
    数字图象处理VC++实现,里面有很多图像处理方面的算法,有参考意义。(Digital image processing in VC++)
    2011-11-21 20:33:31下载
    积分:1
  • dazhenshu
    用大整数乘法来计算两个n位二进制数相乘(With large integer multiplication to calculate the multiplication of two n-bit binary number)
    2010-12-31 00:20:19下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载