CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 对话框 图像

搜索资源列表

  1. DIALOG_BMP_EX1

    0下载:
  2. 基于对话框的可以打开处理BMP图像的源程序-Dialog-based open source BMP images
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1884115
    • 提供者:张保庆
  1. imagepreview

    0下载:
  2. 打开图像文件时,在打开文件对话框生成预览效果,方便用户文件操作-Open the image file is generated when the preview
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:64202
    • 提供者:老毛
  1. 11open

    0下载:
  2. VC++数字图像处理基于opencv对图像进行平滑处理。通过OpenCV提供的函数对图像进行平滑处理,实例是一个基于对话框的应用程序。-it is about opencv
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:17647
    • 提供者:liu
  1. Raptatorial

    0下载:
  2. 软件介绍:本软件能监视Ms Word的运行(如果你愿意,可以设成对电脑全面监控),并且能自动保存屏幕内容,可以自己设置图像压缩比,存储位置等。一些参数用ini文件存放。 为了尽量减少内存的使用,一些功能用dll封装。本软件的开发语言:delphi 7.0,操作系统:winXp(sp1)。没有用到第三方控件.我已经在98,2000下做过测试,运行顺利。 本软件运行之后能注册系统热键,请按下热键Ctrl+Alt+B弹出设置参数对话框,或者结束本软件的运行,初始密码为空。 -Softwar
  3. 所属分类:Remote Control

    • 发布日期:2017-03-30
    • 文件大小:683773
    • 提供者:wugsan178
  1. ImageandHistogram

    0下载:
  2. 打开一幅256色BMP图像,进行灰度统计直方图的操作并且用对话框资源显示直方图,程序重要而简洁。-Open a 256-color BMP images to obtain gray-scale histogram display operation to get the dialog box resources, Histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:114789
    • 提供者:wb
  1. cluster

    0下载:
  2. 在左视图上单击鼠标左键,可获得3种数据源:【标准数字聚类】、【手画图形聚类】、【位图文件分析聚类】。 (1) 标准数字 在工具条中按下【标准数字聚类】按钮后,选择工具条上提供的各种标准数字。在左视图就会得到多个标准数字。 每行中存放的标准数字个数与blank.bmp文件大小有关,读者可以自行修改该文件的大小,应注意该文件应该是n×n的,比如500×500 。 (2)手写数字 在工具条中按下【手画图形聚类】按钮后,拖动鼠标左键画各种数字或图形,注意每一个物体要连通。 (3
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-22
    • 文件大小:6771248
    • 提供者:哈哈
  1. Che

    0下载:
  2. 这是初学VC++图像处理编程中打开一个基本位图,它与其他的稍有差别,此是利用对话框打开一幅彩色位图。-This is a novice VC++ image processing program to open a basic bitmap, it is slightly different with the other, this is the use of the dialog box to open a color bitmap.
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:2081855
    • 提供者:陆雪琪
  1. sssss

    0下载:
  2. 用MFC对话框实现,图片纹理特征的分析,计算图像各种值。-MFC dialog box with the realization of the analysis of image texture features to calculate the various values of the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:46090
    • 提供者:cellfeng
  1. CPreviewFileDlg

    0下载:
  2. vc 中查看文件对话框的改进,可以在查看文件时显示对应的图像信息。-vc improvement in view the file dialog box, you can view the file to display the corresponding image information.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:2737407
    • 提供者:weiyuxing
  1. bmp24to8

    0下载:
  2. 基于对话框显示的24位彩色位图转换为灰度图像程序-Based on the dialog box shows the 24-bit color bitmap converted to grayscale process
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:37601
    • 提供者:xw
  1. preview

    0下载:
  2. 本文利用VC实现了带预览的图像选择框,当用户打开对话框选择图片时,可以提前览判断是否为其所需图片。-In this paper, VC implements selection box with a preview of the image, when the user opens the dialog box, select the picture, you can browse ahead of time required to determine whether its image.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-08
    • 文件大小:518615
    • 提供者:刘渭媛
  1. a

    0下载:
  2. 二维图像的三维显示希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的
  3. 所属分类:Document

    • 发布日期:2017-05-07
    • 文件大小:1141174
    • 提供者:biao
  1. gongjiao

    0下载:
  2. 来自:VC++开发实战宝典例7.5,书的P310页 练习目的:利用图像控件模拟公交站点 学到:如何建立一个类,如何使用位图,如何设置对话框的颜色-From: VC++ Developer Collection cases of actual 7.5, page exercise book P310 Objective: To use the Image control simulation bus site to learn: how to create a class, how to
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-10
    • 文件大小:2125397
    • 提供者:zhang
  1. MyDlgOpenGL

    0下载:
  2. 建立MFC的对话框下的OpenGL框架,并可以将绘制图像显示在对话框的picture控件上。-bulid a OpenGL frame based on the dialog in MFC,and show the image in a picture control of dialog.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:2038735
    • 提供者:杨杰
  1. ORC_System

    0下载:
  2. 基于对话框的显示bmp图像,并可以通过鼠标选择矩形框放大局部的程序-Bmp images on the display of the dialog box and select the rectangular box can be enlarged by mouse local procedures
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1892806
    • 提供者:张保庆
  1. CalibrationTest

    0下载:
  2. 基于对话框的摄像头标定程序,采用快速的直接算法。能把图像上的点对应到OPenGl的坐标中实施显示。功能挺多的-Dialog-based camera calibration procedure, using a fast direct algorithm. Can point the image coordinates corresponding to the OPenGl implemented in display. Function Tingzhi
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:401796
    • 提供者:聂建辉
  1. dayintuxiang

    0下载:
  2. 这个程序主要的功能是能够对对话框中的图像进行打印功能的实现-VC++
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-08
    • 文件大小:265964
    • 提供者:宋亮
  1. dialog_opencv_image

    0下载:
  2. VC++和OpenCV混合编制的用于显示图像的程序,其中用到VC++对话框的图像控件,显示图像用到OpenCV。-a progrem showing image using vc++ and opencv, very useful, use it!
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3780078
    • 提供者:勤勤
  1. Raptatorial

    0下载:
  2. 本软件能监视Ms Word的运行(如果你愿意,可以设成对电脑全面监控),并且能自动保存屏幕内容,可以自己设置图像压缩比,存储位置等。一些参数用ini文件存放。 为了尽量减少内存的使用,一些功能用dll封装。本软件的开发语言:delphi 7.0,操作系统:winXp(sp1)。没有用到第三方控件.我已经在98,2000下做过测试,运行顺利。 本软件运行之后能注册系统热键,请按下热键Ctrl+Alt+B弹出设置参数对话框,或者结束本软件的运行,初始密码为空。 -Ms Word of t
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1304612
    • 提供者:wenyunfeng
  1. DDDemo

    0下载:
  2. 将图像显示出来时,对话框右侧会给出图像本身相关详细信息-The image displayed, the dialog box on the right will give detailed information about the image itself
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1001012
    • 提供者:小紫英
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 20 »
搜珍网 www.dssz.com