登录
首页 » C# » WpfD3D

WpfD3D

于 2021-01-26 发布 文件大小:23303KB
0 565
下载积分: 1 下载次数: 50

代码说明:

  要在WPF中完美的支持YUV数据的显示,通常的解决方式是使用先把YUV数据转换成WPF可以支持的RGB数据,然后利用类似于WriteableBitmap的控件,把他展现在WPF上。这么做的主要问题是在做RGB转换的时候,需要消耗大量的CPU, 效率比较低。一种优化方式是使用FFMPEG里的SwScale或者Intel的IPP库,这些库经过了一定的优化,可以有限度的使用硬件加速。这里2为一个使用WritableBitmap的例子。(To perfect support in WPF YUV data show, the usual solution is to use the first WPF YUV data into RGB data can be supported, and then use controls similar to WriteableBitmap, and put his show on the WPF. The main problem is that in doing so make RGB conversion, consumes a lot of CPU, the efficiency is relatively low. An optimization approach is to use FFMPEG Lane SwScale or Intel' s IPP libraries that after a certain amount of optimization, can limited use hardware acceleration. 2 Here is an example of a use WritableBitmap.)

文件列表:

WpfD3D
......\3rdParty
......\........\avcodec-53.dll,12728320,2011-09-06
......\........\avdevice-53.dll,58880,2011-09-06
......\........\avfilter-2.dll,815104,2011-09-06
......\........\avformat-53.dll,1262080,2011-09-06
......\........\avutil-51.dll,126976,2011-09-06
......\........\postproc-51.dll,160256,2011-09-06
......\........\SlimDX.dll,3383808,2013-12-03
......\........\swscale-2.dll,240640,2011-09-06
......\Render.Core
......\...........\D3DElement.cs,4287,2013-12-19
......\...........\D3DImageSource.cs,30754,2013-12-20
......\...........\FrameFormat.cs,371,2013-12-19
......\...........\Imaging
......\...........\.......\ConverterResizer.cs,9396,2013-12-19
......\...........\.......\Cropper.cs,10170,2013-12-19
......\...........\.......\PixelAlignmentType.cs,1954,2013-12-20
......\...........\.......\PlanarImage.cs,20597,2013-12-19
......\...........\.......\SwScale.cs,18855,2013-12-12
......\...........\Interop.cs,1269,2013-12-12
......\...........\IRenderSource.cs,479,2013-12-19
......\...........\Properties
......\...........\..........\AssemblyInfo.cs,2310,2013-12-10
......\...........\..........\Resources.Designer.cs,2853,2013-12-12
......\...........\..........\Resources.resx,5612,2013-12-10
......\...........\..........\Settings.Designer.cs,1095,2013-12-12
......\...........\..........\Settings.settings,201,2013-12-10
......\...........\Renderer.Core.csproj,4627,2013-12-21
......\...........\Renderer.Core.csproj.user,227,2013-12-11
......\...........\Utils.cs,1206,2013-12-19
......\...........\Vertex.cs,447,2013-12-12
......\...........\WriteableBitmapSource.cs,7229,2013-12-20
......\SampleApp
......\.........\App.xaml,320,2013-12-20
......\.........\App.xaml.cs,311,2013-12-20
......\.........\FrameData.cs,4739,2013-12-20
......\.........\MainWindow.xaml,1312,2013-12-20
......\.........\MainWindow.xaml.cs,3164,2013-12-20
......\.........\Properties
......\.........\..........\AssemblyInfo.cs,2282,2013-12-20
......\.........\..........\Resources.Designer.cs,2848,2013-12-20
......\.........\..........\Resources.resx,5612,2013-12-20
......\.........\..........\Settings.Designer.cs,1096,2013-12-20
......\.........\..........\Settings.settings,201,2013-12-20
......\.........\SampleApp.csproj,4804,2013-12-20
......\.........\yv12.dat,44790016,2013-12-20
......\WpfD3D.sln,2564,2013-12-20

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • quzze
    该代码包括了队列的实现,主要包括队列的进出问题, 以及队列的查询,删除等问题。(The code includes queue implementation, mainly including queue in and out of the question, as well as the queue query, delete, etc.)
    2014-01-03 10:44:40下载
    积分:1
  • 一个socket实例代码.包括客户端和服务端,适合初学者.
    一个socket实例代码.包括客户端和服务端,适合初学者.-A socket example code. Including client and server, suitable for beginners.
    2022-03-23 08:24:13下载
    积分:1
  • nehegl_net
    NEHE基本程序框架,WIN32SDK程序模式。(NEHE framework of the basic procedures, WIN32SDK process model.)
    2009-05-24 20:33:58下载
    积分:1
  • TongJi5-18
    是我最近给一个家公司做的系统,用到是C#语言开发的(I recently made to a company system, is used in the development of C# language)
    2010-09-01 10:56:00下载
    积分:1
  • 序、配套的字符模板、车牌照片
    说明:  车牌自动识别提取,可流畅运行!可准确识别,识别率高!(License plate automatic recognition extraction, can run smoothly!Accurate recognition, high recognition rate!)
    2019-08-19 09:16:17下载
    积分:1
  • SensoredPositionControofPMSMUsingQEP
    永磁同步电机的位置控制,使用光电编码器位置传感器(Sensored Position Control of PMSM Using QEP)
    2009-10-15 16:35:59下载
    积分:1
  • Canvashuitailang
    网页编程编写的小代码,HTML5,最新的浏览器可以打开,也可以直接手机观看(Express romantic web pages written in HTML 5 small program, suitable for female watch for you, suitable for learning and communication)
    2017-03-06 14:30:34下载
    积分:1
  • 说明的是用在客户端输入两个数字,在服务器端实现其加法运算,然后返回结果给客户端的socket例子,此例子经过本人的调试通过。欢迎大家享用。...
    说明的是用在客户端输入两个数字,在服务器端实现其加法运算,然后返回结果给客户端的socket例子,此例子经过本人的调试通过。欢迎大家享用。-descriptions are used in the importation of two client figures on the server side to achieve its addition operations, then return to the findings to the client socket example, the example I read through the debugger. You are welcome to enjoy.
    2022-04-25 14:34:16下载
    积分:1
  • F28335-BLDC
    说明:  28335 BLDC驱动 开环闭环控制方式均有 PID控制 位置反馈(28335 BLDC Drive Open Loop Closed Loop Control Mode with PID Control Position Feedback)
    2020-06-15 22:40:02下载
    积分:1
  • Serial-port-control-PTZ-camera
    串口控制云台摄像头的程序,已经测试过了,可以参考(Serial control PTZ camera program has been tested, you can refer)
    2014-11-26 17:47:47下载
    积分:1
  • 696518资源总数
  • 106235会员总数
  • 12今日下载