MARE's Computer Vision Study.
MareArts blog / Computer Vision & Artificial Intelligent Systems
Pages
Home
Useful Site
About Me
Guest Book
Contents table
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)
python OpenCV, draw grid example source code
make well divided linear coordinate And make pair coordinate Please see code for detail explanation. import numpy as np import cv2 ...
(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("///////...
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...
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...
Dithering python opencv source code (Floyd–Steinberg dithering)
This is dithering example, it make image like a stippling effect. I referenced to blew website. wiki page: https://en.wikipedia.org/wik...
OpenCV add, subtract, multiply, divide operation image and scalar, example code
opencv lecture 4-1 example code < gist start > < gist end >
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...
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...
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...
(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...
No comments:
Post a Comment