CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - max
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - max - List
[
Special Effects
]
hmmbox_3_2
DL : 0
Matlab toolbox for Hidden Markov Modelling using Max. likelihood EM. Prerequisites: Matlab 5.0, System Identification Toolbox, Netlab, Marbox. LAST UPDATED: 25 Feb. 2002.
Date
: 2008-10-13
Size
: 700.65kb
User
:
王冰
[
Special Effects
]
rawsource
DL : 0
RawSource (string filename, int width, int height, string pixel_type, int offset) # for loading raw video data # # filename: the raw file e.g. a YUV-file # width, height: you must specify the image dimensions. width is max 2880 # pixel_type: the type of the raw data. An appropriate mapping to AviSynth s internal data is done # supported types: RGB, RGBA, BGR, BGRA, YUYV, UYUV (interleaved) I420, YV12 (planar)
Date
: 2008-10-13
Size
: 34.36kb
User
:
mysticboy
[
Special Effects
]
TRW_S-v1.1
DL : 0
The two algorithms are max-product belief propagation (BP, Pearl 88) and sequential tree-reweighted max-product message passing (TRW-S, Kolmogorov 05)
Date
: 2008-10-13
Size
: 39.65kb
User
:
wdbigboy
[
Special Effects
]
newnethodotsu
DL : 0
一个新设计的OTSU算法,使用方法如下:% load clown % subplot(221) % imshow(X/max(X(:))) % title( Original , FontWeight , bold ) % for n = 2:4 % Iseg = otsu(X,n) % subplot(2,2,n), colormap(gray) % imshow(Iseg) % title([ n = int2str(n)], FontWeight , bold ) % end
Date
: 2008-10-13
Size
: 2.11kb
User
:
yemaoqiu
[
Special Effects
]
MinCutAlgorithm
DL : 0
这是自己用c#写的一段关于图的最小切的算法,主要参考了论文: 《An Experimental Comparison of Min-Cut/Max-Flow Algorithms for Energy Minimization in Vision》 此文中的算法是目前比较优秀的最小切算法
Date
: 2008-10-13
Size
: 3.12kb
User
:
张曦
[
Special Effects
]
An_Experimental_Comparison_of_maxflow_aigorithm.ra
DL : 0
是基于Graph cuts 的源程序,用来求解Min-Cut/Max-Flow.
Date
: 2008-10-13
Size
: 49.64kb
User
:
余丽红
[
Special Effects
]
Segmentation
DL : 0
医学图象分割软件,使用了基于Min-Cut/Max-Flow开元方程库(可在http://www.adastral.ucl.ac.uk/~vladkolm/software.html下载最新版本) 做分割判断, 并使用cimg库读取dcm图片. 本部分源码只负责切出轮廓, 轮廓将在openGL端中输出.
Date
: 2008-10-13
Size
: 163.33kb
User
:
zhou
[
Special Effects
]
maxflow-v3.0.src.tar
DL : 0
三维立体视觉匹配源码 Tested under windows, Visual C++ 6.0 compiler and unix (SunOS 5.8 and RedHat Linux 7.0, GNU c++ compiler). -3D visual matching source Tested under windows. Visual C++ 6.0 compiler and unix (SunOS 5.8 and Red Hat Linux 7.0, GNU compiler c).
Date
: 2025-12-28
Size
: 13kb
User
:
周攀
[
Special Effects
]
hmmbox_3_2
DL : 0
Matlab toolbox for Hidden Markov Modelling using Max. likelihood EM. Prerequisites: Matlab 5.0, System Identification Toolbox, Netlab, Marbox. LAST UPDATED: 25 Feb. 2002.
Date
: 2025-12-28
Size
: 700kb
User
:
王冰
[
Special Effects
]
TRW_S-v1.1
DL : 0
The two algorithms are max-product belief propagation (BP, Pearl 88) and sequential tree-reweighted max-product message passing (TRW-S, Kolmogorov 05)
Date
: 2025-12-28
Size
: 39kb
User
:
wdbigboy
[
Special Effects
]
MinCutAlgorithm
DL : 0
这是自己用c#写的一段关于图的最小切的算法,主要参考了论文: 《An Experimental Comparison of Min-Cut/Max-Flow Algorithms for Energy Minimization in Vision》 此文中的算法是目前比较优秀的最小切算法-This is their use of c# Write a paragraph on the minimum cut graph algorithm, the main reference of the thesis:
Date
: 2025-12-28
Size
: 3kb
User
:
张曦
[
Special Effects
]
An_Experimental_Comparison_of_maxflow_aigorithm.ra
DL : 0
是基于Graph cuts 的源程序,用来求解Min-Cut/Max-Flow.-Graph cuts based on the source code for solving Min-Cut/Max-Flow.
Date
: 2025-12-28
Size
: 106kb
User
:
余丽红
[
Special Effects
]
Segmentation
DL : 0
医学图象分割软件,使用了基于Min-Cut/Max-Flow开元方程库(可在http://www.adastral.ucl.ac.uk/~vladkolm/software.html下载最新版本) 做分割判断, 并使用cimg库读取dcm图片. 本部分源码只负责切出轮廓, 轮廓将在openGL端中输出. -Medical image segmentation software, the use of equations based on the Kaiyuan Min-Cut/Max-Flow library (available at http://www.adastral.ucl.ac.uk/ ~ vladkolm/software.html download the latest version) to do partition to judge, and use the library to read CIMG DCM picture. The source code is only responsible for part of the contour cut, contour in openGL output side.
Date
: 2025-12-28
Size
: 163kb
User
:
zhou
[
Special Effects
]
maxflow-v3.0.src.tar
DL : 0
图像处理最大流最小割经典算法,适合初学者使用!-A classic max flow/min cut algorithm in image processing
Date
: 2025-12-28
Size
: 13kb
User
:
霓棠烟鱼
[
Special Effects
]
MaxEntropyThreshold
DL : 0
极大熵图像分割源代码。(原创) 参考文献见源代码。-source code for max entropy thresholding algorithm.
Date
: 2025-12-28
Size
: 1kb
User
:
WangJun
[
Special Effects
]
newmaxflowaigorithm
DL : 0
实现了An Experimental Comparison of Min-Cut/Max-Flow Algorithms for Energy Minimization in Vision [Yuri Boykov and Vladimir Kolmogorov]中的新的最大流算法,经过实验验证比传统的最大流算法效率更高-Achieved An Experimental Comparison of Min-Cut/Max-Flow Algorithms for Energy Minimization in Vision [Yuri Boykov and Vladimir Kolmogorov] in the new maximum flow algorithm, after experimental verification than the traditional maximum flow algorithm more efficient
Date
: 2025-12-28
Size
: 1kb
User
:
ray
[
Special Effects
]
max
DL : 0
sift算法提取图像特征点中的极大值提取。-sift max
Date
: 2025-12-28
Size
: 1kb
User
:
liyingchao
[
Special Effects
]
2wei-max-entropy
DL : 0
关于图像二维最大熵分割代码,matlab编写, -2-D max entropy
Date
: 2025-12-28
Size
: 1kb
User
:
nanjie
[
Special Effects
]
max-morphological
DL : 0
max用于形态学的高级程序设计语言,用于形态学的基本元素的二值操作-max for the morphological level programming language, the basic elements for morphological binary operations
Date
: 2025-12-28
Size
: 327kb
User
:
周薇
[
Special Effects
]
max-flow
DL : 0
kolmogorov提出的最大流算法代码,可运行,里面有具体事例-Max flow
Date
: 2025-12-28
Size
: 17kb
User
:
戴超
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.