
Resource
文章平均质量分 52
OpenCV中文网公众号
专注分享OpenCV和计算机视觉最新技术
展开
-
关于Android GpuImage从GPU取数据的效率问题
关于Android GpuImage从GPU取数据的效率问题https://github.com/begeekmyfriend/yasea/issues/324https://github.com/begeekmyfriend/yasea/issues/340#issuecomment-281060930https://www.jianshu.com/p/12f06原创 2018-01-09 11:06:54 · 1455 阅读 · 0 评论 -
开源图像和视频编辑软件汇总
1.Belenderhttp://www.blender.org/Blender是一套三维绘图及渲染软件。它具有跨平台的特性,支持FreeBSD,IRIX,GNU/Linux,Microsoft Windows,Mac OS X,Solaris,及SkyOS。2.Cinelerrahttp://cinelerra.org/Cinelerra,是非线性视频编辑系统,为GNU/Linux操作系统而设计...原创 2018-01-09 11:05:54 · 21091 阅读 · 0 评论 -
Mac OS 10.13.1 brew install opencv log
Updating Homebrew...==> Installing dependencies for opencv:pkg-config,readline,sqlite,gdbm,openssl,xz,python3,python,eigen,lame,x264,xvid,ffmpeg,jpeg,libpng,libtiff,原创 2017-11-01 17:27:44 · 1566 阅读 · 0 评论 -
Command line tools for Machine learning
https://www.linkedin.com/pulse/command-line-tools-machine-learning-marios-michailidisPreambleI thought I should make an article with my favourite tools that can be used from the command li转载 2017-08-31 09:19:55 · 518 阅读 · 0 评论 -
all about windows tool install
1.vs2015http://www.voidcn.com/blog/wuyb_2004/article/p-6108150.html原创 2017-01-17 14:39:22 · 579 阅读 · 0 评论 -
all about mac tool install
1. opencvhttp://www.cnblogs.com/dengxiaojun/p/5245206.html原创 2016-12-17 19:09:22 · 573 阅读 · 0 评论 -
train\predict\cross_validation demo include almost all Classifier from scikit-learning
import numpy as npfrom sklearn.model_selection import train_test_split#from sklearn import cross_validationfrom sklearn import model_selectionfrom sklearn.naive_bayes import GaussianNBfrom sklear原创 2016-12-13 10:32:29 · 752 阅读 · 0 评论 -
根据图像色彩的背景确定阈值改变特定区域的饱和度
cv::Mat hls_Img = hlsImg.clone(); cv::MatND hist; int channels[] = { 0 }; int histSize[] = { 180 }; float hranges[] = { 0, 180 }; const float* ranges[] = { hranges }; calcHist(&hls_Img, 1, chann原创 2016-11-14 16:54:51 · 1083 阅读 · 0 评论 -
git用法,clone依赖的库
示例:git clone https://github.com/torrvision/crfasrnn.gitcd crfasrnngit submodule update --init --recursive原创 2016-11-01 13:33:53 · 9423 阅读 · 0 评论 -
VisionBib
VisionBib.com 是个不错的关于计算机视觉网站,包括papers、code、datasets等,关键是持续更新的。http://www.visionbib.com/bibliography/contents.htmlhttp://resources.visionbib.com/index.htmlhttp://conferences.visionbib.com/Bro原创 2014-06-02 14:12:06 · 865 阅读 · 0 评论 -
Open Source Projects about Multimedia
http://sigmm.org/Resources/software/projectsThis section lists multimedia open source projects. Feel free to contribute to this list!Advene: aims at providing a model and a format to share a转载 2014-06-02 13:44:12 · 1685 阅读 · 0 评论 -
state-of-the-art implementations related to visual recognition and search
http://rogerioferis.com/VisualRecognitionAndSearch2014/Resources.html转载 2014-06-02 01:01:28 · 2240 阅读 · 0 评论