- 博客(385)
- 资源 (23)
- 收藏
- 关注

原创 常用链接
gstreamer: gstreamer.freedesktop.orgkubernetes: kubernetes.io, github.com/kubernetes-clientmicrok8s: microk8s.ioredis: redis.cn, w3cschool.cn/redisv4l2: kernel.orggrpc: grpc.iohttp://doc.oschina...
2014-06-09 16:33:02
8368

原创 web建设资源整理
fovweb博客臧知昶北京 海淀区http://www.fovweb.com/webGoogle网站架构分析:http://www.fovweb.com/web/google-structure-analysis.html架构研究室研究网站,网游架构,服务器配置以及优化http://hiadmin.com/齐聚网FAPM豪华手册http:...
2011-03-07 18:35:00
5210
1

原创 Android相关网络资源整理
一、官方网站:http://source.android.com/http://android.git.kernel.orghttp://source.android.com http://code.google.com/android http://developer.android.com二、博客同道中人:http://blog.youkuaiyun.com/Zengyangtech三、国外论坛:http://www.anddev.org/http://forum.xda-developers.com
2010-08-14 11:36:00
3054
原创 gtest 编译Error解决 error: is_trivially_copy_constructible is not a member of std
gtest 编译Error解决 error: is_trivially_copy_constructible is not a member of stdCentos 7.21. 升级gcc 4.8 -> 7.3$ sudo yum install centos-release-scl$ sudo yum install devtoolset-7-gcc*$ scl enable devtoolset-7 bash$ which gcc$ gcc --version2. Top CM
2021-07-27 15:50:35
5095
3
原创 OpenGL ES 资源整理
NDK_OpenGLES_3_0https://github.com/githubhaohao/NDK_OpenGLES_3_0Android OpenGL ES显示3D模型https://blog.youkuaiyun.com/zxc123e/article/details/53585399OpenGL ES——导入.stl格式的3D模型https://www.jianshu.com/p/34ed1cf2a214Android OpenGL显示任意3D模型文件https://blog.youkuaiyun.com/s
2021-05-10 17:57:13
407
原创 ffmpeg 资源整理
ffmpeg 资源整理使用FFmpeg工具进行推流、拉流、截图、变速、转换,及常见问题处理https://blog.youkuaiyun.com/qq_43474959/article/details/105366800[总结]FFMPEG命令行工具之ffprobe详解https://blog.youkuaiyun.com/ice_ly000/article/details/87870446视频和视频帧:ffmpeg的RTMP推流https://zhuanlan.zhihu.com/p/73984438FFMPEG(
2021-04-01 20:19:42
385
原创 Visual Code 显示内存数据
在DEBUG CONSOLE输入:-exec x/32x pic_end0x80ed068 <pic_end>: 0x01000000 0x2d6d6973 0x656d6873 0x0000006d0x80ed078 <pic_end+16>: 0x03000000 0x0f000000 0x00000000 0x736e64630x80ed088 <pic_end+32>: 0x6d69732c 0x6d68732d 0x00006d65 0x0300000
2021-01-27 17:17:42
3658
原创 超分算法资源整理
https://github.com/topics/ganhttps://github.com/18845109194/GANhttps://github.com/tensorflow/ganhttps://github.com/imatge-upc/3D-GAN-superresolutionhttps://github.com/Jacklu0831/UpSampler
2021-01-18 11:23:00
1390
原创 LLVM资源整理
LLVM编译原理和使用https://blog.youkuaiyun.com/yayaayaya123/article/details/83993041llvm-as - LLVM assemblerhttps://llvm.org/docs/CommandGuide/llvm-as.htmlLLVM编译流程详解https://blog.youkuaiyun.com/qq_42633819/article/details/106988948LLVM 9.0 Clang、Flang及工具的详细安装过程https://b
2021-01-17 23:53:45
325
原创 HDR算法整理
详解HDR的三个标准——HLG/HDR10/Dolby VisionHDR 相关的术语(中英对照)https://blog.youkuaiyun.com/Aoulun/article/details/104278502HDR视频色调映射算法(之一:各种算法对应文章)https://blog.youkuaiyun.com/Aoulun/article/details/104411068HDR视频色调映射算法(之二:Adaptive temporal TMO)https://blog.youkuaiyun.com/Aoulun/art
2021-01-15 21:27:46
5150
原创 halide 资源整理
Halide学习笔记—Halide语言设计的初衷https://blog.youkuaiyun.com/luzhanbo207/article/details/78675453halide编程技术指南(连载一)https://blog.youkuaiyun.com/Aoulun/article/details/105239473halide编程技术指南(连载二)https://blog.youkuaiyun.com/Aoulun/article/details/105249604halide编程技术指南(连载三)https://
2021-01-15 15:24:31
459
原创 unicode 转换 -- python
str = u'上海'uni = str.encode('unicode-escape')uniOut[55]: b'\\u4e0a\\u6d77'uni.decode()Out[56]: '\\u4e0a\\u6d77'print(uni)b'\\u4e0a\\u6d77'
2020-10-03 12:02:00
920
1
原创 pyinstaller 打包 运行错误 No module named ‘pkg_resources.py2_warn‘
$python pyinstaller.py -F main.py--hidden-import pkg_resources.py2_warn加入--hidden-import pkg_resources.py2_warn 即可解决。
2020-09-17 19:28:37
1487
转载 BASH和PowerShell命令对照表
From:https://www.pstips.net/bash-and-powershell-quick-reference.htmlash PowerShell Description Scripting Basics Put a “shebang” at the beginning of the file:#!/bin/bash Change permissions on script file to allow execution. Giv...
2020-07-23 17:33:21
993
原创 microbit 无线模块 python测试代码-01
# Add your Python code here. E.g.from microbit import *import radio#.代表1#-代表0radio.on()radio.config(power=7,group=127,channel=29)hello=0def radion(dis): if dis == '1': display.show(Image("00900:""09090:""09990:""90009:""90009:")) .
2020-06-06 16:18:03
1109
原创 ubuntu 快速安装visual studio code
$ sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make$ sudo apt-get upgrade --fix-missing$ sudo apt-get update$ sudo apt-get install ubuntu-make$ umake ide visual-studio-code将安装至:~/.local/...
2020-04-05 18:25:12
543
原创 Ubuntu 极简安装petalinux
Reference:https://github.com/xilinxhttps://china.xilinx.com/support/download.htmldownload petalinux-v2019.1-final-installer.rundownload xilinx-zcu102-v2019.2-final.bsp$ sudo apt-get install -y gc...
2019-12-12 12:24:37
604
原创 ubuntu 18LTS 极简安装microk8s
ubuntu 18LTS 极简安装microk8sminikube用于单机环境调试还不错,不适用于集群部署。microk8s比较适合小环境集群部署。1. Virtual Box 安装;2. ubuntu 18 server版安装;3. 安装microk8s:1) $ sudo snap install microk8s --classic --channel=1.16/stable2...
2019-10-25 16:09:25
3219
原创 极简win 10 部署 minikube单node
极简win 10 部署 minikube单node1. 启动 hyper-v 虚拟机2. 安装 virtualBox3. 安装 docker for windows4. 下载minikube windows版本https://github.com/kubernetes/minikube/releases/download/v1.4.0/minikube-windows-amd64.exe...
2019-10-22 10:36:54
498
原创 Ubuntu 实用内核更新实录
1. 更新软件及内核源码:$ sudo apt-get install gcc make libncurses5-dev openssl libssl-dev$ sudo apt-get install build-essential$ sudo apt-get install pkg-config$ sudo apt-get install libc6-dev$ sudo...
2019-08-28 17:37:34
544
原创 .rodata处理实践(嵌入式)
1. 产生原因: 1)switch语法; 2)初始化数据: int data[8] = {1, 2 , 3}; 3) printf("xxx. %d", x); -> 与 section: .rodata.str1.4 相关, OPT=-O22. 通常存储与.text, 如果cpu 不能load .text段的数据,就要存储与别的段。如 .data:ME...
2019-07-09 19:10:13
2333
原创 ZCU102资源整理
ZCU102开发 (1) 运行基于ubuntu文件系统的Linuxhttps://blog.youkuaiyun.com/telantan/article/details/73928695Xilinx Zynq UltraScale+ MPSoC应用专栏系列连载[第一篇]写在前面https://blog.youkuaiyun.com/haoxingheng/article/details/85345974Xil...
2019-06-25 18:01:12
7310
原创 KVM:CentOS 7 安装ubuntu
KVM 安装$ sudo yum -y install qemu-kvm python-virtinst libvirt libvirt-python virt-manager libguestfs-tools bridge-utils virt-install$ sudo yum -y install kvm$ virt-manager 图形化界面查看状态操作结果,如Active: ...
2019-06-14 16:59:57
1744
1
原创 V4L2资源整理
V4L2 dockers:1. v4l2loopback$ sudo docker pull cwright017/v4l2-loopbackhttps://github.com/umlaeute/v4l2loopback/$ make && sudo make install$ sudo depmod -a$ modprobe v4l2loopback$ v4l...
2019-06-11 16:25:19
1045
原创 Tips & Tricks
Vim::n,$s/hello/sky/g 替换第n行开始到最后一行的所有hello为skySwig:$ swig -python hello.iUnable to find "swig.swg"Unable to find "pyth.swg"解决办法:加路径$ swig -I${SWIG_PATH}/share/4.0.0 -I${SWIG_PATH...
2019-03-28 10:23:03
429
原创 svn Node remains in conflict 问题解决(亲测)
Skipped 'test' -- Node remains in conflict 问题解决svn remove --force testsvn resolve --accept=workingtest svn up -r 58 test
2019-03-08 09:39:49
2141
原创 redis内存数据库资源整理
https://baike.baidu.com/item/Redis/6549233?fr=aladdinhttps://redis.iohttps://github.com/redis/hiredishttps://blog.youkuaiyun.com/qq_38526635/article/details/81212752https://blog.youkuaiyun.com/bwangk/article/deta...
2019-02-02 18:29:08
361
原创 Smart IQ (Image Qualification) 文章整理
看机器学习如何还原图像色彩https://blog.youkuaiyun.com/dev_csdn/article/details/78909033使用imatest 36阶动态范围测试卡分析动态范围http://www.coloreye.cn/wiki/doc-view-597.html曝光融合Exposure Fusion 与ghosthttps://blog.youkuaiyun.com/fabulou...
2019-01-29 15:42:09
456
转载 camera资料链接整理
camera ---(1) 摄像头图像质量常用指标的测试方法https://blog.youkuaiyun.com/zhangbijun1230/article/details/79563891camera--(2)双摄的作用https://blog.youkuaiyun.com/zhangbijun1230/article/details/79564247camera---(3)双camera 生态链https...
2019-01-28 16:35:41
1100
原创 SVC(Scalable Video Coding) for H.264资源整理
Scalable Video Coding in H.264/AVChttps://www.hhi.fraunhofer.de/en/departments/vca/research-groups/image-video-coding/research-topics/scalable-video-coding-in-h264avc.htmlPPT_Overview of the Scal...
2019-01-17 18:00:41
1472
转载 SVC 分级编码初探
1、简介分级编码是一种用来兼容不同的终端设备和链路带宽的技术。它的特点是对码流分层,低层码流可以单独解码,高层码流能增强视频的质量。H.264 SVC (Scalable Video Coding)是以H.264为基础,在语法和工具集上进行了扩展,支持具有分级特性的码流。H.264SVC是H.264标准的附录G,在2007年10月成为正式标准。 2、H.264 SVC 支持三种分级...
2019-01-17 16:19:18
3040
1
原创 ISP 链接总结
ISP 链接总结https://blog.youkuaiyun.com/a1809032425/article/details/81272965https://blog.youkuaiyun.com/tainjau/article/details/80685748https://blog.youkuaiyun.com/ZHI11235813/article/details/80244107https://download.csd...
2018-12-25 09:01:46
1434
1
原创 YUV图像质量的客观评估SSIM matlab代码实现
YUV图像质量的客观评估SSIM matlab代码实现yuv420p-ssim.mfunction [ mssim_Y, mssim_U, mssim_V ] = yuv420p_ssim( file0, N0, w0, h0, file1, N1, w1, h1 ) fp0 = fopen(file0, 'rb'); fp1 = fopen(file1, 'rb'); f...
2018-12-06 11:30:10
1245
原创 ffmpeg 命令行实用总结
${FFMPEG} -s 1920x1080 -i ${SEQ_01} -psnr -vcodec libx264 -profile:v baseline -level 4.0 -tune zerolatency -preset placebo -g 15 -sc_threshold 0 -b:v 2000k -x264opts "bframes=0" test_00.264ffmpeg -i...
2018-12-05 16:25:47
865
原创 matlab convert to PGM P2
I0=imread('im2.png');imwrite(I0, 'im2.pgm', 'encoding', 'ascii');refer to: https://ww2.mathworks.cn/help/matlab/ref/imwrite.html#mw_c82bd312-85d7-441a-a000-a486486faa35
2018-12-05 11:16:21
782
转载 node.js文件传输框架
client.js:var net = require('net');var fs = require('fs');var strm = require('stream'); var listenPort = 9999;var serverIP = "127.0.0.1";var clientPort = 8888;var handler = []; var args = ...
2018-11-19 00:10:00
549
原创 nodejs应用链接
http://webrtc.org.cnhttps://webrtc.orghttps://nodejs.orghttp://nodejs.cnhttps://github.com/nodejsWebCRT:https://blog.youkuaiyun.com/fareise/article/details/53188785https://github.com/webRTC-io/w...
2018-11-10 18:13:38
206
原创 深度学习与视频恢复,视频压缩专题
https://researcher.watson.ibm.com/researcher/files/us-kvswamin/SP-CNN%20ASPLOS%202015.pdfhttp://tucodec.com/news/detail?id=3https://www.zhihu.com/question/56801298https://juejin.im/post/5b45907c...
2018-09-09 21:08:33
2133
原创 Home School Resource
INTERACTIVE SIMULATIONS FOR SCIENCE AND MATHhttps://phet.colorado.edu/
2018-02-11 14:31:56
453
原创 Perl CPAN install PM package
$ cpancpan > install YAML.pmcpan > install Tee.pmcpan > install IO/Tee.pmDefault installed directory:~/perl5/lib/perl5Will update $PERL5LIB in .bashrc本地安装:download *.pm in http://search.cpan....
2017-12-21 17:37:23
2175
inception-resnet-v1-part0
2017-07-11
inception-resnet-v1-part24
2017-07-11
inception-resnet-v1-part3
2017-07-11
inception-resnet-v1-part2
2017-07-11
inception-resnet-v1-part1
2017-07-11
Letter Recognition Using Holland-Style Adaptive Classifiers
2012-02-05
SystemC 2.0.1 Language Reference Manual Revision 1.0
2011-09-08
Rate-Distortion Optimization for Video Compression
2011-09-04
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人