336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
졸작의뢰 및 질문은 댓글주세요
https://www.youtube.com/watch?v=vyIuH0TMRdg
조선대 전자공학과용 (번호판인식)
//**** Program to detect Face, Traffic Signs, Letter, and Texts
#include "opencv2/objdetect/objdetect.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include <iostream>
#include <stdio.h>
using namespace std;
using namespace cv;
int main()
{
Mat image;
VideoCapture cp("ArcSoft_Video28.wmv");
Mat blk=imread("blank.bmp");
nameWindow("A_RECOGNISED", WINDOW_AUTOSIZE);
nameWindow("Give_WAY_RECOGNISED", WINDOW_AUTOSIZE);
}
.
.
.
이하 자세한 내용은
instructables.tistory.com/64 를 방문해주세요