Aircraft Detection
1.0
Loading...
Searching...
No Matches
src
aircraft_detection_project
template_matching.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <opencv2/opencv.hpp>
4
#include <vector>
5
6
7
std::vector<cv::Point>
templateMatching
(
const
cv::Mat& src_img);
templateMatching
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
Generated by
1.11.0