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/30/2018
Face 2166 image data
I share face image 2,166 data.
I got these data from an website at very long time ago.
So, I don't remember which site.
If this data have copyright, please inform to me.
I will delete ASAP.
share link here :
https://www.amazon.com/clouddrive/share/7f6ge3SqL73qImKyGdHLTuUfcphFeF756J8B7Tazmgk
Thank you.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
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 -> http://feel...
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...
YUV color format (444, 422, 411) - simple explanation
In the YUV color format, Y is bright information, U is blue color area, V is red color area. Show the below picture. The picture is u-v col...
Meaning of threadIdx, blockIdx, blockDim, gridDim in the cuda (2D)
This article explain how to access the thread index when you make block and thread with two dimensions. please refer to this page about me...
(Arduino Study) Led on/off using piezo speaker knock.
source code ... const int ledPin = 13; const int knockSensor = A0; const int threshold = 100; int sensorReading = 0; int led...
OpenCV face detection using adaboost example source code and cpu vs gpu detection speed compare (CascadeClassifier, CascadeClassifier_GPU, detectMultiScale)
OpenCV has AdaBoost algorithm function. And gpu version also is provided. For using detection, we prepare the trained xml file. Although...
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...
Two view of cam to one screen using stitching algorithm(OpenCV, example source code), (mosaic)
This source code based on -> http://feelmare.blogspot.kr/2011/08/two-image-mosaic-paranoma-based-on-sift.html This link page introduces...
Sift matching C++ source code / using opencv library
Created Date : 2011.10 Language : C/C++ Tool : Microsoft Visual C++ 2008 Library & Utilized : OpenCV 2.3 Reference : SIFT referenc...
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...
No comments:
Post a Comment