-
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
-
Array into images, to this procedure for the black, white, gray image of three c...
数组转化为图像,此程序转为的为黑,白,灰三种颜色的图像-Array into images, to this procedure for the black, white, gray image of three colors
- 2023-08-14 15:45:02下载
- 积分:1
-
这是一篇非常不错的论文,是有关图像处理方面的,这是我学习过程中看的,希望对大家有用。...
这是一篇非常不错的论文,是有关图像处理方面的,这是我学习过程中看的,希望对大家有用。-This is a very good paper, the image processing, and this is my learning process watch, I hope useful for all.
- 2023-06-25 14:40:04下载
- 积分:1
-
基于OpenGL的三维图形显示中的三维字体设置,可以进行动态三维立体字体的显示,供研究开发人员使用。...
基于OpenGL的三维图形显示中的三维字体设置,可以进行动态三维立体字体的显示,供研究开发人员使用。-OpenGL-based three-dimensional graphical display of three-dimensional font settings, can be dynamic three-dimensional display font for the research and development personnel.
- 2023-01-16 22:30:04下载
- 积分:1
-
dicom格式文件的读取和显示
可以生成安装文件
dicom格式文件的读取和显示
可以生成安装文件-dicom reader dicom reader dicom reader
- 2022-02-02 01:10:11下载
- 积分:1
-
meanshift tracking method, a mouse click to select the tracking region
meanshift跟踪方法,鼠标点击来选定跟踪区域-meanshift tracking method, a mouse click to select the tracking region
- 2023-03-19 03:00:04下载
- 积分:1
-
模式识别中线性判别分类器的C++源码,非常容易集成和使用!...
模式识别中线性判别分类器的C++源码,非常容易集成和使用!-pattern recognition linear discriminant classifier C source code, and is easy to integrate and use!
- 2023-05-07 16:40:03下载
- 积分:1
-
C Builder Image louver effects and is simple and fast operation and the results...
C++Builder实现图象的百叶窗效果,原理简单,运行速度快,效果很好。-C Builder Image louver effects and is simple and fast operation and the results very good.
- 2022-03-15 03:21:48下载
- 积分:1
-
C + + 的 LBP 代码
局部二元模式(LBP)是一种用于在计算机视觉分类功能。 LBP是特定情况在1990年[1] [2] LBP于1994年首先描述[3] [4]它提出的纹理谱模型由于被认为是一个强大的功能的纹理分类;它已经进一步确定,当LBP是结合定向梯度直方图(HOG)的描述符,它提高了检测性能相当一些数据集。该LBP特征向量,在其最简单的形式中,通过以下方式创建的:划分检测窗口进入细胞(例如16×16像素的每个单元格)。用于在小区中的每个像素,比较像素到它的每一个8邻居(在它的左顶,左中间,左底部右顶部,等等)。跟随一个圆,即顺时针或逆时针的像素。其中,中心像素的值大于邻居的值,写入“1”。否则,写“0”。这使一个8位二进制数(通常是转换为十进制为方便起见)。计算的每个“号码”中出现的频率的直方图,在细胞内,(即,对每个组合哪些像素是较小的,哪些是大于该中心)。任选正常化直方图。串联所有细胞(归)直方图。这给出了窗口的特征向量。特征向量现在可以使用支持向量机或其他机器学习处理算法进行分类的图像。这样的分类可以用于人脸识别或纹理分析。
- 2022-03-21 06:15:16下载
- 积分:1
-
实现了甘特图的显示功能(甘特图又叫条形图用于项目管理中的进度管理,它的长度表示工期,起始点表示开工日起,结束点表示完工日起,可以通过鼠标来改变它用来表示改变日期...
实现了甘特图的显示功能(甘特图又叫条形图用于项目管理中的进度管理,它的长度表示工期,起始点表示开工日起,结束点表示完工日起,可以通过鼠标来改变它用来表示改变日期信息),该程序可以用于编写项目管理软件中的甘特图的显示-Achieved Gantt display function (also known as Gantt bar chart for project management in the progress of management, said the length of its duration, the starting point that the start date, end date point, you can mouse to change it used to change the date of information), the program can be used in the preparation of project management software Gantt display
- 2022-01-24 09:57:31下载
- 积分:1