Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jiangdongguo/opencv4android

OpenCV4Android including various examples // OpenCV4Android开发实录 应用示例集合
https://github.com/jiangdongguo/opencv4android

Last synced: 26 days ago
JSON representation

OpenCV4Android including various examples // OpenCV4Android开发实录 应用示例集合

Awesome Lists containing this project

README

        

# OpenCV4Android
OpenCV4Android开发实录 应用示例集合

## 一、OpenCV框架介绍
![OpenCV框架](http://img.blog.csdn.net/20180107214758702)
## 二、OpenCV-android-SDK框架介绍
![OpenCV-android-SDK](http://img.blog.csdn.net/20180107220825150)
## 三、OpenCV应用实例
### 1.应用实战:人脸检测
![人脸检测](https://github.com/jiangdongguo/OpenCV4Android/blob/master/images/face_detect.gif)

csdn技术博客:
(1) [OpenCV4Android开发实录(1):移植OpenCV3.3.0库到Android Studio](http://blog.csdn.net/andrexpert/article/details/78993533)
(2) [OpenCV4Android开发实录(2): 使用OpenCV3.3.0库实现人脸检测](http://blog.csdn.net/andrexpert/article/details/78992490)
(3) [OpenCV4Android开发实录(3):数字图像基础与OpenCV开发入门](https://blog.csdn.net/AndrExpert/article/details/79889136)
(4) [OpenCV4Android开发实录(4):图像噪声与线性滤波(均值、方框、高斯)](https://blog.csdn.net/AndrExpert/article/details/80183965)
(5) [OpenCV4Android开发实录(5):图像边缘处理与非线性滤波(中值、双边))](https://blog.csdn.net/andrexpert/article/details/80232883)

**Visual Studio2015项目:**  

[OpenCV框架使用 ----C++版本(VS2015)](https://github.com/jiangdongguo/OpenCVImageProc)

License
-------

Copyright 2017-2021 Jiangdongguo

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.