-
opencv学习笔记(中文)
opencv学习笔记(中文)学习opencv已有一段时间,自己的笔记上传下,方便他人
- 2022-04-18 19:15:53下载
- 积分:1
-
dat文件格式到bmp文件格式的转化,界面友好,操作方便
dat文件格式到bmp文件格式的转化,界面友好,操作方便-transform dat file to bmp file,user-friendly interface,easy operation.
- 2022-08-08 00:53:37下载
- 积分:1
-
This is the part of machine vision products abroad in the code section of the co...
这是一部分国外机器视觉产品的核心代码中的一段内容,水平极高-This is the part of machine vision products abroad in the code section of the core content, the level of high
- 2022-03-05 18:24:33下载
- 积分:1
-
Title: Micro Mp3 Player Description: A simple Mp3 Player for a simple man. Base...
Title: Micro Mp3 Player Description: A simple Mp3 Player for a simple man. Base on article by:BLaZe found http://www.codeproject.com/audio/mp3player.asp This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=3634&lngWId=3 The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.-Title: Micro Mp3 Player Description: A simple Mp3 Player for a simple man. Base on article by:BLaZe found http://www.codeproject.com/audio/mp3player.asp This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp txtCodeId=3634lngWId=3 The author may have retained certain copyrights to this code...please observe their
- 2022-07-03 05:08:35下载
- 积分:1
-
找出制作三维图形的策略
Find out the strategy to making 3D graphics
- 2022-08-07 05:55:19下载
- 积分:1
-
维纳滤波理论在图像处理中的应用。
包括维纳滤波,维纳复原,维纳边沿提取,维纳增强。我的一个小课题的终结版。
附有PPT...
维纳滤波理论在图像处理中的应用。
包括维纳滤波,维纳复原,维纳边沿提取,维纳增强。我的一个小课题的终结版。
附有PPT-Wiener filtering theory in image processing applications. Including the Wiener filter, Wiener restoration, Wiener edge extraction, Wiener enhanced. I have a small issue of the final version. With PPT
- 2022-02-09 13:41:14下载
- 积分:1
-
图像缩放的例子程序
实现图象缩放效果的例子程序-Image scaling examples of procedures
- 2023-06-05 05:45:03下载
- 积分:1
-
自己做课题时编写的一个可以拟合45个数据点的曲面拟合程序
自己做课题时编写的一个可以拟合45个数据点的曲面拟合程序-own topics can be prepared in a fit 45 data points the surface fitting procedure
- 2022-01-28 05:52:33下载
- 积分:1
-
1206使用说明
#include "LCD1602.h"
void LCD1602Write(UINT8 type, UINT8 data)
{
uint8_t i ;
uint16_t val, tmp = data;
if(type == CMD)
GPIO_ResetBits(LCD1602PROT, RS); //RS = 0 写指令
else
GPIO_SetBits(LCD1602PROT, RS); //RS = 1 写数据
GPIO_ResetBits(LCD1602PROT, RW); //RW = 0 ;
for(i=0; i>4)&0x000F)
- 2023-09-07 23:35:02下载
- 积分:1
-
vc++ OpenGL导入md2 文件 按键控制模型做动画 不同的键做不同的动作...
vc++ OpenGL导入md2 文件 按键控制模型做动画 不同的键做不同的动作
-vc++ OpenGL md2 run well keyboard control animation
- 2022-04-18 20:40:02下载
- 积分:1