自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(20)
  • 资源 (23)
  • 收藏
  • 关注

转载 文章【Android 的视频编码 H263 MP4V H264】的代码实现

转载:http://blog.csdn.net/zblue78/article/details/6083374 最近很多同学问我SPS和PPS在那里设置,其实这篇文章只是我 上篇文章的一个简单实现    具体情况情看看上一篇   http://blog.csdn.net/zblue78/archive/2010/12/15/6078040.aspx    这里只用HTC的G7

2012-05-24 15:24:47 1511

转载 Firefox Android将支持H.264硬件解码

转载: http://news.cnblogs.com/n/134755/ 投递人 曾经的梦 发布于 2012-03-12 19:51   Mozilla 开发主管 Andreas Gal 在开发者论坛透露,Firefox 将支持H.264视频硬件解码,目前主要针对的是 Android 平台,未来也许会推广到桌面。   Andreas Gal 说,硬件加速音频视频编解码器将支

2012-05-24 15:13:42 732

原创 Pictures in Detail

The Aztec in Mexico used straw to make pictures.  First, they colored the straw using dyes made from plants.  Next, they drew a design. Then, they cut the straw into small pieces.  Finally, they g

2012-05-23 09:35:07 456

原创 Facts About Fingerprints

The lines and swirls on your fingertips make fingerprints. There are three fingerprint patterns.  The first is called the loop.  The second is the arch.  The third is the whorl.  Your finger prin

2012-05-23 09:25:44 449

原创 Kid's Poetries

The Elephant Author Unknown The elephant walks, like this and like that. He's very tall, and he's very fat. He has no fingers, but he does have toes, And goodness gracious, What a

2012-05-18 10:16:49 998

原创 视频与图像噪声滤波相关博客

图像处理之理解卷积: http://blog.csdn.net/jia20003/article/details/7038938 图像处理之应用卷积一实现噪声消去:http://blog.csdn.net/jia20003/article/details/7294460 动态视频目标检测和跟踪技术:http://blog.csdn.net/chen825919148/article/det

2012-05-17 15:44:07 976

原创 Positive Comments for Kids

You really did your best! Perfect! Wonderful! Nice blend! Neat n! Good job! Love that u! You did your best, my son! Great row! These humps look great! This one looks great! Great, you didn'

2012-05-17 10:34:16 846

转载 Children's_songs' Links

http://en.wikipedia.org/wiki/Category:Children's_songs

2012-05-17 09:40:01 480

原创 the butterfly, fly and high,

the butterfly, fly and high, over the meadow,

2012-05-17 09:11:21 533

转载 Rainbow, rainbow, It's beautiful.

巧虎: Rainbow, rainbow, It's beautiful. Red Orange Yellow Green Indigo Blue Purple We are happy colors! We are a happy rainbow!

2012-05-17 08:58:09 799 1

转载 clap your hands

http://en.wikipedia.org/wiki/If_You're_Happy_and_You_Know_It The original song as it is known to many people begins: If you're happy and you know it, clap your hands.If you're happy and you know

2012-05-17 08:52:24 1340

转载 Old MacDonald Had a Farm

http://en.wikipedia.org/wiki/Old_MacDonald_Had_a_Farm              Old MacDonald had a farm, EE-I-EE-I-O. And on that farm he had a cow, EE-I-EE-I-O.With a moo moo here and a moo moo thereHere a m

2012-05-17 08:45:54 811

转载 Bingo (song)

http://en.wikipedia.org/wiki/Bingo_(song) There was a farmer who had a dog, And Bingo was his name-o. B-I-N-G-O B-I-N-G-O B-I-N-G-O And Bingo was his name-o. There was a farmer who had a do

2012-05-17 08:38:20 625

转载 Jingle_Bells

http://en.wikipedia.org/wiki/Jingle_Bells Dashing through the snowIn a one-horse open sleighO'er the hills we goLaughing all the way.Bells on bobtail ringMaking spirits brightOh what sport to ride

2012-05-17 08:35:21 594

原创 行文本替换脚本

#! /bin/sh cat file.txt  | sed '/inputfile/c\inputfile = "xxx.txt"' > file.txt #批处理

2012-05-16 14:29:46 738

原创 YUV420视频序列转化为单帧PGM灰度图像脚本

1. hdr.txt (for vga, 其他改图像大小), width: 640, height: 480 * 1.5 P5 640 720 255 2. vga_2_pgm.sh (500 frame) #! /bin/sh i=0 split -b 460800 -d -a 3 file_path while [ "$((i do     cat hdr.tx

2012-05-16 14:08:58 2175

原创 Shell 脚本中的算术运算与常用条件表达式

1. CShell 脚本第一行: #! /bin/sh   这一行一定写对,否则可能认为是批处理。 2. 算术展开: 算术表达式置于$((  ))中即可。 运算符包括:"++", "- -", "+", "-", "*", "&", ..., 基本与C语言无异。 如: example1.sh #! /bin/sh i=0 echo $((i++)) echo

2012-05-16 13:46:28 3064

转载 CCD和CMOS摄像头成像原理以及其他区别

CCD的第二层是分色滤色片,目前有两种分色方式,一是RGB原色分色法,另一个则是CMYG补色分色法,这两种方法各有利弊。不过以产量来看,原色和补色CCD的比例大约在2:1左右。原色CCD的优势在于画质锐利,色彩真实,但缺点则是噪声问题。因此一般采用原色CCD的DC,在ISO感光度上多半不会超过400。相对的补色CCD多了一个Y黄色滤色器,在色彩的分辨上比较仔细,但却牺牲了部分分辨率,而在ISO值上

2012-05-15 10:20:01 19265

转载 摄像头结构类型功能及未来的发展分析

一、 摄像头简介         摄像头(CAMERA)又称为电脑相机、电脑眼等,它作为一种视频输入设备,在过去被广泛的运用于视频会议、远程医疗及实时监控等方面。近年以来,随着互联网技术的发展,网络速度的不断提高,再加上感光成像器件技术的成熟并大量用于摄像头的制造上,这使得它的价格降到普通人可以承受的水平。普通的人也可以彼此通过摄像头在网络进行有影像、有声音的交谈和沟通,另外,人们还

2012-05-15 10:12:06 5247 1

转载 CMOS Sensor的调试经验

目前,包括移动设备在内的很多多媒体设备上都使用了摄像头,而且还在以很快的速度更新换代。目前使用的摄像头分为两种:CCD(Charge Couple Device电荷偶合器件)和 CMOS(Complementary Metal Oxide Semiconductor互补金属氧化物半导体)。这两种各有优劣:目前CCD主要使用高质量的DC、DV和高档手机上,其图像质量较好,但是整个驱动模组相对比较复杂

2012-05-15 10:03:51 3471 1

flower-validate-

flowers_validation_00000-of-00005.tfrecord

2017-07-11

inception-resnet-v1-part0

tensorflow, models, slim pre-trained model: inception-resnet-v1-201608-30.tar.gz

2017-07-11

inception-resnet-v1-part24

tensorflow, models, slim pre-trained model: inception-resnet-v1-201608-30.tar.gz

2017-07-11

inception-resnet-v1-part3

tensorflow, models, slim pre-trained model: inception-resnet-v1-201608-30.tar.gz

2017-07-11

inception-resnet-v1-part2

tensorflow, models, slim pre-trained model: inception-resnet-v1-201608-30.tar.gz

2017-07-11

inception-resnet-v1-part1

tensorflow, models, slim pre-trained model: inception-resnet-v1-201608-30.tar.gz

2017-07-11

torch7 package

torch GitHub上下载的安装包

2017-04-06

mini-cwmp tr-069 tr069

open source mini-cwmp for tr-069, for ARM and MIPS

2013-10-10

open-tr069

tr-069 cwmp CPE , 开源源码,自己看吧。google code 下的

2013-10-09

luci log webui

luci log webui LUA 语言的web server, dump from device.

2013-08-20

openwrt web ui log

openwrt web ui log LUA源码

2013-08-11

android sdk api 15

android sdk platform 目录下。android-15

2012-04-05

android sdk sources samples-3

android sdk sources sample目录,解压至sdk目录即可, 3部分

2012-04-05

android sdk sources samples

android sdk sources sample目录,解压至sdk目录即可

2012-04-05

android-sdk-source-sample

android sdk sources sample 目录,解压至sdk即可

2012-04-05

android-14 sdk

android sdk platform 目录下。android-14

2012-04-05

android-platform-tools

android platform-tools 目录包, rev.10

2012-04-05

Letter Recognition Using Holland-Style Adaptive Classifiers

Machine rule induction was examined on a difficult categorization problem by applying a Hollandstyle classifier system to a complex letter recognition task. A set of 20,000 unique letter images was generated by randomly distorting pixel images of the 26 uppercase letters from 20 different commercial fonts. The parent fonts represented a full range of character types including script, italic, serif, and Gothic. The features of each of the 20,000 characters were summarized in terms of 16 primitive numerical attributes. Our research focused on machine induction techniques for generating IF-THEN classifiers in which the IF part was a list of values for each of the 16 attributes and the THEN part was the correct category, i.e., one of the 26 letters of the alphabet. We examined the effects of different procedures for encoding attributes, deriving new rules, and apportioning credit among the rules. Binary and Gray-code attribute encodings that required exact matches for rule activation were compared with integer representations that employed fuzzy matching for rule activation. Random and genetic methods for rule creation were compared with instance-based generalization. The strength/specificity method for credit apportionment was compared with a procedure we call "accuracy/utility."

2012-02-05

system-C2.2-VC7-lib

system-C2.2-VC7-lib, VC2005编译的system C 2.2库文件

2011-10-08

空空如也

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

TA关注的人

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