搜索资源列表
Elevator
- 这是一个电梯调度模拟算法,基于MFC的对话框写的,有电梯移动的界面,输入电梯等待人数,点击仿真,就会再不同楼层随机产生等待的人,请求电梯承载,电梯会在有请求的层数打印出,谁进了电梯,谁出了电梯的文字描述,当所有人都使用完电梯,则算法结束,当中用到了timer,但是我把图像处理的那部分都写在了画图里面,导致系统界面会不断刷新,输入多人仿真的时候效果比较明显-This is an elevator dispatching simulation algorithm, based on MFC dial
blobtrack
- 针对在复杂背景中检测出多批特定运动目标并实施分配批号实行标记跟踪,本文利用OpenCV的运动物体跟踪的数据结构、函数以及基本框架,建立了一个由人机交互界面模块;运动物体的前景检测模块;运动物体的团块特征检测模块;运动物体的团块跟踪模块轨迹生成模块;轨迹后处理模块组成的视频图像运动目标分析系统。-Aim at detecting,tracking and marking multipule specific targets in complex background.We use the ba
GeoTrans
- MFC中数字图像处理几何变换的程序。 很全的,本科阶段的都有!-MFC geometric transformation of digital image processing procedures.
opencv-camera-VCPP-
- opencv实现的摄像头和Canny算子处理后的图像,利用VC++ MFC编写-opencv realize the camera and Canny operator image VC++ MFC write
lianphoto
- MFC图像处理-适合MFC 图像处理初学者,自己也是菜鸟级的,有基本的点运算,同时还有线性和非线性变换、几何运算,位置变换、线性和非线性增强、直方图增强等。-MFC image processing- suitable for beginners MFC image processing, and rookie level, the basic point operation, and the linear and nonlinear transformation, geometric oper
yanse
- 基于MFC的图像处理程序,可以直接打开图片,并显示鼠标出的RGB色彩值-MFC-based image processing program, you can directly open the picture and display the mouse out of the RGB color value
PS
- 基于VC6.0,MFC编程的简易图片处理小软件,包含一些常用的图像处理程序,只支持256色图像的处理。-Based on VC6.0, MFC programming simple image processing small software, including some commonly used image processing program.
MFC-TUXIANG
- 图像处理的基本代码,很不错,适合初学者,可以很快的上手。-The basic code, image processing is very good, suitable for beginners
tools
- 图像处理函数类,包括图像载入MFC环境,在MFC架构下对图像处理等函数-Class image processing functions, including image loading MFC environment, the MFC framework for image processing and other functions
framework---OpenGL
- 这是一个图形图像处理的源码,可以进行图像的锐化、滤波、模糊等功能,功能十分全,使用MFC实现的。-This is an image processing source code, you can perform image sharpening, filtering, blurring function, the function is very wide, using MFC to achieve.
text
- 使用gdal库,用MFC。一小部分数字遥感图像处理的算法,包括图像的旋转,高斯平滑,梯度锐化,直方图均衡化,线性变换,非线性变换,图像的放大、缩小等-Use gdal library with MFC. A small part of the algorithm of digital remote sensing image processing, including image rotation, Gaussian smoothing, gradient sharpening, histogr
mfcimage
- 图像处理(只读取123波段MFC遥感图像处理)-Image processing (only read 123 band MFC remote sensing image processing)
Photo
- 此程序是用MFC单文档编写的图像处理程序,可进行图像翻转,调节对比度,饱和度以及色彩平衡等操作。(This program is written in MFC single document image processing program, can be image flip, adjust contrast, saturation and color balance and other operations.)
MyImageTest
- 集成的图像预处理方法,包括图像直方图均衡化,直方图规格化,中间还有CT图像的重建,产生sheeplogan 模型,产生投影数据,CT图像重建(Integrated image preprocessing methods, including image histogram equalization, histogram normalization, and CT image reconstruction in the middle, produce sheeplogan model, gener
CxImage
- 图形图像处理有个静态类库的项目和一个MFC项目,MFC应用了类库项目编译生成的.lib文件,但是要是给类库项目的源文件里面打上断点的话,MFC项目是无法进入断点的。(A use the CXimage static library to do a simple test image display examples)
RSDIPLIB
- 本工程以MFC的方式编写了基础的遥感图像处理方法以及评价精度方法。适合学习MFC编程过程以及数字图像处理方法的C++实现。