-
使用卡尔曼滤波跟踪特征点跟踪的旋转点
使用Kalman滤波器跟踪一个旋转的点,用于特征点的跟踪-Use Kalman filter to track a rotating point for the tracking of feature points
- 2023-06-17 22:10:04下载
- 积分:1
-
在Visual C++环境下读写bmp文件。该程序可用于图像处理,并对bmp格式的文件进行读写和处理。...
在Visual C++环境下读写bmp文件。该程序可用于图像处理,并对bmp格式的文件进行读写和处理。-In the Visual C++ environment to read and write bmp files. The program can be used for image processing, and bmp format for reading and writing and processing.
- 2022-03-10 19:02:23下载
- 积分:1
-
contourlet马尔科夫变换工具箱,用以实现contourlet马尔科夫变换编码
contourlet马尔科夫变换工具箱,用以实现contourlet马尔科夫变换编码-Markov transform Contourlet toolbox to realize Contourlet Markov transform coding
- 2022-05-30 10:41:19下载
- 积分:1
-
图像不变矩的推广,可以利用图像的不变矩进行二次开发
图像不变矩的推广,可以利用图像的不变矩进行二次开发-Image Moment unchanged promotion, we can use the same image for secondary development Moment
- 2022-03-14 04:05:19下载
- 积分:1
-
画Bezier曲线,VC
画Bezier曲线,VC-draw bezier curve
- 2022-02-07 11:27:36下载
- 积分:1
-
无闪烁绘图的一个例子,希望对大家有帮助
无闪烁绘图的一个例子,希望对大家有帮助-an example, we hope to help
- 2022-07-12 01:43:13下载
- 积分:1
-
扫描线种子填充算法 C语言实现 已在Turbo C&C++上成功运行
扫描线种子填充算法 C语言实现 已在Turbo C&C++上成功运行-c
- 2022-01-25 19:37:25下载
- 积分:1
-
直线光栅化gfdsg
直线光栅化gfdsg-linear grating of gfdsg
- 2022-07-23 09:26:24下载
- 积分:1
-
这一反射模型(BRDF)检视学生在写
This a reflection model (BRDF) viewer written by students in the
course 15-860.
See http://www.cs.cmu.edu/afs/cs/project/classes-ph/860.96/pub/www/860.html
for info on the course.
- 2022-01-25 23:25:55下载
- 积分:1
-
用GDI函数抓屏
如果我们不太在意抓屏的效率,并且我们想要的只是一个屏幕快照的话,可以考虑使用GDI方式。这种抓屏机制是以“桌面也是一个...
用GDI函数抓屏
如果我们不太在意抓屏的效率,并且我们想要的只是一个屏幕快照的话,可以考虑使用GDI方式。这种抓屏机制是以“桌面也是一个窗口,桌面也有一个窗口句柄(HWND)”这个简单的常识为基础的,如果我们得到了桌面的设备上下文(DC),就可以利用blit(复制)它的内容到我们创建的DC中。我们可以用GetDeskWindow()得到桌面的窗口句柄,从句柄得到DC也是很容易的
-GDI function with screenshots screenshots if we do not care about efficiency, and we want only a snapshot of the screen, you can consider using GDI mode. This mechanism is based on the screenshots Desktop is also a window, the desktop also has a window handle (HWND) This simple knowledge-based, if we get the desktop device context (DC), can be used on the blit (copy) its contents that we created in DC. We can use GetDeskWindow () get desktop window handle from the handle to get DC is also very easy
- 2023-05-23 00:30:03下载
- 积分:1