切换至中文 Over 1 million code package, 10 million code file free download
  • [Matlab] imageedgedetection.rar Based on ant colony optimization for edge detection in images
    Category: Graph Recognize Upload User:sdkaixiang Size:3K
  • [Others] GraphGA-TabuHierarchicalLayout.rar ... a population of chromozoms that will be used in a Genetic Algorithm to get the best subjective representation: minimal edge crossing. Minimal esge crossing is the most important aspect in aesthetic graph drawing(planar drawing). Hierarchical graph with a ...
    Category: AI-NN-PR Upload User:skydy68 Size:132K
  • [Others] GraphGA-DynamicGraphDrawingWithHybridizedGA.rar ... and we create a group of chromozoms from the input layered graph. We have inter-layer and intra-layer crossing. We use the minimum edge crossing as the principal criteria to sort chromozom. The genetic algorithm offers very good result for large graphs.
    Category: Graph program Upload User:qhdshidai Size:138K
  • [Visual C++ (VC++)] Assignment2.rar Input a BMP image, take edge detection by gradient operator and binary morphology respectively and output.
    Category: Special Effects Upload User:duanwy8 Size:168K
  • [Matlab] Edge_Detection.zip ... Edge Detection This demo finds the edges of objects in a video stream using the Prewitt method. You can double-click the Edge Detection block and adjust the Threshold parameter while the simulation is running. The higher you make the threshold, the ...
    Category: Graph Recognize Upload User:shoujiaowa Size:6K
  • [C#(.net)] edge2.rar coding for edge detection using sobel..
    Category: Graph program Upload User:szoycl Size:584K
  • [Others] edge2.cpp.rar This is a opencv edge detection program try on ubutnu
    Category: Video Capture Upload User:w8779586 Size:1K
  • [Matlab] sc_demo.rar shape context matlab opensource code use in image process Contains the canny edge detector and the shape context of the optimization calculation.
    Category: Graph Recognize Upload User:huansheng Size:93K
  • [Matlab] Introduction_MPEG-7_Library.rar Contains the canny edge detector and the shape context of the optimization calculation.
    Category: Graph Recognize Upload User:hl201628 Size:227K
  • [C/C++] cv3.zip struct Edge { 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:lwq550 Size:3K