-
vc6.0的opencv的图片读取
资源描述安装opencv基础上,实现图片读取的简单程序,仅限于初学者用,使用opencv快速,简洁
- 2022-06-19 06:47:41下载
- 积分:1
-
Character Recognition Using Neural Networks
Steps to use this GUI.
1. Open the...
Character Recognition Using Neural Networks
Steps to use this GUI.
1. Open the GUI figure, run it. (accept the matlab to change its directory to new location where the file is stored)
2. First we need to teach Character to computer. For this type the Character in the textbox space provided and press "TEACH".
3. You can save all the taught data.
4. For retrival, click start.
Note: Paint Brush software of microsoft opens for entering the image. So, we need to save the image after editing.
For best results teach each Character not less than ten times.
- 2022-06-20 20:59:04下载
- 积分:1
-
use EISTREAM IMAGING ACTIVEX control to create an image also an editor.
使用EISTREAM IMAGING ACTIVEX 控件创建一个又一个图像编辑器.-use EISTREAM IMAGING ACTIVEX control to create an image also an editor.
- 2022-03-07 09:10:15下载
- 积分:1
-
可以将bmp图像数据保存为tiff格式文件,提供了足够的接口函数...
可以将bmp图像数据保存为tiff格式文件,提供了足够的接口函数-Bmp image data can be saved as a tiff format, has provided sufficient interface function
- 2022-05-18 01:24:48下载
- 积分:1
-
看YUV图像的软件,在做视频编码时候要用,开发H.264/AVC的必备工具。...
看YUV图像的软件,在做视频编码时候要用,开发H.264/AVC的必备工具。-the software which can read the YUV of image.
this will be useful in video programming, also will be a necessary tool in developing H.264/AVC
- 2022-04-27 07:19:04下载
- 积分:1
-
images from the algorithm, concise
图象取对数算法,简洁-images from the algorithm, concise
- 2023-05-26 08:05:03下载
- 积分:1
-
三
立体视觉代码。主要过程包括:harris角点检测,zncc最优策略匹配,扩散得到更多特征对应,计算disparity和对应颜色值。另外提供了两幅图片以及对应的特征匹配的结果和disparity图像。-Three-dimensional visual codes. The main process includes: harris corner detection, zncc optimal strategy for matching, the proliferation of more features of the corresponding calculation of disparity and the corresponding color value. Also provides a picture and two corresponding feature matching results and disparity images.
- 2022-03-18 17:28:19下载
- 积分:1
-
经典的KSVD算法(含OMP),含一维信号字典训练及二维图像去噪实例
经典的字典更新KSVD算法,含一维信号字典训练及二维图像去噪实例。利用OMP算法进行稀疏编码,之后逐列进行字典更新,含速度计算及PSNR计算,含训练字典的最终展示。需要首先配置OMP程序,有清晰的readme文件指导程序编译,亲测很好用。
- 2022-03-29 17:27:22下载
- 积分:1
-
海图绘制,可以读取MAPINFO的MIF文件,效果比较好,大家可以下载下来用。...
海图绘制,可以读取MAPINFO的MIF文件,效果比较好,大家可以下载下来用。-nautical charting, and can read MapInfo MIF document, the results were quite good, we can use downloaded.
- 2022-02-05 15:07:21下载
- 积分:1
-
Polygon clipping is one of those humble tasks computers do all the time. It s a...
Polygon clipping is one of those humble tasks computers do all the time. It s a basic operation in creating graphic output of all kinds. There are several well-known polygon clipping algorithms, each having its strengths and weaknesses. The oldest one (from 1974) is called the Sutherland-Hodgman algorithm. In its basic form, it is relatively simple. It is also very efficient in two important cases, one being when the polygon is completely inside the boundaries, and the other when it s completely outside.
- 2022-09-16 13:35:03下载
- 积分:1