搜索资源列表
ECC
- You are expected to produce a program to implement the Viterbi decoding algorithm forthe widely used (2, 1, 6) convolutional code with generator matrix
ECC
- You are expected to produce a program to implement the Viterbi decoding algorithm forthe widely used (2, 1, 6) convolutional code with generator matrix
all_source_files
- 带双步的QR分解方法求所有特征值,以及反幂法求解对应特征向量-two-steps-qr-descomposure to solve all eigenvalues of a matrix. and antipower method to solve a engenvector correspongding to the eigenvalue
cannon1
- cannon的并行算法,使用MPI编写的,对矩阵乘法的一种运算方法-cannon of the parallel algorithm using MPI written as a matrix multiplication of the methods of calculation
Snake2
- 蛇形矩阵:生成一个按蛇形方式排列自然数1,2,3,4,5,……,N2的 (1< N≤10)阶方阵。-Snake-like matrix: generate a snake-like manner in accordance with natural numbers 1,2,3,4,5, ... ..., N2
live_beautiful_camera_streaming0.5
- 主要为opencv人脸的美化 人脸美化,我们用的皮肤检测,皮肤在颜色空间是特定的一个区域 检测到这个区域(感兴趣区域),完后对这个区域进行美化,就是滤波,主要是双边滤波和高斯滤波。 3.视频格式转换以及编码 处理好的矩阵颜色空间是rgb的,需要转换成yuv,yuv的颜色空间就是可以播放的,类似我们电视上面看的画面,编码就是传输时候需要发送流,只个流相当于针对数据的压缩,将yuv格式的视频帧编码成h264的格式 Rgb转换成yuv,opencv实现(美颜在这一步实现)