OpenCV开发之——官方Samples介绍


title: OpenCV开发之——官方Samples介绍
categories:

  • 开发
  • H-音、视频开发
  • OpenCV
    tags:
  • OpenCV
    abbrlink: ‘96329992’
    date: 2021-07-09 10:17:49

一 概述

  • 官方samples下包含8个示例:15-puzzle、camera-calibration、color-blob-detection、face-detection、image-manipulations、tutorial-1-camerapreview、tutorial-2-mixedprocessing、tutorial-3-cameracontrol
  • 介绍8个示例项目的使用及效果

二 示例介绍

2.1 15-puzzle(Puzzle15Processor.java介绍)

It converts the image from Camera into the shuffled image
2.1.1 作用
  • 将摄像头采集到的图像截取15个片段图片显示在多个显示框中
  • 点击第16个(不透明)框可将上一个替换
  • 右上角:Show/hide title numbers——>显示或隐藏数字
  • 右上角:Start new game——>界面重新组合布局
2.1.2 效果

2.2 camera-calibration(CameraCalibrationActivity.java)

// This sample is based on "Camera calibration With OpenCV" tutorial:
// https://docs.opencv.org/3.4/d4/d94/tutorial_camera_calibration.html
//
// It uses standard OpenCV asymmetric circles grid pattern 11x4:
// https://github.com/opencv/opencv/blob/3.4/doc/acircles_pattern.png
// The results are the camera matrix and 5 distortion coefficients.
//
// Tap on highlighted pattern to capture pattern corners for calibration.
// Move pattern along the whole screen and capture data.
//
// When you've captured necessary amount of pattern corners (usually ~20 are enough),
// press "Calibrate" button for performing camera calibration.
2.2.1 作用
  • 非对称圆网格模式11x4图案对角点识别
  • 识别成功后,点击识别出的图像Captured后面数字会增加
  • 确定数字后,点击Calibrate校准,查看校准结果
  • 确定数字后——>右上角——>Preview mode,可以选择模式
2.2.2 效果图

acircles_pattern图

识别结果

2.3 color-blob-detection

2.3.1 说明
  • 色块检测
  • 运行后,未进行色块检测
  • 点击屏幕后,开始色块检测,屏幕上显示检测到的色块区域
2.3.2 效果图

2.4 face-detection

2.4.1 说明
  • 人脸识别功能
  • 识别出人脸特征后,使用方框框住
2.4.2 效果图

2.5 image-manipulations(图像处理)

2.5.1 说明(右上角——>选择)
  • Preview GRBA:预览GRBA
  • Histograms:色块直方图
  • Canny:Canny边界效果
  • Sepia:发黄的旧照片效果
  • Sobel:索贝尔算子边界效果
  • Zoom:局部图像放大显示
  • Pixelize:马赛克效果
  • Posterize:色彩分离
2.5.2 效果图

2.6 tutorial-1-camerapreview

2.6.1 说明

通过opencv:show_fps="true"展示预览时的帧率

2.6.2 效果图

2.7 tutorial-2-mixedprocessing(混合效果)

2.7.1 说明(右上角——>选择模式)
  • Preview RGBA:RGBA预览模式
  • Preview GRAY:灰度模式
  • Canny:Canny边界效果
  • Find features:查找特征量
2.7.2 效果图

2.8 tutorial-3-cameracontrol(相机定制效果)

2.8.1 说明(右上角——>更多)
  • Color Effect:选择颜色效果
  • Resolution:相机大小尺寸
2.8.2 效果

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值