资源列表
opencvandroidboilerplate-master
- This a boilerplate Eclipse project for the OpenCV4Android API. This project includes a simple Android framework which accesses phone camera and processes it using the OpenCV4Android Java API. -This is a boilerplate Eclipse project for the OpenCV4Andr
myrealtimeimageprocessing-master
- Example of how to do real time image processing in Android using OpenCV ,This article teaches how to pass camera preview frame to android-opencv on the fly.
365timelapse-master
- The following code will process images taken every day by a user, recognize the location of the face using OpenCV and crop for it. The user can then create a video timelapse of the images.
facialrecognition-master
- This Android App uses Haar like features to detect faces in real time.The app uses OpenCV 2.4.6.0
gstbackgroundblur-master
- This a Gstreamer plugin based on the OpenCV suite of plugins that blurs the back ground and not the face. -This is a Gstreamer plugin based on the OpenCV suite of plugins that blurs the back ground and not the face.
motion-objects-segmentation
- 此程序演示了一种寻找轮廓,连接组件,清除背景的简单方法,实现跟踪分割视频中运动的物体-This program demonstrates the outline of a Looking to connect components, cleanup simple way of background, the video division for tracking moving objects
Projects
- 帧差法,开运算,闭运算,二值化,灰度值变换,opencv3.0开发,vs2012-Zhèng chà fǎ, kāi yùnsuàn, bì yùnsuàn, èr zhí huà, huī dù zhí biànhuàn,opencv3.0 Kāifā,vs2010 Frame difference, opening operation, closing operation, binary, gray-value conversion, opencv3.0 development, vs2
OpenCV
- OpenCV的全称是:Open Source Computer Vision Library。OpenCV是一个基于BSD许可(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows和Mac OS操作系统上-OpenCV is released under a BSD license and hence it’s free for both academic and commercial use. It has C++, C, Python and Java interfaces
low-pass-filter
- opencv3.0+vs2013编写理想低通,巴特沃斯低通,高斯低通滤波器-opencv3.0+vs2013 write ideal lowpass, Butterworth low-pass, low-pass Gaussian filter
bmp2jpg
- opencv3.0+vs2013,不用opencv自带函数编写bmp格式图像改为jpg格式-opencv3.0+vs2013, do not bring their own function opencv write bmp format images to jpg format
wavelet-transform
- opencv3.0+vs2013编写小波变换-opencv3.0+vs2013 write wavelet transform
pca
- 利用OpenCV库函数实现PCA(主成成分分析)算法,该算法是经典人脸识别算法Eigenface里的核心算法。-Use OpenCV library functions achieve PCA (Principal Component Analysis into) algorithm, which is a classic face recognition algorithm Eigenface in core algorithm.