-
MFC平移图像
本代码用MFC编程,实现在对话框中平移图像。点击“...”选择所要移动的图像,然后在对话框中移动图形,单击“保存”,就可以将拖动后的图像保存了。 图示如下:
- 2023-03-19 12:55:04下载
- 积分:1
-
利用模板进行道路追踪,并通过最小二乘法对模板追踪的图像进行曲线拟合。计算出曲线方程用于实现道路的识别...
利用模板进行道路追踪,并通过最小二乘法对模板追踪的图像进行曲线拟合。计算出曲线方程用于实现道路的识别-use template for road tracking, and through least squares method to trace the template image curve fitting. Calculated curve equation for the path of achieving recognition
- 2022-03-10 08:06:38下载
- 积分:1
-
图像处理图像转置源代码
图像处理图像转置源代码-image processing images to the source code of home
- 2022-08-07 04:33:44下载
- 积分:1
-
一个可识别手写字母的程序框架, 适用初学者掌握原理用.
一个可识别手写字母的程序框架, 适用初学者掌握原理用.-A handwritten letter to identify procedural framework, the application of the principle of use for beginners to master.
- 2022-04-09 07:26:01下载
- 积分:1
-
一种新型的基于水平集的图像分割算法,附对应的文献还实用例子...
一种新型的基于水平集的图像分割算法,附对应的文献还实用例子-A new level set based image segmentation algorithm, with a practical example of the corresponding literature also
- 2022-07-22 07:45:36下载
- 积分:1
-
该判断多边形点时钟排列方向,
非常准确(不准确的还没有遇到过,快3年了)。
该函数用到的相关函数都在文档中:
1.PtoLDistance-点到直线...
该判断多边形点时钟排列方向,
非常准确(不准确的还没有遇到过,快3年了)。
该函数用到的相关函数都在文档中:
1.PtoLDistance-点到直线的距离;
2.CalcPolygonRect-计算多边形外接矩形;
3.CalcSegmentRect-计算线段外接矩形;
4.Distance-计算两点距离;
5.ISZEROA-判断数值是否为零;
该函数数据类型为Windows的POINT,使用了标准模板vector-The polygon points to determine the direction of the clock with very accurate (inaccurate, not yet encountered, fast 3 years). The function of the correlation function used in the document: 1.PtoLDistance-point to the straight-line distance 2.CalcPolygonRect-calculated external rectangular polygon 3.CalcSegmentRect-computing segment external rectangle 4.Distance-computing two distance 5 . ISZEROA-judge whether the value is zero the function data type for the Windows-POINT, using the standard template vector
- 2023-08-03 05:55:03下载
- 积分:1
-
matlab图像处理函数集,系统总结matlab在图像处理中的图像输入、处理(滤波、增强)、分析(边缘检测)、输出等方面的内容...
matlab图像处理函数集,系统总结matlab在图像处理中的图像输入、处理(滤波、增强)、分析(边缘检测)、输出等方面的内容-matlabmatlab
- 2022-03-12 15:01:07下载
- 积分:1
-
create your own dialog window
创建自己的对话框窗口-create your own dialog window
- 2022-08-23 04:59:18下载
- 积分:1
-
一个实现图象的各种数字变换、滤波、编码,包括图象识别、运动检测等的完整工程源程序。 vc++ 6.0
一个实现图象的各种数字变换、滤波、编码,包括图象识别、运动检测等的完整工程源程序。 vc++ 6.0-A program that processes all kinds of data exchange,filter of waves,code ,including image identification,moving check and so on.
- 2022-12-16 11:40:03下载
- 积分:1
-
属性页示例
属性页对话框是将多个对话框集中起来,通过标签将各个页面激活。与属性页对话框相关的类主要包括CPropertySheet类和CPropertyPage类。一个属性页对话框可以包括一个CPropertySheet类和多个CPropertyPage类对象。 CPropertySheet类是CWnd类的派生类,其对象作为属性对话框的窗口框架出现,主要实现管理各个属性页面的作用。其用于管理属性页对话框的主要成员函数详见msdn。
- 2022-11-05 02:05:03下载
- 积分:1