码迷,mamicode.com
首页 >  
搜索关键字:tutorials    ( 1192个结果
Beginning Adaptive Layout Tutorial
Update 19th November 2014: Updated for Xcode 6.1. Learn how to make your apps use Adaptive Layout in iOS 8! Note from Ray: This is an abbreviated version of a chapter from?iOS 8 by Tutorials?rel...
分类:其他好文   时间:2014-12-01 16:27:32    阅读次数:297
JournalDev 博客的 Java 教程集合(JournalDev Java Tutorials Collections)
JournalDev 博客的 Java 教程集合(JournalDev Java Tutorials Collections)...
分类:编程语言   时间:2014-11-29 23:06:43    阅读次数:688
OpenCV Tutorials —— Pose of a widget
ExplanationCreate a visualization window.Show coordinate axes in the window using CoordinateSystemWidget.Display a line representing the axis (1,1,1)....
分类:其他好文   时间:2014-11-28 16:13:50    阅读次数:167
OpenCV Tutorials —— Creating Widgets
ExplanationExtend Widget3D class to create a new 3D widget.Assign a VTK actor to the widget.Set color of the widget.Construct a triangle widget and di...
分类:其他好文   时间:2014-11-28 16:13:07    阅读次数:185
OpenCV Tutorials —— Discovering the human retina and its use for image processing
将关于人类视网膜的发现应用于图像处理 ~spectral whitening 频谱白化 that has 3 important effects: high spatio-temporal frequency signals canceling (noise), mid-frequencies de...
分类:其他好文   时间:2014-11-28 16:11:39    阅读次数:180
OpenCV Tutorials —— Launching Viz
ExplanationCreate a window.Start event loop. This event loop will run until user terminates it by pressing e, E, q, Q.Access same window via its name....
分类:其他好文   时间:2014-11-28 16:04:41    阅读次数:140
OpenCV Tutorials —— Transformations
ExplanationCreate a visualization window.Get camera pose from camera position, camera focal point and y direction.Obtain transform matrix knowing the ...
分类:其他好文   时间:2014-11-28 15:53:14    阅读次数:217
OpenCV Tutorials —— Support Vector Machines for Non-Linearly Separable Data
与上一篇类似 ~~ 只不过是非线性数据 #include "stdafx.h" #include #include #include #include #define NTRAINING_SAMPLES 100 // Number of training samples per class #def...
分类:系统相关   时间:2014-11-27 22:01:20    阅读次数:305
OpenCV Tutorials —— Introduction to Support Vector Machines
支持向量机 ~~ How is the optimal hyperplane computed? Let’s introduce the notation used to define formally a hyperplane: where is known as the weight vecto...
分类:系统相关   时间:2014-11-27 18:05:24    阅读次数:322
OpenCV Tutorials —— Cascade Classifier
Haar Feature-based Cascade Classifier for Object Detection First, a classifier (namely a cascade of boosted classifiers working with haar-like feature...
分类:其他好文   时间:2014-11-27 12:38:11    阅读次数:548
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!