Aircraft Detection 1.0
Loading...
Searching...
No Matches
template_matching.h
Go to the documentation of this file.
1#pragma once
2
3#include <opencv2/opencv.hpp>
4#include <vector>
5
6
7std::vector<cv::Point> templateMatching(const cv::Mat& src_img);
std::vector< cv::Point > templateMatching(const cv::Mat &src_img)
Performs template matching on a source image using pre-loaded average planes.
Definition template_matching.cpp:219