自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 资源 (1)
  • 收藏
  • 关注

转载 Learn OpenCV Video Stabilization Using Point Feature Matching in OpenCV

In this post, we will learn how to implement a simple Video Stabilizer using a technique called Point Feature Matching in OpenCV library.We will discuss the algorithm and share the code(in python) to...

2019-12-31 23:38:38 1376

转载 Learn OpenCV Deep Learning based Text Recognition (OCR) using Tesseract and OpenCV

In today’s post, we will learn how to recognize text in images using an open source tool calledTesseractand OpenCV. The method of extracting text from images is also called Optical Character Recogni...

2019-12-31 18:40:59 682

转载 Learn OpenCV Deep Learning based Text Detection Using OpenCV (C++/Python)

There is a common saying,“A picture is worth a thousand words“. In this post, we are going to take that literally and try to find the words in a picture! In an earlier post aboutText Recognition, we...

2019-12-31 17:26:58 346

转载 Learn OpenCV Gender & Age Classification using OpenCV Deep Learning ( C++/Python )

In this tutorial, we will discuss an interesting application of Deep Learning applied to faces. We will estimate the age and figure out the gender of the person from a single image. The model is train...

2019-12-26 23:12:19 499 1

转载 Learn OpenCV Gaze Tracking

In today’s post, we are covering the topic of Gaze Estimation and Tracking.I was invited to give a talk on the subject at a workshop onEye Tracking for AR and VRorganized by Facebook Research at t...

2019-12-26 22:54:13 982

转载 Windows Using Condition Variables

The following code implements a producer/consumer queue. The queue is represented as a bounded circular buffer, and is protected by a critical section. The code uses two condition variables: one used ...

2019-12-26 22:11:18 211

转载 Windows Using Critical Section Objects

The following example shows how a thread initializes, enters, and releases acritical section. It uses theInitializeCriticalSectionAndSpinCount,EnterCriticalSection,LeaveCriticalSection, andDelete...

2019-12-26 20:51:58 136

转载 Windows Using Mutex Objects

You can use amutex objectto protect a shared resource from simultaneous access by multiple threads or processes. Each thread must wait for ownership of the mutex before it can execute the code that ...

2019-12-26 20:41:02 138

转载 Windows Using Semaphore Objects

The following example uses asemaphore objectto limit the number of threads that can perform a particular task. First, it uses theCreateSemaphorefunction to create the semaphore and to specify init...

2019-12-26 20:29:02 159

转载 Windows Waiting for Multiple Objects

The following example uses theCreateEventfunction to create two event objects and theCreateThreadfunction to create a thread. It then uses theWaitForMultipleObjectsfunction to wait for the threa...

2019-12-26 20:26:59 196

转载 Windows CreateThread function

Creates a thread to execute within the virtual address space of the calling process.To create a thread that runs in the virtual address space of another process, use theCreateRemoteThreadfunction....

2019-12-26 20:21:51 284

转载 Windows Creating Threads

TheCreateThreadfunction creates a new thread for a process. The creating thread must specify the starting address of the code that the new thread is to execute. Typically, the starting address is th...

2019-12-26 20:07:08 269

学生查询和教师管理系统 C#

包括学生查询和教师管理。设计学生查询和教师综合评定系统,是面向全体学生和教师的管理系统,主要用于学籍信息的查询和对全体教师的综合素质评定。

2013-09-26

空空如也

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

TA关注的人

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