Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bea/cv.bea
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@
minMaxLocRet fnRetVal;
cv::minMaxLoc(*a, &fnRetVal.minVal, &fnRetVal.maxVal, NULL, NULL);

void matchTemplate(const Mat& image, const Mat& templ, const Mat& result, int method);

@manual void cvSmooth(const Mat& src, Mat& dst, int smoothtype=CV_GAUSSIAN, int param1=3, int param2=0, double param3=0, double param4=0)


Expand Down