搜索资源列表
200561555616250020000
- 车牌识别系统 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向
mpegprocessing
- 通过实验了解Mpeg1协议中的B帧编码方法以及Mpeg2协议P帧-帧场自适应预测编码-Mpeg1 agreement through experiments to understand the B-frame encoding method and the P frame Mpeg2 Agreement- Adaptive predictive coding frame field
videohistogram
- 该程序使用视频和图像处理模块库(TM)系统计算每个视频帧的R,G,B直方图。- This demo uses the Video and Image Processing Blockset(TM) System objects to calculate the histograms of R, G, and B values in each video frame.
A.Blind.MPEG-2.Video.Watermarking.Robust.to.Regula
- Abstract—Based on the observation that low-frequency DCT coefficients of an image are less affected by geometric processing, we propose a new blind MPEG-2 video watermarking algorithm robust to camcorder recording. Both the embedding and extr
caijian
- import java.awt.* import java.awt.event.* public class Counters extends Frame{ Panel panel TextField tf Button b[],add,sub,mul,div,cle, equ,dot,two,sqr,tsex Boolean isDot,operated,equaled double storedNumber char la
mpegprocessing
- 通过实验了解Mpeg1协议中的B帧编码方法以及Mpeg2协议P帧-帧场自适应预测编码-Mpeg1 agreement through experiments to understand the B-frame encoding method and the P frame Mpeg2 Agreement- Adaptive predictive coding frame field
Desktop
- A.2 Open Image Files This function looks for x-ray images (.tif) in directory ‘dname’ and creates a movie of I(q) versus q and saves the corresponding 3D matrix. ‘TempA’ and ‘TempB’ are the slope and y-intercept of the ramp temperature profi
Projects
- 帧差法,开运算,闭运算,二值化,灰度值变换,opencv3.0开发,vs2012-Zhèng chà fǎ, kāi yùnsuàn, bì yùnsuàn, èr zhí huà, huī dù zhí biànhuàn,opencv3.0 Kāifā,vs2010 Frame difference, opening operation, closing operation, binary, gray-value conversion, opencv3.0 development, vs2
H264BSAnalyzer-master1
- DCT变换,H.264解析软件,比较好用,能解析出I帧,P帧,B帧(DCT transform ,h.264,P frame,B frame, i Frame)