CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hls

搜索资源列表

  1. RGB-HLS

    0下载:
  2. 在一个类中实现了包括了RGB和HLS设定
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:23489
    • 提供者:wcj
  1. 101259378luv_rgb_yuv_lab_space

    1下载:
  2. Convert a color image between color representations. B = COLORSPACE(S,A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = dest<-src , or alte
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:4595
    • 提供者:张灯结
  1. RGBandHLS

    0下载:
  2. 本实验实现RGB颜色与HLS颜色的相互转换;在此实验中,定义了函数void HSLtoRGB(UINT hue, UINT sat, UINT light, BYTE &r, BYTE &g, BYTE &b)实现HSL向RGB转换;void CPaletteDlg::RGBtoHSL(BYTE r, BYTE g, BYTE b, UINT &hue, UINT &sat, UINT &light)实现RGB向HSL转换-Experimental realization of the R
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-12
    • 文件大小:2870303
    • 提供者:伟明
  1. ns2.33-hls-patch.tar

    0下载:
  2. ns2.33-hls-patch for network simulatior 2
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:174224
    • 提供者:slam
  1. HLS

    0下载:
  2. 实现一幅彩色图像的HSV空间的分离! 实现一幅彩色图像的HSV空间的分离!-seperate a color image s HLS space
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:481490
    • 提供者:he
  1. Converter_RGB-to-HLS

    0下载:
  2. converts RGB color to HLS
  3. 所属分类:.net

    • 发布日期:2017-11-08
    • 文件大小:1158
    • 提供者:vad
  1. hls-akaze

    0下载:
  2. HLS akaze is using HLS color space in AKAZE detector and descr iptor
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:38664
    • 提供者:Adrian
  1. adjusting-red-hls

    0下载:
  2. 基于hls的红色调试程序,主程序代码,在vs上运行,通过asdzxc键方便调节找到红色的hls值。-Based on Red debugger hls, the main program code running on vs, easy adjustment through asdzxc key found in red hls value.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1388
    • 提供者:张雷
  1. RGB-HLS

    0下载:
  2. C++实现的RGB与HLS颜色空间互换程序,在图像处理中会经常用到,算法简单,容易理解,可直接移植的需要的地方-C++ implementation of the RGB and HLS color space exchange program, will be frequently used image processing algorithm is simple, easy to understand, can be directly transplanted takes place
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:830944
    • 提供者:xushanfeng
  1. hls-p2p-master

    0下载:
  2. 基于flash osmf框架的cdn&p2p实现视频直播。目前支持http live streaming,支持rtmfp协议实现音视频数据交互-Flash OSMF based hybrid cdn&p2p hls solution. Currently it support LIVE hls. Flash support rtmfp protocal, we use that to deliver video&audio data in p2p&cdn hybrid way.
  3. 所属分类:VOIP program

    • 发布日期:2017-05-10
    • 文件大小:2425685
    • 提供者:柳磊
  1. vivado HLS开发教程

    1下载:
  2. 官方文档,与vivado HLS开发相关,介绍了HLS的特点和作用,即如何通过高级语言如C生成硬件描述语言,并生成IP核,方便FPGA开发。并给出了一些具体例程。
  3. 所属分类:文档资料

    • 发布日期:2016-07-20
    • 文件大小:7724212
    • 提供者:xuezj13
  1. hls-opencv-introduce

    0下载:
  2. 赛灵思高层次综合工具hls,关于opencv库的介绍。-Xilinx high-level synthesis tool hls, on opencv library descr iption.
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:155624
    • 提供者:sjy
  1. HLS-demo-master

    0下载:
  2. HLS流媒体播放器源码,提供代码示例,亲测可用。 -HLS streaming media player source code samples, pro-test available. HLS streaming media player source code samples, pro-test available.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-11
    • 文件大小:2382957
    • 提供者:郑伟
  1. code

    1下载:
  2. 使用HLS实现的能进行手写识别的CNN网络,使用的是MNIST数据集(Realize CNN network using HLS tool)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-21
    • 文件大小:9216
    • 提供者:蔡宇杰
  1. BCH_VLSI

    0下载:
  2. 使用HLS完成BCH编码的运算通路的设计,纯组合逻辑,对于65nm工艺可跑上1GHz。已经组合逻辑分为了多个部分,可在每一个部分之间插流水线。 附上可综合的纯RTL Code以及C++代码,以及Modelsim仿真。 可通过我的优化选项来学习如何优化HLS工具生产的代码。(BCH Encoder realized using HLS tool. Combinational logic.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-18
    • 文件大小:14505984
    • 提供者:蔡宇杰
  1. probeAgent

    0下载:
  2. 一个处理RTSP/HLS流媒体客户端示例程序(a program for rtsp/hls, demo in java client)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:228352
    • 提供者:yachoo
  1. gate_test

    0下载:
  2. 使用vivado hls 对GATE代码进行封装,主要调试stream接口(using vivado hls to archieve GATE syn, to debug the AXI4-stream interface)
  3. 所属分类:并行计算

    • 发布日期:2017-12-20
    • 文件大小:2184192
    • 提供者:beny270
  1. HLS-demo-master

    1下载:
  2. HTML5实时播放,主流有RTMP,webrtc,但是HLS相对来说简单很多很多,缺点是延时大。(HTML5 real-time playback, the mainstream has RTMP, webrtc, but HLS relatively simple, many, many shortcomings, delay is large.)
  3. 所属分类:WEB开发

    • 发布日期:2017-12-15
    • 文件大小:2382848
    • 提供者:前方高能
  1. HLS

    19下载:
  2. 基于vivado HLS高级综合工具实现的CNN网络(CNN network based on vivado HLS advanced comprehensive tool.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:68591616
    • 提供者:鑫鑫321
  1. S04_基于ZYNQ的HLS 图像算法设计基础

    1下载:
  2. VIVADO HLS IMAGE 使用文档(vivado image processing example text of zynq)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2020-06-05
    • 文件大小:7998464
    • 提供者:kernelstory
« 12 3 4 5 »
搜珍网 www.dssz.com