自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

视觉与物联智能

专注计算机视觉、机器学习、视觉智能、物联网(IoT)、M2M、机器人

  • 博客(2)
  • 资源 (10)
  • 收藏
  • 关注

原创 OpenCV深度神经网络使用残差网络(ResNet)实现人脸检测

OpenCV深度神经网络使用残差网络(ResNet)实现人脸检测1. 前言OpenCV3.3开始提供深度神经网络(dnn)模块。支持当前流行的深度学习框架有:Tensorflow、PyTorch、Darknet、Caffe等。DNN模块提供简单的接口就要可以轻易实现对其所支持的深度学习框架训练好的模型使用,嵌入到应用中。本专栏使用的OpenCV版本为:4.3.0,该版本对深度学习有更好、更高效...

2020-04-29 18:34:53 2290

原创 OpenCV与OpenNSFW模型实现色情照片及视频检测

import cv2import mathimport timeimport argparseimport numpy as np nsfwproto = "resources/models/caffe/open_nsfw/deploy.prototxt"nsfwmodel = "resources/models/caffe/open_nsfw/resnet_50_1by2_nsfw...

2020-04-22 00:22:51 2148 1

Blynk服务器和客户端 App

自编译Blynk服务器以及Blynk客户端的App。压缩包中包含Blynk服务端应用程序和Android端应用程序。非常适用于搭建自己独立的家庭自动化环境

2023-12-09

Android 手机蓝牙串口调试APK

Android 手机蓝牙串口调试APK

2023-11-08

STM32虚拟串口驱动

STM32单片机USB虚拟串口驱动

2022-04-22

8051单片机OLED(SSD1306)仿真代码

8051单片机OLED(SSD1306)仿真代码

2021-10-24

ArduinoLibraryforProteusV2.0.zip

Arduino的Proteus库,包含Arduino Mega2560、Arduino Nano、Arduion Uno等

2021-10-18

OpenCV4.x图像处理实例-社交距离检测Caffe模型

OpenCV4.x图像处理实例-社交距离检测,文章地址https://blog.csdn.net/wujuxKkoolerter/article/details/108846101

2020-11-17

12-neural-style.7z

Opencv使用Fast Neural Style实现图像风格迁移,Opencv代码实现,Python语言实现

2020-06-11

OpenCV深度学习残差网络(ResNet)人脸检测

使用OpenCV深度学习模型残差网络(ResNet)人脸检测,实现了静态图像人脸检测和实时视频流人脸检测

2020-04-29

Computer Vision A Modern Approach

Computer Vision A Modern Approach。英文原版!!!!

2018-07-03

3D计算机视觉高效方法和应用

3D计算机视觉高效方法和应用,真心不错哦。英文原版!!

2018-07-03

Mastering Go Web Services

About This Book, Effectively deploy and integrate Go web services with applications in the real worldFamiliarize yourself with RESTful practices and apply them in GoA comprehensive tutorial with lots of tips and tricks to program and develop web services in Go, Who This Book Is For, If you are a web programmer with experience in developing web services and have a rudimentary knowledge of using Go, then this is the book for you. Basic knowledge of Go as well as knowledge of relational databases and non-relational NoSQL datastores is assumed. Some basic concurrency knowledge is also required., What You Will Learn, Familiarize yourself with RESTful practices and apply them in Go Acquaint yourself with the best practices for API design such as URL routing and HTTP response methods Utilize useful middleware and frameworks to augment applications otherwise relying on pure Go Understand the basic and complex authentication models for APIs Deploy your code to staging and development environments Look at ways to make your Go web services as speedy and thrifty as possible Secure your web services Ingest your own API and make it appealing to other developers, In Detail, This book will take you through the most important aspects of designing, building, and deploying a web service utilizing idiomatic REST practices with a focus on speed, security, and flexibility. You will begin by building your first API in Go using the HTTP package. You will look at designing and building your application including popular design structures like Model-View-Controller. You will also understand methods for deploying code to staging and development. Finally, you will see how the security features in Go can be used for protection against SQL injection, and sensitive data compromise., By the end of this book, you will have achieved a high level of proficiency in building and deploying web services and web APIs with Go.

2017-11-07

Pro Processing for Images and Computer Vision with OpenCV

Pro Processing for Images and Computer Vision with OpenCV

2017-11-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除