-
I carefully collated on the binary image morphology of C code, I believe, will h...
我精心整理的关于图象二值形态学的C程序代码,相信有助于你-I carefully collated on the binary image morphology of C code, I believe, will help you
- 2022-03-17 12:40:47下载
- 积分:1
-
该源码能画直线、圆、矩形,另外还有选择、缩放、移动功能,可以保存图形。...
该源码能画直线、圆、矩形,另外还有选择、缩放、移动功能,可以保存图形。-The paint can draw a straight line, round, rectangular, in addition to selection, zoom, mobile features, you can save the graphics.
- 2022-01-28 17:13:34下载
- 积分:1
-
Pairs of mirror image, specifically about flip, flipping and other operations on...
对图像进行镜像,具体有左右翻转、上翻转等操作-Pairs of mirror image, specifically about flip, flipping and other operations on the
- 2022-02-14 14:03:10下载
- 积分:1
-
vc电子书籍,绝对经典
vc电子书籍,绝对经典-vc electronic books, absolute classic
- 2023-03-05 20:20:04下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
vc++图象获取、处理
vc++图象获取、处理-vc image acquisition, processing
- 2023-05-05 08:05:03下载
- 积分:1
-
这个网格控件基于CGridCtrl,重写和增加了许多功能,希望这个网格控件能对需要的人有帮助...
这个网格控件基于CGridCtrl,重写和增加了许多功能,希望这个网格控件能对需要的人有帮助-Based on this grid control CGridCtrl, rewritten and added many features, hoping that the grid control can help people in need
- 2023-07-21 18:50:02下载
- 积分:1
-
JPEG压缩编码系统源代码
JPEG压缩编码系统源代码-JPEG compression coding system source code
- 2022-02-14 17:57:53下载
- 积分:1
-
mfc 二次,三次B样条曲线及编辑
在mfc下实现的二次,三次B样条曲线及编辑,七个控制顶点,可用鼠标控制顶点位置,根据控制顶点位置的情况画出二次、萨巴次B样条曲线。比较简单,只是计算机图形学基础。
- 2023-04-25 02:00:03下载
- 积分:1
-
本程序可以实现画圆,直线,bezier曲线,矩形等图形,并且是用鼠标操作的,同时也可以实现图形的任意倍的放大,缩小,平移和清屏,退出功能....
本程序可以实现画圆,直线,bezier曲线,矩形等图形,并且是用鼠标操作的,同时也可以实现图形的任意倍的放大,缩小,平移和清屏,退出功能.-this procedure can be achieved Circle, Line, bezier curves, rectangles and other graphics, and the mouse is used to operate, but also the realization of graphics arbitrary times magnification, narrow, and the screen translation, from functional.
- 2022-02-20 11:59:37下载
- 积分:1