shadowind's repos on GitHub
Jupyter Notebook · 10 人关注
gocaffe
implement Caffe deep learning framework in pure golang
C++ · 4 人关注
simple_Caffe
make the deep learning framework caffe simple
Python · 1 人关注
color_transfer
C++ · 0 人关注
A-Detailed-Cplusplus-Concurrency-Tutorial
A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》
Go · 0 人关注
awesome-go
A curated list of awesome Go frameworks, libraries and software
Python · 0 人关注
awesome-machine-learning
A curated list of awesome Machine Learning frameworks, libraries and software.
JavaScript · 0 人关注
BabitMF.github.io
Documents website of BabitMF/BMF
0 人关注
Bento4
Full-featured MP4 format, MPEG DASH, HLS, CMAF SDK and tools
C++ · 0 人关注
bmf
Mainline of BabitMF
C++ · 0 人关注
caffe
Caffe: a fast framework for deep learning. For the most recent version checkout the dev branch. For the latest stable release checkout the master branch.
Jupyter Notebook · 0 人关注
caffe2
Caffe2 is a lightweight, modular, and scalable deep learning framework.
C · 0 人关注
ccv
C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
C · 0 人关注
darknet
Convolutional Neural Networks
JavaScript · 0 人关注
emoji-menu
Python · 0 人关注
Face-Super-Resolution
Face super resolution based on ESRGAN
C · 0 人关注
FFmpeg
Mirror of git://source.ffmpeg.org/ffmpeg.git
Python · 0 人关注
genius
a chinese segment base on crf
Go · 0 人关注
go
The Go programming language
Go · 0 人关注
go-flv
flv in golang
Go · 0 人关注
go-libav
Go language bindings for ffmpeg libraries
0 人关注
goimg
Go image encoder and decoder for compression purpose
0 人关注
gpac
Modular Multimedia framework for packaging, streaming and playing your favorite content.
0 人关注
http-api-guide
0 人关注
hugo-fresh
Hugo Fresh Theme
C++ · 0 人关注
i18nText
Write wchar characters to an image on OpenCV 2.X using FreeType2.
Python · 0 人关注
ImageQuality
C++ · 0 人关注
lepton
Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%.
C · 0 人关注
libraries
Lightweight libraries, wrapper and extension of POSIX
C · 0 人关注
libvips
A fast image processing library with low memory needs.
C · 0 人关注
linux
Linux kernel source tree
C · 0 人关注
lwan
Experimental, scalable, high performance HTTP server
0 人关注
matcha
0 人关注
MegSpot
MegSpot是一款高效、专业、跨平台的图片&视频对比应用
Go · 0 人关注
minicdn
Make your private CDN.
0 人关注
MockingBird
🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time
C · 0 人关注
ncnn
ncnn is a high-performance neural network inference framework optimized for the mobile platform
Python · 0 人关注
nginx-book
Nginx开发从入门到精通
0 人关注
nginx-vod-module
NGINX-based MP4 Repackager
TypeScript · 0 人关注
notion-rss-reader
You can save articles from your favorite sites in the Notion Database.
0 人关注
oneflow
OneFlow is a performance-centered and open-source platform for machine learning.
0 人关注
opencv
Open Source Computer Vision Library
HTML · 0 人关注
pytorch-doc-zh
PyTorch 中文文档
Go · 0 人关注
sego
Go中文分词
C++ · 0 人关注
tiny-dnn
header only, dependency-free deep learning framework in C++11
C · 0 人关注
tinyhttpd
tinyhttpd的详细注释版,十分适合入门者学习的一个项目
0 人关注
tortoise-tts
A multi-voice TTS system trained with an emphasis on quality
Python · 0 人关注
translator
GoCN Translator Team(GoCN-TT)
0 人关注
v2
Minimalist and opinionated feed reader
0 人关注
vlc
VLC media player - All pull requests are ignored, please follow https://wiki.videolan.org/Sending_Patches_VLC/
Python · 0 人关注
word_cloud
A little word cloud generator in Python
C++ · 0 人关注
znn-release
Multi-core CPU implementation of deep learning for 2D and 3D convolutional networks (ConvNets).
shadowind

shadowind

如影沉静,如风随性。
V2EX 第 39433 号会员,加入于 2013-05-21 12:44:02 +08:00
Python & Go & C
文件存储 + 图像处理算法
shadowind 最近回复了
2021-08-20 11:33:42 +08:00
回复了 macszh2013 创建的主题 程序员 harmony os 大家用的感觉怎么样
p20pro 之前有些卡顿,前几天内测升级 harmony 后,目前感觉比之前流畅些。
2020-04-28 23:20:11 +08:00
回复了 bing0 创建的主题 程序员 请教一个直播流延时的问题,不是降低延迟,是增加延迟
录制,再延时转推即可。
2020-04-25 23:37:58 +08:00
回复了 regicide 创建的主题 程序员 [有偿]求指导一下如何给视频加上盲水印?
@Xusually ffmpeg 支持直接加普通水印,不用自己写的哈。
2020-04-25 23:22:22 +08:00
回复了 regicide 创建的主题 程序员 [有偿]求指导一下如何给视频加上盲水印?
我在上家公司做过这个,具体是在 ffmpeg 中加一个打水印的 filter 。可以参考下。
@warcraft1236 哈,这个倒不强求。只是遇到过一些专科的,把自己写成本科。。
2018-02-01 11:04:28 +08:00
回复了 huclengyue 创建的主题 Android 从图片制作视频,谁有思路或者是有什么开源库的~~
在移动端进行视频编码,速度肯定不理想,可以看下视频格式,能否直接使用图片的格式编码,速度上会快点,但文件就大了。
2017-05-13 09:19:33 +08:00
回复了 Reign 创建的主题 程序员 怎样检测一张图片的细腻度?
试试这个,https://github.com/Niekon/FuzzyDetection。
用到了运动模糊检测,虽然和你这个有一定的不同,但可以参考一下。
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   5577 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 35ms · UTC 03:32 · PVG 11:32 · LAX 19:32 · JFK 22:32
♥ Do have faith in what you're doing.