-
这个程序可以识别图像中的线段或者直线,算法采用哈夫变换,将直线变换为另一个坐标系中的点,进而完成识别。...
这个程序可以识别图像中的线段或者直线,算法采用哈夫变换,将直线变换为另一个坐标系中的点,进而完成识别。-this procedure can identify the image or straight line segments, Hough transform algorithm. Linear transformation of coordinate system to another"s point, thus completing the identification.
- 2022-02-24 14:49:37下载
- 积分:1
-
windows 下面的一个优秀的绘图框架,在www.codeproject.com上面能找到他的应用...
windows 下面的一个优秀的绘图框架,在www.codeproject.com上面能找到他的应用-windows following an outstanding graphics framework, the above can be found www.codeproject.com his application
- 2022-07-09 07:21:44下载
- 积分:1
-
source switch functions, image processing, image storage!
switch 功能源码,图像处理,图像存储!-source switch functions, image processing, image storage!
- 2022-08-07 00:26:57下载
- 积分:1
-
Algorithm of Scattered Data Reduction for Surface Reconstruction using Radial Ba...
Algorithm of Scattered Data Reduction for Surface Reconstruction using Radial Basis Function
- 2022-03-03 10:49:39下载
- 积分:1
-
描述了地月系之间的关系,效果很炫丽。值得大家参考。
描述了地月系之间的关系,效果很炫丽。值得大家参考。-Describes the relationship between the Earth-Moon system, the effect is dazzling. Worthy of reference.
- 2022-08-24 20:02:56下载
- 积分:1
-
结合OpenCV在MFC中显示图片
在Visual Studio2010中,利用MFC结合OpenCV显示图片。对于初学MFC的学者,可以结合本例中MFC的按键学习消息机制;同时可以掌握基本的OpenCV函数
- 2023-01-29 07:40:06下载
- 积分:1
-
学习VC也没多久,将我做的这个小工具和大家分享一下。其主要功能就是可以自定义生成公章图形并保存为bmp图片,希望对大家有点用。具体实现的方法如下:
步...
学习VC也没多久,将我做的这个小工具和大家分享一下。其主要功能就是可以自定义生成公章图形并保存为bmp图片,希望对大家有点用。具体实现的方法如下:
步骤一:生成对话框工程,并加入相应的控件,图片的显示使用Picture控件;
步骤二:定义生成图形所需要的参数;
步骤三:通过参数定义,生成对应的Bitmap,再在Picture控件中显示该位图,具体实 现参看源程序。
步骤四:将生成的Bitmap保存为位图文件。
-VC did not learn how long I will do this small tools and share with you. Its main function is to be generated from the definition graphics and seals for the preservation bmp picture, and I hope to use you a bit. The specific methods to achieve the following : Step 1 : Generation dialog, and add the corresponding controls, the pictures showed a picture control; Step 2 : definition graphics generated by the parameters; Step 3 : through the definition of parameters, generate the corresponding Bitmap, and the Picture Control showed the bitmap, See achieve specific source. Step 4 : Generation to preserve the Bitmap bitmap file.
- 2023-04-09 06:30:03下载
- 积分:1
-
用vc实现的联机手写数字识别程序 可以运行 很好的
用vc实现的联机手写数字识别程序 可以运行 很好的-By vc realize online handwritten numeral recognition process can run very good
- 2022-12-14 01:45:03下载
- 积分:1
-
犯错
扫描线填充法:
1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。
2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。
3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,利用这种相关性可以省去大量的求交运算。
边相关扫描线填充算法的实现需要建立两个表:边表(ET)和活动边表(AET)。-err
- 2023-07-27 18:40:02下载
- 积分:1
-
RGB mixer. ideal for picture works
RGB mixer. ideal for picture works
- 2022-02-25 03:33:36下载
- 积分:1