MareArts Computer Vision Study.
Computer Vision & Machine Learning Research Laboratory
Pages
ð 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)
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...
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 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...
yuv422(YUYV) to RGB and RGB to yuv422(YUYV), (Using OpenCV and TBB)
In past, I wrote an articel about YUV 444, 422, 411 introduction and yuv <-> rgb converting example code. refer to this page -> ht...
python print exponential notation
refer to code: - x = 0.003 formatted_x = " {:.1e} " . format ( x ) print ( formatted_x ) # Output will be "3.0e-03"...
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...
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...
Download Youtube Video, url to local video file.
The code need to install two YouTube downloader package. Those are pytube, youtube_dl. This code try to use one of them because sometime it&...
Free font download site (fonts.google.com)
go to >> fonts.google.com ððŧ♂️
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...
No comments:
Post a Comment