切换至中文 Over 1 million code package, 10 million code file free download
  • [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 }
    Category: Compress-Decompress algrithms Upload User:kangtaibao Size:1K
  • [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 }
    Category: Compress-Decompress algrithms Upload User:euroandusd Size:2K
  • [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
    Category: Graph Drawing Upload User:backy19 Size:282K
  • [Visual C++ (VC++)] ddddR.rar A COMBINED CORNER AND EDGE DETECTOR
    Category: Other eBooks Upload User:fuhuajx Size:1756K
  • [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 ...
    Category: Special Effects Upload User:fdlaws Size:4820K
  • [C/C++] Edge_Detection_Code.zip this application is to detect edge with a laplacian of gaussian edge detector
    Category: Graph program Upload User:wanjia365 Size:27K
  • [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 ...
    Category: Graph program Upload User:tkhzjy Size:2K
  • [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