自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(11)
  • 资源 (11)
  • 收藏
  • 关注

转载 matlab的基本用法

读取图像:用imread函数读取图像文件,文件格式可以是TIFF、JPEG、GIF、BMP、PNG等。比如    >> f = imread('chestxray.jpg');  读进来的图像数据被保存在变量f中。尾部的分号用来抑制输出。如果图片是彩色的,可以用rgb2gray转换成灰度图:    >> f = rgb2gray(f);  然后可以用size函数看图像的大小

2013-01-16 14:32:47 2257 1

转载 x264编译问题合集

[1] x264路径带空格 错误: 正在执行自定义生成步骤 nasm: error: more than one input file specified type `nasm -h' for help Project : error PRJ0019: 工具从"正在执行自定义生成步骤" 特征: nasm出现错误原因: 你的x264文件夹的路径中有空格,如下所示: D:/program

2013-01-16 13:36:47 972

转载 cwnd、cdc、hwnd和hdc

1.对象和句柄CWnd是类, HWnd是句柄, CWnd封装了HWndAfxGetMainWnd()->m_hwnd;同样的, CDC和HDC也是这样的关系:CDC *pDC=new CDC;HDC hdc;pDC->GetSafeHdc();//通过对象获得句柄:pDC->Attach(hdc); //通过句柄获得对象:HWND是SDK

2013-01-13 19:55:48 1058

转载 MFC如何使控件大小随着对话框大小自动调整

如果对话框或视类的大小调后,控件的大小和位置没有变化,界面看起来会很不爽.    控件是从CWnd派生的,但不能使用SetWindowPos()或OnSize()或OnSizing()来改变其大小,应在父窗口的WM_SIZE消息中使用MoveWindow()来进行调整。一、 VC++之根据对话框大小调整控件大小和位置    1、在对话框类中加入成员变量CRect m_rect;

2013-01-13 19:04:15 2967

原创 vc中调用exe文件并传递参数

1.调用SHELLHINSTANCE ShellExecute( HWND hwnd, LPCTSTR lpOperation, LPCTSTR lpFile, LPCTSTR lpParameters, LPCTSTR lpDirectory, INT nShowCmd);?调用方法 :

2013-01-12 20:54:44 676

原创 ShellExecute用法种种

Q: 如何打开一个应用程序? ShellExecute(this->m_hWnd,"open","calc.exe","","", SW_SHOW );或 ShellExecute(this->m_hWnd,"open","notepad.exe","c:\\MyLog.log","",SW_SHOW );正如您所看到的,我并没有传递程序的完整路径。Q: 如何打开一个同系统程序相关连的文档

2013-01-12 20:37:42 828

原创 深入浅出FFMPEG

数字媒体处理的基本流程认识FFMPEGFFMPEG堪称自由软件中最完备的一套多媒体支持库,它几乎实现了所有当下常见的数据封装格式、多媒体传输协议以及音视频编解码器。因此,对于从事多媒体技术开发的工程师来说,深入研究FFMPEG成为一门必不可少的工作,可以这样说,FFMPEG之于多媒体开发工程师的重要性正如kernel之于嵌入式系统工程师一般。几个小知识:FFMPEG项目是由

2013-01-11 21:10:17 1446

原创 在DOS界面下如何调用HEVC编码器跟解码器

在HM的doc文件夹下有一个software-manual文件,里面主要讲了怎么使用编码器跟解码器的方法。今天试了一下,现在跟大家分享!通常采用以下两种方法:cmd窗口1  Using the encoderTAppEncoder [-h] [-c config.cfg] [--parameter=value]2  Using the decoderTappDeco

2013-01-11 16:29:38 2360 3

原创 怎么获得当前LCU的above和left LCU的分割深度信息?(已更新)

现在已经可以在下面这个函数下获得当前LCU的所有4X4块的深度信息,但是怎么获得当前LCU的上面一个LCU的信息,乃至左上角的信息呢??这个是很麻烦的问题,还待持续解决中。。。  // analysis of CU  xCompressCU( m_ppcBestCU[0], m_ppcTempCU[0], 0 );在Void TEncSlice::compressSlice(

2013-01-07 19:29:39 5144 42

原创 exit abort return 区别

Exit abort return 三者区别       exit() 结束当前进程/程序,在整个程序中,只要调用 exit ,就结束。return() 是当前函数返回,当然如果是在主函数main, 自然也就结束当前进程了,如果不是,那就是退回上一层调用。在多个进程时.如果有时要检测某个进程是否正常退出的.就要用到这个进程的返回值。exit(0)表示进程正常退出. 返回 0; exit(1)表

2013-01-06 22:59:45 1171

原创 HEVC快速算法文献综述

FastCoding Unit Size Selection for HEVC based on Bayesian Decision Rule Abstract—HighEfficiency Video Coding (HEVC) is being developed by JointCollaborative Team on Video Coding (JCTVC).The new st

2013-01-05 14:25:32 3570 2

HEVC开源编码器x265

Open Source (GPL) H.265/HEVC video encoder 下载网址:https://bitbucket.org/multicoreware/x265/src x265 developer wiki To compile x265 you must first install Mercurial (or TortoiseHg on Windows) and CMake. Then follow these easy steps: (for the most definitive instructions, consult our build README) Linux Instructions # ubuntu packages: $ sudo apt-get install mercurial cmake cmake-curses-gui build-essential yasm # Note: if the packaged yasm is older than 1.2, you must download yasm-1.2 and build it $ hg clone https://bitbucket.org/multicoreware/x265 $ cd x265/build/linux $ ./make-Makefiles.bash $ make Windows (Visual Studio) Instructions $ hg clone https://bitbucket.org/multicoreware/x265 Then run make-solutions.bat in the build\ folder that corresponds to your favorite compiler, configure your build options, click 'configure', click 'generate', then close cmake-gui. You will be rewarded with an x265.sln file. Also see cmake documentation. Intel Compiler Instructions On Windows, you should open an Intel Compiler command prompt and within it run one of the make-makefiles.bat scripts in build/icl32 or build/icl64, then run nmake. On Linux, you can tell cmake to build Makefiles for icpc directly. This requires you to have configured Intel's compiler environment (by sourcing the appropriate shell script). For example: $ source /opt/intel/composer_xe_2013/bin/compilervars.sh intel64 $ cd repos/x265/build/linux $ export CXX=icpc $ export CC=icc $ ./make-Makefiles $ make Command line interface The Makefile/solution builds a static encoder.lib library and a standalone x265 executable that aims to be similar to x264 in its command line interface. Running without arguments shows you the command line help. Info Mission Statement Road Map TODO HOWTO add a new encoder performance primitive HOWTO Contribute patches to x265 HOWTO cross compile from Linux to Windows Coding Style Helpful links

2013-09-19

HEVC标准(ITU)

新一代视频编码标准HEVC(ITU正式版)

2013-06-09

3D-HEVC Test Model 2

3D-HEVC Test Model 2

2013-03-12

HEVC标准最终国际提交版 JCTVC-L1003-v23

HEVC标准最终国际提交版 JCTVC-L1003-v23

2013-03-03

openHEVC-hm10.0

基于HEVC的开源代码 openHEVC-hm10.0,功能强大!

2013-03-03

使用VS2008来制作YUV播放器的方法及其所需代码

420yuv播放器的制作方法:使用VS2008来制作YUV播放器的方法及其所需代码(完整详细),值得参考!

2013-01-16

YUV转换成BMP格式

YUV播放器的开发作为一个简单,方便和易于使用的播放器,可让您播放和查看YUV和UYUV视频文件。 YUV播放器是一个好用的工具,可以让您保存帧图像(截图)。还可以改变视频的框架。很方便,很实用!

2012-12-28

HEVC码流分析软件

支持HEVC的CU/PU/TU,预测模式,宏块信息,参考序列等信息的分析,功能强大。 H.265/HEVC Byte Stream format(Annex B) Full Playback Mode, including : + Display Order Playback: Play/Pause/FF/FR/StepForward/StepBackward. + Decoding Order Playback: Play/Pause/FF/StepForward. I/P/B CU insight analysis, including: + mb type + intra/inter prediction information + ref list + I/P/B CU mode overlay display CU pixel and picture display in all decoding stages, including: + Finally decoded pixels + Pixels before Deblocking Filter + Predicted Pixels + Pixels from residual data + IDCT coefficients Detailed statistics information + Bit numbers for the picture & encoding rate + CU bit histogram per mb type + CU bit display in Binary View Overlay display on + Bit numbers for each CU + Block Structures + Motion Vectors + Slice Boundaries + Tile Boundaries Header Information, including: + NALU tree + SPS tree + PPS tree + Slice Header tree Dump decoded YUV Pixel/CU/Picture Summary into file.

2012-12-16

基于HEVC的测试平台HM9

基于HEVC的开发平台HM9.0,该平台由HHI公司提供

2012-12-06

aic33_mcasp

aic33_mcasp;DM6437,达芬奇平台的音频处理程序

2011-12-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除