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
2022-08-18 09:36:13 11.51MB HEVC X265 GPL 开源编码器
1
嵌入式编码器底层代码,51单片机驱动,通过串口打印编码器旋转角度
NVIDIA CUDA 硬件解码编码器FFmpeg开发者包
2022-08-16 09:06:47 63.83MB NVIDIA 硬件解码编码 FFmpeg
1
ardiuno 控制电动推杆实现转向,编码器计数,实现精准转向
2022-08-05 20:07:35 4KB arduino 编码器 电动推杆 转向
1
使用稀疏自编码器实现高光谱图像异常探测 其中包含: 1、训练部分 train_SAE_pytorch.py 2、探测部分 Anomaly_detection.py 3、用到的读取数据集的函数 datasets.py 4、圣地亚哥机场高光谱数据集 sandiego_plane.mat
2022-07-30 09:08:28 3.06MB 高光谱图像 异常探测 图像处理 python
1
can编码器设置方式,1、上电 没反应——编码器为波特率自适应型的,需要先发一帧启动指令; 2、设置新节点号ID:byte4为ID号,例如1Fh=31,编码器的实际节点地址ID=设置地址+1,则ID=31+1=20h
2022-07-29 14:09:44 227KB 编码器
1
本文介绍的方案简化了外围模块的设计,大大提升了系统的可靠性和稳定性。系统工作稳定,收到了良好的效果,具有很好的实用价值。
1
步态matlab代码盲步SLAM算法 动机 从移动性的角度来看,步行机器人代表了一个非常好的解决方案,但需要能够处理地形不确定性的更优雅(且更复杂)的控制器。 因此,本论文是在法国南特中央理工学院,上海交通大学和意大利热那亚大学的监督下实现的,通过交互方案产生感知,从而为移动机器人的研究领域做出了贡献。旨在焊接在核压力容器上的平行六足机器人,平均最大步长为0.25 m,可在平坦的地形上行走,并将其功能进一步扩展为能够协商不平坦地形的第二种形式。 机器人没有附加任何视觉系统,必须同时从机器人关节(编码器)映射环境,以生成所谓的盲步行SLAM算法,因为同时会估计定位。 由于系统的组织结构良好,因此该方案可同时满足许多要求,并以其可预测性,适应性,模块化,参数化性质,收敛性证明,给定地形的静态稳定性最大化,快速计算预测方案和机器人任务而著称。遵守。 考虑了测试机器人上海交通大学的八达通,根据先前的研究阶段给出了机器人的几何和运动学模型,并推导了一般的机器人运动学模型。 这些模型被用作步态生成链的一部分,计算步态的几何量,可行性和边界检查。 摘要 从本文的移动机器人角度来看,步行机器人是一个很
2022-07-27 20:56:48 3.04MB 系统开源
1
施耐德 OsiSense旋转编码器产品手册(中文)pdf,施耐德 OsiSense旋转编码器产品手册(中文)
2022-07-25 10:14:37 4.3MB 综合资料
1
基于STM32的小车底盘查速控制源程序,包含led、蜂鸣器、PWM电机、编码器、PS2遥控手柄、PID控制等源码及使用方法,程序结构清晰易懂,下载压缩包后先阅读说明文件。
2022-07-23 13:24:05 16.64MB stm32 pwm电机 编码器 ps2遥控
1