-
局部三维重建
用于从微小的图像曲面片漫反射明暗中提取可用的形状信息的简单表示。这将产生一个包括局部形状分布的中间场景描述符。
- 2022-03-28 21:16:26下载
- 积分:1
-
利用直接写屏函数,动态模拟一个小车在屏幕上来回走动。
利用直接写屏函数,动态模拟一个小车在屏幕上来回走动。-The use of direct write-screen function, dynamic simulation of a car moving around on the screen.
- 2022-12-15 05:10:03下载
- 积分:1
-
3D graphics translation, by clicking on the dialog box or through the importatio...
三维图形的平移,通过点击或者通过对话框输入平移参数 -3D graphics translation, by clicking on the dialog box or through the importation of translation parameters
- 2022-02-20 07:48:34下载
- 积分:1
-
The aim of Optical Character Recognition (OCR) is to classify optical patterns (...
The aim of Optical Character Recognition (OCR) is to classify optical patterns (often contained in a digital image) corresponding to alphanumeric or other characters. The process of OCR involves several steps including segmentation, feature extraction, and classification. This program use Image Processing Toolbox to get it.
For more information, visit: http://www.matpic.com
- 2022-02-16 07:59:46下载
- 积分:1
-
本程序,运用matlab绘制马鞍面及心形线图像
本程序,运用matlab绘制马鞍面及心形线图像-This procedure, using matlab draw the face and heart-shaped saddle-ray images
- 2022-08-02 12:27:06下载
- 积分:1
-
中点画圆,线,圆,直线Bresenham
中点画圆,直线,bresenham画圆以及直线-midpoint Circle, Line, Circle and straight bresenham
- 2023-05-09 03:00:02下载
- 积分:1
-
基于OPenGl的对姿态的估计,该算法能够很好的对下一时刻的姿态进行估计。...
基于OPenGl的对姿态的估计,该算法能够很好的对下一时刻的姿态进行估计。-the motion track based on pose using the opengl
- 2022-03-12 17:13:55下载
- 积分:1
-
sharper images directly in the source code to run on vc can be programmed as a r...
图像锐化源代码 直接在vc中运行就可以 可以作为编程参考-sharper images directly in the source code to run on vc can be programmed as a reference
- 2022-02-16 02:52:55下载
- 积分:1
-
mmread 读入视频文件,并且可以执行。reads virtually any media file. If Windows Media Play can p...
mmread 读入视频文件,并且可以执行。reads virtually any media file. If Windows Media Play can play-mmread reads virtually any media file. If Windows Media Play can play
- 2022-01-24 17:54:50下载
- 积分:1
-
运动物体跟踪
应用背景机器视觉中,图像处理算法很多,但是大都处理复杂,我看了大量算法提取出一套比较简单有效的跟踪算法。基于opencv库函数对图像的强大处理能力和卡尔曼滤波原理的精妙,算法效果明显。欢迎大家借鉴使用,有意机器视觉学习的朋友欢迎提出建议。关键技术主要是利用opencv对图像的处理,灰度化,二值化,然后进行轮廓识别加上方框标记,最后利用卡尔曼滤波跟踪。关键思路是对提取出的多个轮廓进行最大值选取,从而确定跟踪点,为卡尔曼滤波的使用提供接口。为防止找不到最大轮廓的bug还设计了一个小算法。
- 2022-04-08 21:41:51下载
- 积分:1