.. _program_listing_file_larflow_FlowContourMatch_makecontourflowmatches.h: Program Listing for File makecontourflowmatches.h ================================================= |exhale_lsh| :ref:`Return to documentation for file ` (``larflow/FlowContourMatch/makecontourflowmatches.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef __make_contour_flow_matches_h__ #define __make_contour_flow_matches_h__ #include "larcv/core/Base/larcv_logger.h" #include "larcv/core/DataFormat/Image2D.h" #include "ublarcvapp/ContourTools/ContourClusterAlgo.h" #include "ContourFlowMatch.h" namespace larflow { void createMatchData( const ublarcvapp::ContourClusterAlgo& contour_data, const larcv::Image2D& src_adc_full, const larcv::Image2D& tar_adc_full, const larcv::Image2D& flow_img_crop, const larcv::Image2D& src_adc_crop, const larcv::Image2D& tar_adc_crop, ContourFlowMatchDict_t& matchdict, const float threshold, const float max_dist_to_target_contour=30.0, const larcv::msg::Level_t verbosity=larcv::msg::kNORMAL, bool visualize=false ); } #endif