CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Marr
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Marr - List
[
Other
]
Marr-edge-detective
DL : 0
Marr边缘检测算法的研究,,提出了不等间隔采样和非均匀量化相结合的数字化方法-Marr edge detection algorithm research, interval ranging from the non-uniform sampling and quantization combination of digital methods
Update
: 2008-10-13
Size
: 484.89kb
Publisher
:
庄宇飞
[
Graph program
]
marrh
DL : 0
Marr-Hildreth 边缘检测算法-Marr-Hildreth edge detection algorithm
Update
: 2025-02-17
Size
: 1kb
Publisher
:
陈厚武
[
Graph program
]
EdgeCode
DL : 0
各种图像边缘提取算法的C语言实现及一些测试用图像。这些算法包括:Marr、Canny、shen-Castan、Sobel等等。(注:这些代码是《Algorithms for Image Processing And Computer Vision》一书中的内容,要想理解代码最好参看原书)。-various Image Edge Extraction Algorithm in C language and some test images. These algorithms include : Marr, Canny, Shen-Castan, Sobel and so on. (Note : the code is "Image Processing Algorithms for Computer Vision And" the contents of a book, in order to see the best understanding of the original code book).
Update
: 2025-02-17
Size
: 2.01mb
Publisher
:
钱 峰
[
Graph program
]
Marr-Hildreth
DL : 0
Harr-Hildreth衡
Update
: 2025-02-17
Size
: 1kb
Publisher
:
糂翬
[
Special Effects
]
edgeCheck.
DL : 0
一个通用的边缘提取函数。通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。-a common edge extraction function. By entering different parameters to achieve Sobel operator, Prewitt operator, Roberts operator, Marr Operator and Canny edge detection.
Update
: 2025-02-17
Size
: 249kb
Publisher
:
胡雪飞
[
Other
]
Marr-edge-detective
DL : 0
Marr边缘检测算法的研究,,提出了不等间隔采样和非均匀量化相结合的数字化方法-Marr edge detection algorithm research, interval ranging from the non-uniform sampling and quantization combination of digital methods
Update
: 2025-02-17
Size
: 485kb
Publisher
:
庄宇飞
[
Special Effects
]
EdgeDetection
DL : 0
用matlab做的一个边缘侦测,包含Sobel,Prewitt,Roberts,Marr,Canny算子的边缘侦测程序.-Using matlab to do an edge detection, including Sobel, Prewitt, Roberts, Marr, Canny edge detection operator procedures.
Update
: 2025-02-17
Size
: 19kb
Publisher
:
Johnson Huang
[
Algorithm
]
WaveLet-C-code
DL : 0
实现小波变换的C代码,其中小波选择Marr小波。-The realization of wavelet transform C code, which Marr wavelet wavelet choice.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
yequnsong
[
Special Effects
]
EdgeDetect
DL : 0
用sobel、prewitt、robert、marr和canny算子实现边缘检测-By sobel, prewitt, robert, marr and realize canny edge detection operator
Update
: 2025-02-17
Size
: 351kb
Publisher
:
冯沁红
[
Windows Develop
]
EdgeDetection
DL : 0
一个通用的边缘提取函数,通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。 附设计文档。-A common edge detection function, by entering different parameters, can realize Sobel operator, Prewitt operator, Roberts operator, Marr operator and Canny edge detection. Design documents attached.
Update
: 2025-02-17
Size
: 579kb
Publisher
:
翟
[
Other
]
wave
DL : 0
本书对小波进行了由浅到深的分析和应用。包括三种时间-频率算法,Marr和Mallat的视觉算法,采样定理和快速算法等算法是做了详细阐述和讲解,并附带了一些小波的实用程序-The book of a wavelet from shallow to deep analysis and application. Includes three time- frequency algorithm, Marr and visual Mallat algorithm, sampling theorem and fast algorithm to do a detailed algorithm is described and explained, along with a number of wavelet utility
Update
: 2025-02-17
Size
: 5.88mb
Publisher
:
chery
[
Other
]
Marr
DL : 0
针对Marr边缘检测算法中LOG模板的构造进行了研究。根据实际应用中LOG模板的设计要求,提出了 不等间隔采样和非均匀量化相结合的数字化方法 导出了构造LOG模板的一般公式 给出了调整公式中参数的方 法。实验结果表明,该方法能够满足实际应用的要求。-Marr edge detection algorithm for Medium LOG template structure were studied. LOG applications based on the actual template of the design requirements, put forward a range of sampling and non-uniform intervals to quantify the combination of digital methods LOG template structure is derived by the general formula give a formula to adjust the method parameters. Experimental results show that the method can meet the requirements of practical applications.
Update
: 2025-02-17
Size
: 452kb
Publisher
:
dmh
[
Special Effects
]
200432590139
DL : 0
各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Prewitt算子,Laplacian算子,Sobel算子,Marr算子;6、直方图显示;7、形态运算(二值化、腐蚀、膨胀、开运算、闭运算);8、自动分类及类别提取:K均值分类。其中:1.2.3.4.5.7仅能对灰度图处理,6.8不仅能处理灰度图还能处理彩色图-Basic image processing functions: 1, format: RAW format will be converted to BMP format 2, linear transformation 3, image smoothing 4, image enhancement 5, Edge Detection: Gradient Operator, Robert gradient operator, Prewitt operator, Laplacian operator, Sobel operator, Marr operator 6, histogram display 7, computing forms (two-value, corrosion, swelling, open computing, closing operation) 8, automatic classification and type of extract: K-means classification. One of: 1.2.3.4.5.7 only treatment for grayscale, 6.8 can not only deal with deal with grayscale color map
Update
: 2025-02-17
Size
: 3.59mb
Publisher
:
叶心怡
[
Special Effects
]
edge_detector
DL : 0
Roberts算子,Prewitt算子,Sobel算子,Marr算子,Canny算子之一对输入图像 实现边缘检测,输出边缘图像并与matlab自带函数实现进行对比-Roberts operator, Prewitt operator, Sobel operator, Marr operator, Canny operator to achieve one of the input image edge detection, the output edge image and bring their own matlab function compared
Update
: 2025-02-17
Size
: 4kb
Publisher
:
hq
[
Graph program
]
edge_detection
DL : 0
实现sobel canny prewitt marr Roberts算子的边缘检测-Achieve sobel canny prewitt marr Roberts edge detection operator
Update
: 2025-02-17
Size
: 3kb
Publisher
:
gaef
[
Special Effects
]
edge
DL : 1
用MATLAB实现的边缘提取函数,实现了sobel算子、canny算子,Robert算子、prewitt算子、marr算子-Using MATLAB to achieve the edge detection function, the realization of the sobel operator, canny operator, Robert operator, prewitt operator, marr Operator
Update
: 2025-02-17
Size
: 2kb
Publisher
:
H.C. Young
[
Special Effects
]
EdgeDetection
DL : 0
分别用Roberts、Prewitt、Sobel、Marr、Canny算子进行图像的边缘检测-Were Roberts, Prewitt, Sobel, Marr, Canny operator to the image edge detection
Update
: 2025-02-17
Size
: 3kb
Publisher
:
Frank
[
Special Effects
]
ex4_061221015
DL : 0
实验内容:编制一个通用的边缘提取函数,通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测-Experimental contents: the preparation of a generic edge detection function, by entering different parameters, to achieve Sobel operator, Prewitt operator, Roberts operator, Marr operator and Canny edge detection
Update
: 2025-02-17
Size
: 897kb
Publisher
:
da
[
Special Effects
]
EdgeDetection
DL : 0
四种算子(sobel,prewitt,roberts,marr)进行图像边缘检测的matlab源码.-Operators of four (sobel, prewitt, roberts, marr) image edge detection matlab source.
Update
: 2025-02-17
Size
: 48kb
Publisher
:
refinebin
[
matlab
]
edgeCheck
DL : 0
边缘检测的源代码。包括sobel prewitt roberts marr canny的。值得下载!-The source code for edge detection. Including sobel prewitt roberts marr canny' s. Worth downloading!
Update
: 2025-02-17
Size
: 2kb
Publisher
:
Mark Li
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.