-
多种图像边缘检测与分割处理bianyuanjiance
多种图像边缘检测与分割处理bianyuanjiance-A variety of image edge detection and segmentation bianyuanjiance treatment
- 2023-08-05 08:30:03下载
- 积分:1
-
这是一个简单的绘图程序,编制该程序的过程包括建立应用程序的基本框 架、处理视图、处理文档、串行化处理、滚动处理、窗口分割、创建对话模板 资源、创建对话类、定义成...
这是一个简单的绘图程序,编制该程序的过程包括建立应用程序的基本框 架、处理视图、处理文档、串行化处理、滚动处理、窗口分割、创建对话模板 资源、创建对话类、定义成员变量、定义消息处理函数、创建对话类对象并显 示对话框以及添加工具栏按钮。 该程序的功能就是在单文档窗口中绘制各种不同线宽(有六种线宽)、不 同风格(有三种风格:实线、划线和点线)和不同颜色的线段。并且具备保存、 恢复、撤消、滚动、窗口分割等功能。 该程序所用到的都是Visual C++最基本、最核心的内容。-This is a simple drawing program, the preparation of the procedures for the establishment of the process, including the application of the basic framework for handling View, documents, serial processing, and rolling, window segmentation, create dialogue template resources, the creation of such a dialogue, the definition member variables, the definition Message Handling Functions to create dialogue and object type dialog box appears and add toolbar button. The procedure is the function of a single document window mapping different width (a six linewidth), the different styles (three styles : solid line, and crossed point line) and different colors segment. And with the preservation, restoration, lifting, rolling, the window segmentation capabilities. The
- 2022-12-02 23:35:03下载
- 积分:1
-
变色按钮,鼠标移过按钮,会变色。有字旋转
变色按钮,鼠标移过按钮,会变色。有字旋转-change button by moving the mouse over the button will change color. Rotary is the word
- 2022-11-12 23:35:03下载
- 积分:1
-
在这一风险投资项目的均值漂移算法进行了探讨。你可以打开它,和鳍…
mean shift algorithm is explored in this vc project. You can unzipped it,and find the source code,then build and debug it ,you ll get the content result.
- 2023-05-17 23:05:04下载
- 积分:1
-
关于人脸检测的基础知识.都是一些常用的函数.在vc基础上有所扩张...
关于人脸检测的基础知识.都是一些常用的函数.在vc基础上有所扩张-Face Detection of basic knowledge. Some are commonly used functions. Based on the vc has expanded
- 2022-01-25 14:21:16下载
- 积分:1
-
指纹图像库,可用于指纹识别及图像处理
指纹图像库,可用于指纹识别及图像处理-fingerprint image library can be used to fingerprint recognition and image processing
- 2022-02-04 20:54:12下载
- 积分:1
-
用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB...
用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB->YSH变换,对比度调整,色彩增强,灰度均衡);(3)卷积(锐化、柔化、边缘提取、中值滤波);(4)频率变换(快速傅立叶fft,小波分解重构)-A teaching program which implements in Java. It includes most essential image processing technology.
1. Geometry Transform(Flip, Rotate, Scale)
2. Color Transform(Histogram, RGB-YSH Translate, Contrast, Level, Equalize in gray)
3. Convolve (Sharpness, Smooth , Edge enhancement, Mean)
4.Frequence Transform (FFT, wavelet reconstruct)
- 2022-09-17 21:10:02下载
- 积分:1
-
数字图像马赫带现象
数字图像马赫带现象-digital image Mach Phenomenon
- 2022-03-16 15:51:54下载
- 积分:1
-
此源代码演示如何使用C,赢得32 SDK的GDI和边缘检测…
此源代码将演示如何用C,Win 32 SDK及GDI+来实现边缘检测。(C++,C)-this source code to demonstrate how to use C, Win 32 SDK GDI and edge detection to achieve. (C, C)
- 2022-02-11 15:05:35下载
- 积分:1
-
When creating applications with a complex view layout, there are several feature...
When creating applications with a complex view layout, there are several features that are missing from MFC. First, each type of view layout is created differently (simple view vs. splitter vs. nested splitter). Simple view layout does not need any additional code (MFC handles the creation). Splitter layout needs a CSplitterWnd and manual creation of each pane. Even more complex is the nested splitter. Second, MFC does not support tab windows that can be found in almost any commercial application and is great for better UI orgranization.
- 2022-06-30 06:29:02下载
- 积分:1