|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| EdgeList MayaFlux::Kinesis::generate_proximity_graph | ( | const Eigen::MatrixXd & | points, |
| const ProximityConfig & | config | ||
| ) |
Generate proximity graph using specified mode.
| points | DxN matrix where each column is a point |
| config | Configuration specifying mode and parameters |
Definition at line 308 of file ProximityGraphs.cpp.
References CUSTOM, MayaFlux::Kinesis::ProximityConfig::custom_function, custom_proximity_graph(), gabriel_graph(), GABRIEL_GRAPH, K_NEAREST, k_nearest_neighbors(), MayaFlux::Kinesis::ProximityConfig::k_neighbors, minimum_spanning_tree(), MINIMUM_SPANNING_TREE, MayaFlux::Kinesis::ProximityConfig::mode, NEAREST_NEIGHBOR, nearest_neighbor_graph(), MayaFlux::Kinesis::ProximityConfig::radius, RADIUS_THRESHOLD, radius_threshold_graph(), relative_neighborhood_graph(), RELATIVE_NEIGHBORHOOD_GRAPH, SEQUENTIAL, and sequential_chain().
Referenced by MayaFlux::Nodes::GpuSync::TopologyGeneratorNode::regenerate_topology().
Here is the call graph for this function:
Here is the caller graph for this function: