|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| EdgeList MayaFlux::Kinesis::sequential_chain | ( | const Eigen::MatrixXd & | points | ) |
Compute sequential chain graph.
| points | Dx N matrix where each column is a point |
Connects points in order: (0,1), (1,2), ..., (n-2, n-1). Undirected graph: each edge appears once.
Complexity: O(n)
Definition at line 26 of file ProximityGraphs.cpp.
References MayaFlux::Journal::Kinesis, MF_DEBUG, and MayaFlux::Journal::Runtime.
Referenced by generate_proximity_graph().
Here is the caller graph for this function: