Welcome![Sign In][Sign Up]
Location:
Search - es frame

Search list

[Multimedia DevelopES_stream

Description: ES流分析的源程序,主要功能是读取ES流头部信息,包括帧的长度,水平垂直的SIZE,宏快条的组成等重要信息-ES flow analysis of the source, the main function is to stream head read ES information, including the length of the frame, the level of vertical SIZE, Macro Express Article important information, such as the composition of
Platform: | Size: 63488 | Author: 张公 | Hits:

[Special Effectstut3_source

Description: Attached is a zip file with an OpenGL/ES multi-texture rotating cube I used for a project last year. It rotates a cube and maps multiple textures to the surface, and implements a frame per second counter.-Attached is a zip file with an OpenGL/ES multi-texture rotating cube I used for a project last year. It rotates a cube and maps multiple textures to the surface, and implements a frame per second counter.
Platform: | Size: 102400 | Author: mtzlblk | Hits:

[Speech/Voice recognition/combineCurveLab-2.0.tar

Description: we present the first 3D discrete curvelet transform. This transform is an extension to the 2D transform described in Cand`es et al..1 The resulting curvelet frame preserves the important properties, such as parabolic scaling, tightness and sparse representation for singularities of codimension one. We describe three different implementations: in-core, out-of-core and MPI-based parallel implementations. Numerical results verify the desired properties of the 3D curvelets and demonstrate the efficiency of our implementations.
Platform: | Size: 761856 | Author: cui | Hits:

[VC/MFCIFrame

Description: 功能主要描述了在一个TS流文件里,怎样通过函数实现了PES.es.以及I帧的提取,并且实现了es重新打包PES,PES重新打包成TS文件-Describes the main function of a TS stream file and how to achieve PES.es. by function, and I frame extraction, and realized es repackaged PES, PES re-packaged into a TS file
Platform: | Size: 32768 | Author: | Hits:

[Algorithmsova0

Description: This function implememts Soft Output Viterbi Algorithm in trace back mode Input: rec_s: scaled received bits. rec_s(k) = 0.5 * L_c(k) * y(k) L_c = 4 * a * Es/No, reliability value of the channel y: received bits g: encoder generator matrix in binary form, g(1,:) for feedback, g(2,:) for feedforward L_a: a priori information about the info. bits. Extrinsic info. from the previous component decoder ind_dec: index of the component decoder. =1: component decoder 1 The trellis is terminated to all zero state =2: component decoder 2 The trellis is not perfectly terminated. Output: L_all: log ( P(x=1|y) ) / ( P(x=-1|y) ) Frame size, info. + tail bits- This function implememts Soft Output Viterbi Algorithm in trace back mode Input: rec_s: scaled received bits. rec_s(k) = 0.5 * L_c(k) * y(k) L_c = 4 * a * Es/No, reliability value of the channel y: received bits g: encoder generator matrix in binary form, g(1,:) for feedback, g(2,:) for feedforward L_a: a priori information about the info. bits. Extrinsic info. from the previous component decoder ind_dec: index of the component decoder. =1: component decoder 1 The trellis is terminated to all zero state =2: component decoder 2 The trellis is not perfectly terminated. Output: L_all: log ( P(x=1|y) ) / ( P(x=-1|y) ) Frame size, info. + tail bits
Platform: | Size: 1024 | Author: yk | Hits:

[Graph RecognizeBagofWords

Description: 该论文在知网上付费下载,为2011年9月最新的关于Bag of Wo rds 算法的框架和基本内容,是学习bag of words算法的很好的入门参考。Bag of Words 算法是一种有效的基于语义特征提取与表达的物体识别算法, 算法充分学习文本检索算法的优点, 将图片整理为一系列视觉词汇的集合, 提取物体的语义特征, 实现感兴趣物体的有效检测与识别。-Bag of Word algo rithm is an efficient object r eco gnition alg or ithm based o n semantic features ex traction and ex pression. It learns the v irt ues o f the text􀀁 based sear ch alg or ithm to make imag es a r ang o f v isua l w o rds, ex tract the seman􀀁 t ic char acter s and carr y out the detectio n and recog nit ion o f inter est ing objects. This paper mainly discusses the frame and basic content of Bag of Wor ds algo rithm.
Platform: | Size: 310272 | Author: Jessicaying | Hits:

[MacOS developMapKitDemo

Description: ent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.-#import "mapView.h" #import "mapAnnotation.h" @implementation mapView //@synthesize _map, _locationManager -(void)viewDidLoad { [super viewDidLoad] //---------- 1: 定义经度和纬度 CLLocationCoordinate2D center = CLLocationCoordinate2DMake(39.54, 116.25) //---------- 2: 定义比例缩小或放大,值越小,地图越清晰 MKCoordinateSpan span = MKCoordinateSpanMake(0.5, 0.5) //---------- 3:定位一块区域 MKCoordinateRegion region = MKCoordinateRegionMake(center, span) //---------- 4:建立地图 _map = [[MKMapView alloc]initWithFrame:CGRectMake(0, 0, 320, 460)] _map.region = region _map.mapType = MKMapTypeStandard //*** 地图类型,共三种 _map.showsUserLocation = YES // 是否显示用户信息 _map.delegate = self //*** 代理 [self.view addSubview:_map] // 将地图添加到view上 //[_map release]
Platform: | Size: 28672 | Author: pan biny | Hits:

[Compress-Decompress algrithmstest

Description: 从TS文件中依次提取出TS流,video packet,PES,es,I帧;然后又依次将I帧打包为TS流实现播放-TS stream video packet PES, es in turn extracted from the TS file, I-frame and then in turn I-frame packaged realization of TS stream playback
Platform: | Size: 25600 | Author: 李刚 | Hits:

[Streaming Mpeg4es_to_iframe

Description: ES流解析的小程序,从一个ES流文件中提取出I帧。-ES flow analysis applet, ES from a stream file to extract the I-frame.
Platform: | Size: 209920 | Author: 刘伟 | Hits:

[JSP/JavaFrameBufferObjectActivity

Description: Demonstrate the Frame Buffer Object OpenGL ES extension.
Platform: | Size: 3072 | Author: xerpongner | Hits:

[Linux-UnixFrameBufferObjectActivity

Description: Demonstrate the Frame Buffer Object OpenGL ES extension for Linux.
Platform: | Size: 3072 | Author: xexengcen | Hits:

CodeBus www.codebus.net