졸업작품/OpenCV기반 ImagaTracking

라즈베리파이(=RPi) 문자인식

ElectricShock 2016. 12. 8. 16:25

Favicon of m.search.naver.com [라즈베리파이 문자인식]



졸작의뢰 및 질문은 댓글주세요



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 를 방문해주세요