登录
首页 » C# » WpfD3D

WpfD3D

于 2021-01-26 发布 文件大小:23303KB
0 490
下载积分: 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 个回复

  • Repeater1.0
    使用C#编写的一个多媒体播放器,具有播放列表且可隐藏、暂停播放、播放模式选择、复读等功能!界面优美!(Using C# to write a multimedia player with playlists and can be hidden, pause playback, playback mode selection and repeat functions! Beautiful interface!)
    2012-10-27 16:22:09下载
    积分:1
  • src
    TI德州仪器提供的C6000系列DSP在超声图像上的应用例子,数字扫描算法DSC的源程序(Texas Instruments TI C6000 DSP application examples on the ultrasound images, digital scanning algorithm DSC source)
    2012-12-04 21:32:45下载
    积分:1
  • RTX
    RTX系统控制LED源码,KEIL编译测试通过(RTX system to control the LED source, KEIL project)
    2013-11-06 10:13:57下载
    积分:1
  • 不确定性处理方法
    说明:  拉丁超立方抽样,对正态分布进行的抽样,使抽样数据更加均匀(kyewbdhukndfvjrennvgvdgx)
    2021-04-06 16:19:02下载
    积分:1
  • TMS320F28335_ADC_DMA
    基于DSP芯片TMS32028335的ADC/DMA编程,ADC将采集到的数据通过DMA寄存器存放到外部RAM中,以便于分析数据。(Based on DSP chips TMS32028335 the ADC/DMA programming, ADC will store the collected data to an external RAM through DMA registers, in order to analyze the data.)
    2014-01-19 11:28:00下载
    积分:1
  • 一个利用Socket进行文件传输的例子。
    一个利用Socket进行文件传输的例子。-use for a file transfer example.
    2022-03-06 06:20:37下载
    积分:1
  • C #连接GPRS发送消息到服务器实验
    C#中连接GPRS 并向服务器发送信息的实验-C# Connect GPRS to send messages to the server Experimental
    2022-07-21 22:40:02下载
    积分:1
  • hrpwm
    说明:  DSP28335的hrpwm程序,通过测试,可运行使用(DSP2812 hrpwm program, the test can be run using)
    2011-04-06 13:17:39下载
    积分:1
  • icmp的部分源代码
    icmp的部分源代码-icmp partial sources code
    2022-05-20 15:55:41下载
    积分:1
  • gstreamer
    GStreamer Windows 开发环境安装快速配置包。(GStreamer Windows development environment, rapid deployment package to install.)
    2010-07-21 23:53:43下载
    积分:1
  • 696518资源总数
  • 104388会员总数
  • 18今日下载