Login to filter by course Login to filter by course Reset
Shape From Stereo-2Explores stereo vision concepts such as occlusions, window size impact, multi-view stereo, dynamic shape reconstruction, and graph-based segmentation.
Topological Sort and SCCExplores topological sort, acyclic graphs, Strongly Connected Components, magic algorithm, component graph, flow networks, and their applications.
Clustering: K-means & LDACovers clustering using K-means and LDA, PCA, K-means properties, Fisher LDA, and spectral clustering.
Graph Algorithms: BasicsIntroduces the basics of graph algorithms, covering traversal, representation, and data structures for BFS and DFS.
Max-flow and Disjoint SetsExplores the Ford-Fulkerson method, max-flow, applications of max-flow, and the disjoint-set data structure.
Max-flow Min-cut TheoremExplores the equivalence between maximum flow and minimum cut in network theory, demonstrating its applications through examples and edge-disjoint paths.
Max-flow Min-cut TheoremExplores the Max-flow Min-cut theorem, integral capacities, Ford-Fulkerson method, bipartite matching, and edge-disjoint paths.