文件名称:cvThreshold_cvCanny
-
所属分类:
- 标签属性:
- 上传时间:2012-11-12
-
文件大小:68.27kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
open cv 邊緣化 用Canny作邊緣化處理
cvCanny,
void cvCanny( const CvArr* image, CvArr* edges, double threshold1,
double threshold2, int aperture_size=3 )
image
單通道輸入圖像.
edges
單通道存儲邊緣的輸出圖像
threshold1
第一個閾值
threshold2
第二個閾值
aperture_size
Sobel 運算元內核大小 (見 cvSobel). -open cv for marginalized marginalized deal with the Canny cvCanny, void cvCanny (const CvArr* image, CvArr* edges, double threshold1, double threshold2, int aperture_size = 3) image single input image. edges stored in the edge of the output channel Image threshold1 first threshold threshold2 second operand threshold aperture_size Sobel kernel size (see cvSobel).
cvCanny,
void cvCanny( const CvArr* image, CvArr* edges, double threshold1,
double threshold2, int aperture_size=3 )
image
單通道輸入圖像.
edges
單通道存儲邊緣的輸出圖像
threshold1
第一個閾值
threshold2
第二個閾值
aperture_size
Sobel 運算元內核大小 (見 cvSobel). -open cv for marginalized marginalized deal with the Canny cvCanny, void cvCanny (const CvArr* image, CvArr* edges, double threshold1, double threshold2, int aperture_size = 3) image single input image. edges stored in the edge of the output channel Image threshold1 first threshold threshold2 second operand threshold aperture_size Sobel kernel size (see cvSobel).
相关搜索: CVCANNY
(系统自动生成,下载前可以参看下载内容)
下载文件列表
cvThreshold_cvCanny/123.cpp
cvThreshold_cvCanny/rain.jpg
cvThreshold_cvCanny/2.JPG
cvThreshold_cvCanny/stdafx.h
cvThreshold_cvCanny
cvThreshold_cvCanny/rain.jpg
cvThreshold_cvCanny/2.JPG
cvThreshold_cvCanny/stdafx.h
cvThreshold_cvCanny
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.