-
图像处理,图像检测,模板匹配算法代码,应用…
图像处理,图像的检测,模板匹配算法代码,应用与模板搜索-image processing, image detection and template matching algorithm code, application templates and search
- 2022-09-18 18:35:03下载
- 积分:1
-
通过CASTELJAU算法,绘制指定文本数据文件的曲线
通过CASTELJAU算法,绘制指定文本数据文件的曲线-Through Casteljau algorithm, rendering the text data files specified curve
- 2022-04-01 13:57:02下载
- 积分:1
-
这是JPEG解码源代码,C++环境下的,试过了 ,可以运行
这是JPEG解码源代码,C++环境下的,试过了 ,可以运行-This is a JPEG decoder source code, C++ Environment, and tried, you can run
- 2022-04-17 20:31:48下载
- 积分:1
-
液晶屏处理资料 液晶屏处理资料
液晶屏处理资料 液晶屏处理资料-fft
- 2022-12-15 12:15:03下载
- 积分:1
-
IIR数字滤波器设计C程序
IIR数字滤波器设计C程序-双线性变换法设计IIR数字滤波器包括1.Lowpass 2.Highpass 3.bandpass三部分-Infinite Impulse Response Digital Filter Design By Double Converting
- 2023-04-18 19:20:03下载
- 积分:1
-
高斯混合模型,及背景减计算,Blob连通域,统计流量计数
高斯混合模型,及背景减计算,Blob连通域,统计流量计数-Gaussian mixture model, and background by calculation, Blob-connected domain, the number of statistical flowmeter
- 2022-12-19 00:30:03下载
- 积分:1
-
The GUI uses OpenCV function in conjunction with Visual C++ in a single document...
采用OpenCV的GUI函数并结合Visual C++ 的单文档进行视屏的打开与播放。-The GUI uses OpenCV function in conjunction with Visual C++ in a single document Shiping open and playback.
- 2022-12-06 03:20:03下载
- 积分:1
-
位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。
对...
位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。
对于位图,要想在vc中实现读取和存储,先必须了解BMP的文件格式。
BMP文件大体上分成四个部分:位图文件头,位图信息头,调色板,实际的位图数据。
位图文件头BITMAPFILEHEADER是一个结构,它的定义如下:
typedef struct tagBITMAPFILEHEADER{
WORD bfType
DWORD bfSize
WORD bfReserved1
WORD bfReserved2
DWORD bfOffBits
}BITMAPFILEHEADER实现-Bitmaps in vc access because of the projects where I am responsible for the module is concerned with reading and writing bitmap and storage, so read some information, and the success achieved in vc feature required to write This study reports. For bitmap, in order to achieve in the vc read and stored, first must understand the BMP file format. BMP files generally divided into four parts: the first bitmap file, BITMAPINFOHEADER, palette, the actual bitmap data. BITMAPFILEHEADER bitmap file header is a structure, it is defined as follows: typedef struct tagBITMAPFILEHEADER (WORD bfType DWORD bfSize WORD bfReserved1 WORD bfReserved2 DWORD b
- 2022-09-19 08:45:03下载
- 积分:1
-
本程序的主要实现一个0-9的液晶点阵字符在屏幕上滚动输出,以达到保护屏幕的作用。程序主要包括(1)数字0-9的点阵;(2)用画像素点函数putpiel() 在屏...
本程序的主要实现一个0-9的液晶点阵字符在屏幕上滚动输出,以达到保护屏幕的作用。程序主要包括(1)数字0-9的点阵;(2)用画像素点函数putpiel() 在屏幕上画出数字0-9;(3)让10个数字在屏幕上滚动,以达到屏保的作用。
- 2022-03-23 01:00:00下载
- 积分:1
-
image processing is the classic example. Consider including mirror effect and ot...
图象处理是的经典实例。包括各种虑镜效果和其他效果-image processing is the classic example. Consider including mirror effect and other effects
- 2023-06-14 19:30:07下载
- 积分:1