CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - thresh
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - thresh - List
[
Other resource
]
thresh
DL : 0
2值化程序以及细线化程序,前者是将黑彩色图象转化成黑白图象,后者是把粗线变成细线-value of two procedures and thread programming, the former is the black color images into black-and-white images, the latter is to become thick thread
Update
: 2008-10-13
Size
: 1.5kb
Publisher
:
zhang
[
Special Effects
]
thresh_tool
DL : 0
matlab 图像处理中的 门限thresh的取定方法实例-Matlab image processing threshold thresh determined from the examples
Update
: 2008-10-13
Size
: 5.45kb
Publisher
:
lishq
[
Special Effects
]
thresh
DL : 0
运用迭代算法求取图像域值,进行图像分割,再利用形态学进行边缘提取
Update
: 2008-10-13
Size
: 1.4kb
Publisher
:
caoyanyan
[
Special Effects
]
Edge_Detection_and_Segmentation
DL : 0
边缘检测与分割源代码 edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m 算法包括Prewitt、Roberts、Log、Canny、Sobel算子实现边缘检测,基于Hough变换的直线检测,4叉树区域分割,分水岭分割。(算法对应源文件名)
Update
: 2008-10-13
Size
: 6.62kb
Publisher
:
major
[
Special Effects
]
thresh
DL : 0
最大类间方差法的matlab实现,可以对灰度直方图呈现良好的双峰特性的图像进行有效的分割
Update
: 2008-10-13
Size
: 967byte
Publisher
:
大华
[
Develop Tools
]
thresh_tool
DL : 0
自适应动态阈值分割 matlab实现,example: i=imread( xxx ) thresh-tool(i)
Update
: 2008-10-13
Size
: 5.45kb
Publisher
:
eels
[
Special Effects
]
Threshold
DL : 0
二值化处理函数Threshold。 image_out:输出图像数据指针;image_in:输入图像数据指针;width:图像宽度;height:图像高度;thresh:初始阈值
Update
: 2008-10-13
Size
: 846byte
Publisher
:
陈利聪
[
Special Effects
]
thresh
DL : 0
自动搜索最佳阈值,对图像进行二值化处理,提取边缘
Update
: 2008-10-13
Size
: 1.17kb
Publisher
:
晓晖
[
2D Graphic
]
thresh
DL : 0
2值化程序以及细线化程序,前者是将黑彩色图象转化成黑白图象,后者是把粗线变成细线-value of two procedures and thread programming, the former is the black color images into black-and-white images, the latter is to become thick thread
Update
: 2025-02-19
Size
: 1kb
Publisher
:
zhang
[
Special Effects
]
thresh_md
DL : 0
这是matlab编写的全局最优的图像二值化方法-prepared by the global optimum image binarization methods
Update
: 2025-02-19
Size
: 1kb
Publisher
:
fsf
[
Special Effects
]
thresh_tool
DL : 0
matlab 图像处理中的 门限thresh的取定方法实例-Matlab image processing threshold thresh determined from the examples
Update
: 2025-02-19
Size
: 5kb
Publisher
:
lishq
[
Special Effects
]
thresh
DL : 0
运用迭代算法求取图像域值,进行图像分割,再利用形态学进行边缘提取-Iterative algorithm to use to strike the image domain value for image segmentation, and then carried out using morphological edge detection
Update
: 2025-02-19
Size
: 1kb
Publisher
:
caoyanyan
[
Special Effects
]
Edge_Detection_and_Segmentation
DL : 1
边缘检测与分割源代码 edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m 算法包括Prewitt、Roberts、Log、Canny、Sobel算子实现边缘检测,基于Hough变换的直线检测,4叉树区域分割,分水岭分割。(算法对应源文件名)-Edge Detection and Segmentation of the source code edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m algorithm includes Prewitt, Roberts, Log, Canny, Sobel Operator realize edge detection, Hough Transform-based line detection, 4-tree region segmentation, watershed segmentation. (Algorithm for the corresponding source file name)
Update
: 2025-02-19
Size
: 6kb
Publisher
:
major
[
Special Effects
]
thresh
DL : 0
最大类间方差法的matlab实现,可以对灰度直方图呈现良好的双峰特性的图像进行有效的分割-Otsu method to achieve the matlab can histogram showed bimodal characteristics of a good image for effective segmentation
Update
: 2025-02-19
Size
: 1kb
Publisher
:
大华
[
Books
]
thresh_tool
DL : 0
自适应动态阈值分割 matlab实现,example: i=imread( xxx ) thresh-tool(i) -Adaptive Dynamic threshold segmentation matlab realize, example: i = imread (xxx) thresh-tool (i)
Update
: 2025-02-19
Size
: 5kb
Publisher
:
eels
[
Special Effects
]
thresh
DL : 0
自动搜索最佳阈值,对图像进行二值化处理,提取边缘-Automatically search the best threshold image binarization processing, extraction of the edge
Update
: 2025-02-19
Size
: 1kb
Publisher
:
晓晖
[
Special Effects
]
LocalOstu
DL : 0
基于opencv的otsu阈值分割,根据最大类间方差原理,进行全局图像分类-Opencv based on the Otsu threshold segmentation, in accordance with the principle of maximum between-cluster variance for the overall image classification
Update
: 2025-02-19
Size
: 1kb
Publisher
:
chenyuanlu
[
matlab
]
thresh
DL : 0
the fuction performs thresholding to the eye images. this function can be used in implementing daugman algo for iris localization.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
Abdul Baqi
[
Graph program
]
harris_code
DL : 0
harris角点检测算法,代码可以通过修改sigma, thresh, radius, disp的值控制角点数量。-harris corner detection algorithm, the code can be by modifying the sigma, thresh, radius, disp corner of the value of quantity control.
Update
: 2025-02-19
Size
: 173kb
Publisher
:
季全
[
Special Effects
]
thresh-iccv
DL : 0
一种基于自适应阈值的方法,用于change detection-Adaptive threshold based on the method for change detection
Update
: 2025-02-19
Size
: 1mb
Publisher
:
arbi
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.