-
-
[
C/C++]
cv4.zip
Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {}
friend bool operator<(const Edge& a, const Edge& b) {
if (a.cost != b.cost) {
return a.cost > b.cost
}
-
[
C/C++]
cv6.zip
Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {}
friend bool operator<(const Edge& a, const Edge& b) {
if (a.cost != b.cost) {
return a.cost > b.cost
}
-
[
C/C++]
cv7.zip
Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {}
friend bool operator<(const Edge& a, const Edge& b) {
if (a.cost != b.cost) {
return a.cost > b.cost
}
Category:
Algorithm Upload User:
cha0314 Size:
10K
-
[
Matlab]
dilatacao.rar
... of Gaussian filter function, using Matlab language, the preparation of Canny edge detector Matlab (or C language) function (2) the use of the ... above-mentioned function, an image of the (salt and pepper noise or Gaussian noise) for edge detection (3) the us
-
-
[
Visual C++ (VC++)]
vcas_2009.zip
... proposed.
Our method is based on both feature point matching and edge matching. First, we select the most matched movie from the movie ... has the most
matched points with an input query image. Canny edge detector is applied
to both the query and the most ...
-
-
[
Java/JSP]
LoG3D.zip
it can be used for detecting edge of 3D image with laplacian of gaussian method
Category:
3D Graphic Upload User:
gdjinsheng Size:
86K
-
[
Matlab]
Simple_MinCut.rar
Abstract. We present an algorithm for finding the minimum cut of an undirected edge-weighted
graph. It is simple in every respect. It has a short and compact description, is easy to implement, and
has a surprisingly simple proof of correctness. Its ...
-
[
Matlab]
IEEEXplore.rar
Find edge for an input gray image Input: an gray scale image Output: 1.Image_OE: the detected edge reference: P. Perona and J. Malik. Detecting and localizing edges composed of steps, peaks and roofs. ICCV, 1990
Category:
matlab Upload User:
guanjue Size:
522K