-
夹紧的B样条函数。
clamped bspline function.
- 2022-05-14 15:28:56下载
- 积分:1
-
图像的平移,旋转
平移(translation)变换是几何变换中最简单的一种。初始坐标为(x0,y0)的点经过平移(tx,ty)(以向
右,向下为正方向)后,坐标变为(x1,y1)。这两点之间的关系是x1=x0+tx ,y1=y0+ty。
下面给出 Translation 的源代码。算法的思想是先将所有区域填成白色,然后找平移后显示
区域的左上角点(x0,y0) 和右下角点(x1,y1) ,分几种情况进行处理。
- 2022-03-16 08:40:04下载
- 积分:1
-
抓图的原代码,很有趣
抓图的原代码,很有趣-screen in the original code, very interesting
- 2022-06-19 09:53:36下载
- 积分:1
-
一个很简单的扫描线填充图例,对于大学本科同学有帮助
一个很简单的扫描线填充图例,对于大学本科同学有帮助-a very simple scan lines filled legend for college students help
- 2022-03-16 12:43:32下载
- 积分:1
-
C Builder interface beautifully prepared irregular media players
用C++Builder5编制不规则界面精美媒体播放器-C Builder interface beautifully prepared irregular media players
- 2023-01-03 06:50:03下载
- 积分:1
-
VB图片处理
资源描述用于图像处理合适ccd入门者学习或开发视觉应用,本源码仅供学习使用。用于它用的一切后果由使用者自负。下载后24小时后请自觉删除。
- 2022-02-04 21:55:23下载
- 积分:1
-
以前的数字图像处理作业,包括直方图,均衡,Sobel,中值,FFT,IFFT,DCT,IDCT,8*8DCT等...
以前的数字图像处理作业,包括直方图,均衡,Sobel,中值,FFT,IFFT,DCT,IDCT,8*8DCT等-previous digital image processing operations, including the histogram, balanced and Sobel, values, FFT, IFFT, DCT, IDCT, 8* 8DCT etc.
- 2022-01-26 02:56:18下载
- 积分:1
-
This is source code in VC++ for finger print identification
这是指纹识别的程序的源代码,是用VC++编的!-This is source code in VC++ for finger print identification
- 2022-08-15 14:45:00下载
- 积分:1
-
叫你如何用halcon处理图像,资料介绍和很多函数的用法
叫你如何用halcon处理图像,资料介绍和很多函数的用法-Tell you how to use halcon image processing, data presentation and use of many functions
- 2023-09-03 21:45:05下载
- 积分: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