MareArts Computer Vision Study.
Computer Vision & Machine Learning Research Laboratory
Pages
π‘
π ANPR (LPR) SDK
π Persona PhotoBooth
π§΅ Realtime Stitching SDK
π Contents table
π MareArts ➚
π¬ MareArts Live ➚
7/08/2014
STL vector sort, lambda version
//vector
vector< pair
> vote;
//data input
~~
~~
//sort
sort(vote.begin(), vote.end(), [](const pair
& A, const pair
& B){ return A.second > B.second; } );
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
(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...
Two Image mosaic (paranoma) based on SIFT / C++ source (OpenCV) / SIFT νΉμ§ μΆμΆκΈ°λ₯Ό μ΄μ©ν λμ₯μ μμμ λͺ¨μμ΅(νλΌλ Έλ§) μμμΌλ‘ λ§λ€κΈ°
Created Date : 2011.2 Language : C/C++ Tool : Microsoft Visual C++ 2010 Library & Utilized : OpenCV 2.2 Reference : Interent Refer...
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...
Deep learning study - logistic classifier #3
Logistic Classifier The logistic classifier is similar to equation of the plane. W is weight vector, X is input vector and y is output...
Video Stabilization example source code, (using cvFindHomography, cvWarpPerspective functions in openCV)
Video stabilization example source code. The principle is like that... Firstly, to obtain 2 adjacent images extract good feature to t...
SICK LMS511 sensor data acquisition interface (source code, C++/MFC)
This is data acquisition source code of LMS511(SICK co.) Source code is made by MFC(vs 2008). The sensor is communicated by TCP/IP. ...
Image warping (using opencv findHomography, warpPerspective)
fig 1. Left: set 4 points (Left Top, Right Top, Right Bottom, Left Bottom), right:warped image to (0,0) (300,0), (300,300), (0,300) Fi...
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...
Very nice convolution explanation (korean, link)
Very Nice Convoluiton Convolution (korean) https://gaussian37.github.io/dl-concept-covolution_operation/ ✌️
EEG dataset and approaches
recent EEG datasets and papers from the last 5 years: OpenNeuro EEG Datasets (2020-Present) DS003190: High-density EEG during motor tasks (...
No comments:
Post a Comment