Home
last modified time | relevance | path

Searched refs:bapl_conn_table (Results 1 – 7 of 7) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bapl/
H A Dbapl_connectivity.h46 class bapl_conn_table : public vbl_ref_count
50bapl_conn_table(int n_images) : conns_(n_images), img_data_(n_images), img_data_key_flags_(n_image… in bapl_conn_table() function
81 std::ostream& operator<< (std::ostream& os, bapl_conn_table const & t);
87 void vsl_b_write(vsl_b_ostream & os, bapl_conn_table const &ph);
88 void vsl_b_read(vsl_b_istream & is, bapl_conn_table &ph);
89 void vsl_b_read(vsl_b_istream& is, bapl_conn_table* ph);
90 void vsl_b_write(vsl_b_ostream& os, const bapl_conn_table* &ph);
H A Dbapl_connectivity.cxx26 bool bapl_conn_table::add_sym(const bapl_keypoint_match_set_sptr& set) in add_sym()
51 bool bapl_conn_table::add(const bapl_keypoint_match_set_sptr& set) in add()
64 void bapl_conn_table::make_symmetric() in make_symmetric()
84 bool bapl_conn_table::contains(int id1, int id2) in contains()
93 void bapl_conn_table::print_table() in print_table()
110 void bapl_conn_table::print_table_with_matches() in print_table_with_matches()
125 unsigned bapl_conn_table::get_number_of_neighbors(unsigned i) in get_number_of_neighbors()
310 void vsl_b_read(vsl_b_istream & /*is*/, bapl_conn_table & /*ph*/) in vsl_b_read() argument
316 void vsl_b_read(vsl_b_istream& is, bapl_conn_table* ph) in vsl_b_read()
323 ph = new bapl_conn_table(1); in vsl_b_read()
[all …]
H A Dbapl_connectivity_sptr.h11 class bapl_conn_table; variable
15 typedef vbl_smart_ptr<bapl_conn_table> bapl_conn_table_sptr;
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bapl/Templates/
H A Dvbl_io_smart_ptr+bapl_conn_table-.cxx4 VBL_IO_SMART_PTR_INSTANTIATE(bapl_conn_table);
H A Dvbl_smart_ptr+bapl_conn_table-.cxx6 VBL_SMART_PTR_INSTANTIATE(bapl_conn_table);
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bapl/pro/processes/
H A Dbapl_connectivity_processes.cxx48 bapl_conn_table_sptr table = new bapl_conn_table(n_images); in bapl_create_conn_table_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bapl/tests/
H A Dtest_compute_tracks.cxx73 bapl_conn_table_sptr table = new bapl_conn_table(num_imgs); in test_compute_tracks()