自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (2)
  • 收藏
  • 关注

转载 MFC中使用FLASH相关

一、准备工作第一步:下载并安装Adobe Flash Player。从官方网站(http://get.adobe.com/cn/flashplayer/)上下载最新的Flash Player(大约为2.66M),并安装。对于Windows 32位系统,其默认安装目录为:C:\WINDOWS\system32\Macromed\Flash\;对于64位系统,为:C:\Wi

2014-02-19 14:38:50 1433

转载 Google,微软,科大讯飞的语音识别引擎对比

—Google提供了一个在线语音识别的API接口,通过该API可以进行中文、英文等语言的识别。 API地址:http://www.google.com/speech-api/v1/recognize?xjerr=1&client=chromium&lang=zh-CN&maxresults=1—参数解释 xjerr:错误标准 client: 客户端类型 la

2014-02-13 11:28:59 4622 2

转载 Unity3D 移动开发代码优化

1. 尽量避免每帧处理比如:1functionUpdate() { DoSomeThing(); }可改为每5帧处理一次:1functionUpdate() { if(Time.frameCount % 5 == 0) { DoSome

2014-02-12 18:36:33 692

Oracle-SQl 内部培训资料

Oracle SQL内部培训资料,简单易懂,知识面齐

2013-03-29

Master OpenCV with Practical Computer Vision Projects

opencv新书,值得看一下 Source-Code: https://github.com/MasteringOpenCV/code Chapters: Ch1) Cartoonifier and Skin Changer for Android, by Shervin Emami. Ch2) Marker-based Augmented Reality on iPhone or iPad, by Khvedchenia Ievgen. Ch3) Marker-less Augmented Reality, by Khvedchenia Ievgen. Ch4) Exploring Structure from Motion using OpenCV, by Roy Shilkrot. Ch5) Number Plate Recognition using SVM and Neural Networks, by David Escrivá. Ch6) Non-rigid Face Tracking, by Jason Saragih. Ch7) 3D Head Pose Estimation using AAM and POSIT, by Daniel Lélis Baggio. Ch8) Face Recognition using Eigenfaces or Fisherfaces, by Shervin Emami. Ch9) Developing Fluid Wall using the Microsoft Kinect, by Naureen Mahmood.

2013-01-22

空空如也

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

TA关注的人

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