码迷,mamicode.com
首页 >  
搜索关键字:opencv cvcanny    ( 5817个结果
数字图像处理作业使用OpenCV - 使用笔记
数字图像处理作业的输入图像全部都是灰度图像,所以汇总一下自己遇到的问题答案。OCV的图像容器是Mat,可以用imread(filename)读取图像,filename是c string,char*和const char*都行。Mat容器如果直接使用操作符赋值,只会复制一份信息头而不会复制包含数据.....
分类:其他好文   时间:2014-11-29 00:14:00    阅读次数:246
数字图像处理作业使用OpenCV - 配置
使用环境:Windows7 旗舰版 + vs2008 + OpenCV2.0a基本上配置都是通过网上一个教程,在此附上地址 Click ME。为了避免因不同版本而出现的安装问题,我还是下载了2.0版本的OCV,但是现在Win可用的最新版本都是2.4.10了,虽然2.3之后的版本都不在需要自己用CMA...
分类:其他好文   时间:2014-11-29 00:04:33    阅读次数:236
Mac下Opencv(2.4.9)配置Xcode(4.6.1)
1:安装homebrew和cmake ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install cmake 2:安装opencv brew tap homebrew/science brew install opencv 3...
分类:系统相关   时间:2014-11-28 22:56:38    阅读次数:518
opencv init 初始环境设定
D:\安装程序\opencv\build\x86\vc10\bin H:\生产力工具\opencv\build\x86\vc10\binD:\安装程序\opencv\build\include H:\生产力工具\opencv\build\include ...
分类:其他好文   时间:2014-11-28 18:04:22    阅读次数:212
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!