自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (16)
  • 收藏
  • 关注

原创 gopl-Exercise1.5: Animated GIFs

本文主要用来记录Golang学习中,Animated GIFs的小节作业。源码// Copyright © 2016 Alan A. A. Donovan & Brian W. Kernighan.// License: https://creativecommons.org/licenses/by-nc-sa/4.0/// Run with "web" command-line argument

2017-06-30 17:46:39 894 2

原创 Python Pillow Image Invert

本文主要是利用Python的第三方库Pillow,实现单通道灰度图像的颜色翻转功能。# -*- encoding:utf-8 -*-import osimport sysfrom PIL import Imagefrom PIL import ImageOpsdef img_gray_invert(img_path): """ invert input image.

2017-06-26 11:54:23 1283

原创 How to use tensorflow pre-trained model in Android

本文主要介绍在Retrain a tensorflow model based on Inception v3基础上,将新训练的tensorflow模型移植到Android中。阅读本文前,请确保已经知晓Retrain a tensorflow model based on Inception v3中内容。准备工作$ cd ~$ git clone https://github.com/google

2017-06-21 10:44:57 1883

原创 Retrain a tensorflow model based on Inception v3

本文在谷歌2015_CVPR Inception v3模型的基础上,结合花朵识别的具体问题重新训练该模型,以获取自己需要的tensorflow模型。重新训练Inception v3实质是在原有模型输出层后,新加了一个输出层作为最终的输出层,我们只训练这个新加的输出层。这里使用了迁移学习的概念。 Transfer learning, which means we are starting with

2017-06-21 10:43:25 2437

原创 HTML5 图像缩放,旋转,亮度调节

本文利用<img> 的属性和CSS,实现图像的缩放,旋转和亮度调节功能。<!DOCTYPE html><html> <head> <meta charset="UTF-8"> </head> <body> <div id='jtDiv' style="text-align:center;"> 缩小<input id='s

2017-06-01 11:12:08 6817

iconv编码转码工具

iconv编码转码工具

2017-07-07

Source code of OpenCV By Example

Source code of OpenCV By Example e-book which can be downloaded by http://download.csdn.net/detail/tianzhaixing/9425991.

2017-03-28

Deep Learning Tutorial 李宏毅 Hung-yi Lee

Deep Learning Tutorial 李宏毅 Hung-yi Lee

2017-03-22

protobuf-cpp-3.1.0.tar.gz下载

OpenCV3.2.0 Linux下编译时,需要下载的文件。

2017-01-04

ippicv_linux_20151201.tgz

OpenCV3.1.0 和 OpenCV3.2.0 Linux下编译时,需要下载的文件。

2017-01-04

ransac算法

搜集自Ziv Yaniv (zivy@cs.huji.ac.il)的leastSquaresEstimate and ransac C++实现源码。

2016-09-07

OpenCV By Example (OpenCV3)

Enhance your understanding of Computer Vision and image processing by developing real-world projects in OpenCV 3. 2016.1 first publish.

2016-02-02

2013_TU_splitting

2013_TU_splitting.PDF 来自QQ群共享资源

2014-02-27

getisstream

ifstream对象传递给形参为istreanm引用的函数,读取指定文本文件里面的内容。

2013-10-09

C++Primer中文第四版(含习题解答&&源码)

C++Primer中文第四版(含习题解答&&源码),适合C++语言学习者入门,C++语言有一定基础者加深对这门语言的理解。

2013-08-11

opencv基础篇源代码

opencv基础篇源代码,包含opencv例程实现代码,很好的入门程序例程。分享给大家。

2013-06-16

opencv 打开 yuv

用opencv实现读入yuv视频,并对yuv视频的每帧图像进行实时显示。

2013-06-09

yuv格式播放器

yuv播放器,共享资源,主要是的对yuv格式的视频进行播放,快进,快退,选择分辨率等。原著版权来自firsttime.请勿用于商业目的,学术研究使用工具。

2013-04-30

把bmp格式转为yuv

把bmp格式图片转换为yuv格式视频,共享资源

2013-04-30

把yuv转换输出bmp

把yuv格式转换输出bmp格式,共享资源

2013-04-30

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除