openCV2 [OpenCV] Mat to IplImage Mat 을 IplImage로 변환하기 Mat to IplImage Mat image_mat;IplImage *image_ipl = new IplImage(image_mat); 2016. 2. 16. [OpenCV] IpCamera 연결 OpenCV를 이용하여 Ip카메라의 영상 받아오기! // 출처 http://answers.opencv.org/question/133/how-do-i-access-an-ip-camera/#include #include #include int main(int, char**) { cv::VideoCapture vcap; cv::Mat image; // This works on a D-Link CDS-932L const std::string videoStreamAddress = "http://@/video.cgi?.mjpg"; //open the video stream and make sure it's opened if(!vcap.open(videoStreamAddress)) { std::cout 2016. 2. 16. 이전 1 다음