Program Listing for File matchcontourwflow.cxx

Return to documentation for file (larflow/FlowContourMatch/tmp/matchcontourwflow.cxx)

#include "matchcontourwflow.h"

namespace larflow {

  void makeContourMatches( ContourMatches_t& matches,
                           const ublarcvapp::ContourClusterAlgo& contours,
                           const larcv::Image2D& src_img,
                           const larcv::Image2D& tar_img,
                           const larcv::Image2D& src_crop,
                           const larcv::Image2D& tar_crop,
                           const larcv::SparseImage& flow,
                           const float max_contour_dist ) {

    // we scan across the source image, use the flow to move to the target image
    // and ask what the closest contour is


  }



}