MareArts Computer Vision Study.
Computer Vision & Machine Learning Research Laboratory
Pages
๐ก
๐ ANPR (LPR) SDK
๐ญ Persona PhotoBooth
๐งต Realtime Stitching SDK
๐ Contents table
๐ MareArts ➚
๐ฌ MareArts Live ➚
10/23/2013
Lifetrons, DrumBassIII BT
Lifetrons, DrumBass III BT
Bluetooth speaker
deluxe wireless edition
Small in size but sound is very big!!
satisfactory design.
But also weak bass
But my thought, the sound quality is a little bit better than Macbook air notebook.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
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...
cat detection using latent SVM in opencv
The latent SVM tells the learning method used in this paper -> "Discriminatively trained deformable part models". The authors s...
C++ Variadic Template example code for studying
Example 1: Basic Variadic Template # include <iostream> // 1. Simple function that accepts any number of arguments template ...
ICF(Integral Channel Features) + WaldBoost example (opencv, ICFDetector uses example)
Refer to this page about official reference of ICF http://docs.opencv.org/3.0.0/d6/dc8/classcv_1_1xobjdetect_1_1ICFDetector.html Other pa...
(Opencv Study) Orb gpu feature extraction and Matching (ORB_GPU, BruteForceMatcher_GPU example source code)
This is example source cod of ORB_GPU feature detection and matching. ORB feature is known extraction speed is faster than surf and sift. ...
Keycode and ascii code
KEY KeyCode ASCII KEY KeyCode ASCII 0 48 48 Numpad 0 96 48 1 49 49 Numpad 1 97 49 2 50 50 Num...
yolo data coordinate format, draw rectangle by cv2
yolo v5 data coordinate format ex) str_v = "32 0.262 0.7878 0.314 0.385" #read image cvmat = cv2.imread(img_path) #get height, w...
Extracting two hog feature and comparing by vectors of descriptor in opencv (example source code)
I am wondering that two hog features can compare or not. There was a article about this question on this page -> http://stackoverflow...
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...
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...
No comments:
Post a Comment