-
flashaction关于TextField图片的下载情况的使用!
flashaction关于TextField图片的下载情况的使用!-flashaction TextField pictures on the use of the download!
- 2022-01-21 20:18:36下载
- 积分:1
-
计算机图象处理
计算机图象处理- Computer imagery processing
- 2022-02-10 02:33:14下载
- 积分:1
-
3D图形处理,基于SDL library
3D图形处理,基于SDL library -3D graphics, based on the SDL library
- 2022-05-19 11:52:41下载
- 积分:1
-
对图像进行逐点计算,并且取最大值和最小值的差值作为该点新的灰度值。
在区别边缘点和非边缘点时,首先确定一个阈值T,若图像中像素点的新
值大于该门限值,则...
对图像进行逐点计算,并且取最大值和最小值的差值作为该点新的灰度值。
在区别边缘点和非边缘点时,首先确定一个阈值T,若图像中像素点的新
值大于该门限值,则可以初步确定为边缘点,小于T的新值被判断为非边缘点.-Image point by point basis, and taking the maximum and minimum points of difference as the new gray value. Edge in the difference between point and non-edge point, first determine a threshold T, if the image of the new pixel value is greater than the threshold, you can initially identified as the edge point, the new value is less than T have been judged as non-edge point.
- 2023-03-01 03:35:03下载
- 积分:1
-
一个简单绘图程序的开发
一个用VC开发的简单画图程序-a VC development of a simple drawing program
- 2022-06-15 16:40:51下载
- 积分:1
-
feature-based image metamorphosis的实现代码
feature-based image metamorphosis的实现代码
可以实现图像A和图像B之间的变形
- 2022-07-25 11:04:20下载
- 积分:1
-
This is the NeHe tutorial in the OpenGL
这是NeHe教程里基于MFC的OpenGL模板,挺好用的,可省去大量编程工作。-This is the NeHe tutorial in the OpenGL-based MFC template, very good use, and can save a large number of programming.
- 2022-01-25 23:38:34下载
- 积分:1
-
MATLAB
MATLAB实现基于互相关的亚像素级图像匹配/配准源代码Free Source Code for Efficient subpixel image registration by cross-correlation-MATLAB-based cross-correlation of sub-pixel image matching/registration Source Code Free Source Code for Efficient subpixel image registration by cross-correlation
- 2022-04-30 18:10:40下载
- 积分:1
-
运动物体跟踪
应用背景机器视觉中,图像处理算法很多,但是大都处理复杂,我看了大量算法提取出一套比较简单有效的跟踪算法。基于opencv库函数对图像的强大处理能力和卡尔曼滤波原理的精妙,算法效果明显。欢迎大家借鉴使用,有意机器视觉学习的朋友欢迎提出建议。关键技术主要是利用opencv对图像的处理,灰度化,二值化,然后进行轮廓识别加上方框标记,最后利用卡尔曼滤波跟踪。关键思路是对提取出的多个轮廓进行最大值选取,从而确定跟踪点,为卡尔曼滤波的使用提供接口。为防止找不到最大轮廓的bug还设计了一个小算法。
- 2022-04-08 21:41:51下载
- 积分:1
-
各种图像边缘提取算法的C语言实现及一些测试用图像。这些算法包括:Marr、Canny、shen...
各种图像边缘提取算法的C语言实现及一些测试用图像。这些算法包括:Marr、Canny、shen-Castan、Sobel等等。(注:这些代码是《Algorithms for Image Processing And Computer Vision》一书中的内容,要想理解代码最好参看原书)。-various Image Edge Extraction Algorithm in C language and some test images. These algorithms include : Marr, Canny, Shen-Castan, Sobel and so on. (Note : the code is "Image Processing Algorithms for Computer Vision And" the contents of a book, in order to see the best understanding of the original code book).
- 2022-04-27 03:37:42下载
- 积分:1