MARE's Computer Vision Study.
MareArts blog / Computer Vision & Artificial Intelligent Systems
Pages
Home
OpenCV Lecture(link)
Useful Site
Me
Guest Book
Contents table
MareArts Webapp(link)
10/19/2017
WebCam Histogram Test, OpenCV
Histogram Test on webcam stream
Refer to below source code..π
test video
< gist >
< /gitst >
tags :
normalize,
calcHist,
MatND
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Example source code of extract HOG feature from images, save descriptor values to xml file, using opencv (using HOGDescriptor )
This example source code is to extract HOG feature from images. And save descriptors to XML file. The source code explain how to use HOGD...
OpenCV Stitching example (Stitcher class, Panorama)
Image size of origin is 320*240. Processing time is 30.96 second took. The result of stitching The resul...
OpenCV Background subtraction 3.2 version example (for MOG, MOG2, GMG, KNN)
This is example for background subtraction on opencv 3.2 version previously, I post 2.7 version example on here. http://study.marearts.co...
(OpenCV Study) Background subtractor MOG, MOG2, GMG example source code (BackgroundSubtractorMOG, BackgroundSubtractorMOG2, BackgroundSubtractorGMG)
Background subtractor example souce code. OpenCV support about 3 types subtraction algorithm. Those are MOG, MOG2, GMG algorithms. Det...
8 point algorithm (Matlab source code) / The method to get the Fundamental Matrix and the Essential matrix
Created Date : 2011.8 Language : Matlab Tool : Matlab 2010 Library & Utilized : - Reference : Multiple View Geometry (Hartly and Z...
Real-time N camera stitching Class.
As you can see in the following video, I created a class that stitching n cameras in real time. https://www.youtube.com/user/feelmare/sear...
OpenCV Drawing Example, (line, circle, rectangle, ellipse, polyline, fillConvexPoly, putText, drawContours)
line, circle, rectangle, ellipse, polyline, fillConvexPoly, putText, drawContours example source code!!. ...
(OpenCV, data type change, copy) vector to Mat, Mat to vector
This post is about how to copy Mat data to vector and copy vector data to Mat. Reference this example source code. printf("///////...
Real-time stitching multi-video to one screen
* Introduction - The solution shows panorama image from multi images. The panorama images is processing by real-time stitching algorithm...
Motion flow and direction (gpu, cuda version/ example source code / opti...
opencv 3.0 cuda version optical flow More detail refer to example source code. .. #include < iostream> #include "op...
No comments:
Post a Comment