|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| EdgeList MayaFlux::Kinesis::custom_proximity_graph | ( | const Eigen::MatrixXd & | points, |
| const std::function< EdgeList(const Eigen::MatrixXd &)> & | connection_function | ||
| ) |
Custom proximity graph via user function.
| points | DxN matrix where each column is a point |
| connection_function | User-provided edge generator |
Allows arbitrary proximity rules defined by user.
Definition at line 289 of file ProximityGraphs.cpp.
References MayaFlux::Journal::Kinesis, MF_DEBUG, MF_ERROR, and MayaFlux::Journal::Runtime.
Referenced by generate_proximity_graph().
Here is the caller graph for this function: