Home
last modified time | relevance | path

Searched refs:match_edges (Results 1 – 4 of 4) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/reg/
H A Dbwm_reg_processor.cxx146 bool bwm_reg_processor::match_edges(int& tcol, int& trow) in match_edges() function in bwm_reg_processor
220 return this->match_edges(tcol, trow); in match()
H A Dbwm_reg_processor.h109 bool match_edges(int& tcol, int& trow);
/dports/science/py-moltemplate/moltemplate-2.19.14/moltemplate/
H A Dnbody_graph_search.py955 match_edges = [self.ie_to_Ie[self.eorder_g[ie]]
959 match_edges = [Dgraph.NULL for ieu in range(0, self.g.neu)]
968 match_edges[ieu] = Ieu
970 return (tuple(match_verts), tuple(match_edges))
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/
H A Dsimilarity.py727 def match_edges(u, v, pending_g, pending_h, Ce, matched_uv=[]): function
849 xy, localCe = match_edges(
897 xy, localCe = match_edges(