Welcome![Sign In][Sign Up]
Location:
Search - recognition from video

Search list

[Software Engineeringhumanmotionanalyse

Description: 人体运动分析, 就是从图像序列或视频中获取人体的运动信息, 并对它进行分析、识别等工作.多质量的运动分析文档-human motion analysis is from the images or video sequences acquired the human body movement information, and analyze it, Recognition work. Multi-quality motion analysis document
Platform: | Size: 28670854 | Author: 陈强 | Hits:

[Other resourcefg98W4

Description: 这是一篇步态识别和检测的文章:这是在视频流的基础上,区别于以往的静态图像-This is a gait recognition and detection of the article : This is the video stream on the basis of distinguished from the previous static images
Platform: | Size: 185403 | Author: 许奕强 | Hits:

[AI-NN-PRfg98W4

Description: 这是一篇步态识别和检测的文章:这是在视频流的基础上,区别于以往的静态图像-This is a gait recognition and detection of the article : This is the video stream on the basis of distinguished from the previous static images
Platform: | Size: 185344 | Author: 许奕强 | Hits:

[Software Engineeringhumanmotionanalyse

Description: 人体运动分析, 就是从图像序列或视频中获取人体的运动信息, 并对它进行分析、识别等工作.多质量的运动分析文档-human motion analysis is from the images or video sequences acquired the human body movement information, and analyze it, Recognition work. Multi-quality motion analysis document
Platform: | Size: 28670976 | Author: 陈强 | Hits:

[File FormatResearchOnFacialExpressionRecognition

Description: 人脸表情识别是模式识别领域中一个非常活跃的研究方向。人脸表情识别包括:从背景图像中检测人脸 在视频中对人脸进行跟踪 提取表情特征 表情识别。本文在人脸表情识别的四个主要环节上均进行了研究工作。-Facial expression recognition is the field of pattern recognition in a very active research direction. Facial Expression Recognition include: background image from the detected face in the video face tracking for facial expression extraction characteristic expression recognition. In this paper, Facial Expression Recognition of the four main areas were carried out research work.
Platform: | Size: 4410368 | Author: 阳关 | Hits:

[Video Capture616hand

Description: 有关摄像头跟踪的例子,包括一些边缘检测的算法和实例-Relevant examples of tracking cameras, including some edge detection algorithms and examples
Platform: | Size: 2786304 | Author: cl | Hits:

[2D GraphicGPU-KLT-1.1

Description: This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardware to achieve considerable speedup in the running time of the GPU-based implementation.
Platform: | Size: 49152 | Author: Alex | Hits:

[File FormatGPU_KLT.0.0-User-Manual

Description: This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardware to achieve considerable speedup in the running time of the GPU-based implementation.
Platform: | Size: 69632 | Author: Alex | Hits:

[Technology Managementface_detection_paper

Description: 两篇人脸检测的英文论文,是花钱买的哦,英文描述中是一篇文章的英文摘要!-Face and facial feature detection plays an important role in various applications such as human computer interaction, video surveillance, face tracking, and face recognition. Efficient face and facial feature detection algorithms are required for applying to those tasks. This paper presents the algorithms for all types of face images in the presence of several image conditions. There are two main stages. In the first stage, the faces are detected from an original image by using Canny edge detection and our proposed average face templates. Second, a proposed neural visual model (NVM) is used to recognize all possibilities of facial feature positions. Input parameters are obtained from the positions of facial features and the face characteristics that are low sensitive to intensity change. Finally, to improve the results, image dilation is applied for removing some irrelevant regions. Additionally, the algorithms can be extended to rotational invariance problem by using Radon tran
Platform: | Size: 3771392 | Author: 刘宋 | Hits:

[Multimedia programBarcodeJ.tar

Description: Program for recognition Barcode files from video stream
Platform: | Size: 19456 | Author: Stolz | Hits:

[Graph programFaceDetection

Description: 人脸识别技术可以应用于基于网络的身份认证,我们实现了基于WebCam的人脸识别与跟踪系统。本文以WebCam采集的视频流为数据源,截取视频流中的单帧图像,通过转换彩色空间、人脸肤色建模、后处理操作和人脸定位算法实现了人脸检测,并以此为基础实现了在视频流中对于人脸的跟踪。试验结果表明,我们所实现的人脸识别算法适用于近距离人脸的检测,可以应用于基于WebCam的身份认证。 -Face recognition can be applied to identity authentication on Internet, now we have realized face recognition and tracking system based on WebCam. This essay takes video flowing collected from WebCam as data source, and cuts off Single frame in video flowing. It has realized face detection through transforming colored space, complexion modeling, aftertreatment and face orient algorithms, and based on which the essay has realized face tracking in video flowing.The result of the test shows that the face detection algorithms we realized adapts to short distant face detection, and also can be used as identity authentication based on WebCam.
Platform: | Size: 225280 | Author: swl | Hits:

[Graph RecognizeState2of2the2ArtonVideo2BasedFaceRecognition

Description: 基于视频的人脸识别研究进展-Video-based Face Recognition Research
Platform: | Size: 459776 | Author: 费里 | Hits:

[Windows DevelopPatternRecognition

Description: The file PatternRecognition.rar contains 5 projects and the corresponding source code implementing the algorithms used for pattern recognition in still images, audio and video files. It contains: i) Discrete Cosine Transform in c# ii) face detection algorithm in c++ iii) speech recognition algorithm in c++ iv) algorithm to identify similar images in c++ v) Video playing and processing algorithms in c#. These projects were compiled from the CodeProject websites. The detailed description can be found in the Readme.txt file.-Content of Readme.txt The decompressed folder PatternRecognition contains 5 subfolders including the source codes that implements the computer algorithms for intelligent processing of still images, audio and video information. They were collected and compiled from the codeproject a comprehensive website for source code sharing among software developers and researchers. The programs were implemented in c++ and c#. 1) Description: Implementation of face detection algorithm in c++ Folder: ./PatternRecognition/FaceDetection/facedetector_src.zip Download source: http://www.codeproject.com/KB/audio-video/face_detection.aspx 2) Description: Implementation of speech recognition algorithm in c++ Folder: ./PatternRecognition/SpeechRecognition/SR_src.zip Download source: http://www.codeproject.com/KB/audio-video/tambiSR.aspx 3) Description: Implementation of algorithm to identifiy similar images in c++ Folder: ./PatternRecognition/ContentBasedImageRetrieva
Platform: | Size: 2679808 | Author: ben | Hits:

[Windows Developdjvuctrl-6.1.4-en-r25349

Description: Recently, the problem of automatic traffic accident recognition has appealed to the machine vision community due to its implications on the development of autonomous Intelligent Transportation Systems (ITS). In this paper, a new framework for real-time automated traffic accidents recognition using Histogram of Flow Gradient (HFG) is proposed. This framework performs two major steps. First, HFG-based features are extracted from video shots. Second, logistic regression is employed to develop a model for the probability of occurrence of an accident by fitting data to a logistic curve. In case of occurrence of an accident, the trajectory of vehicle by which the accident was occasioned is determined.
Platform: | Size: 6219776 | Author: sakthivel | Hits:

[Software Engineeringgeneral-schema-for-face-recognition

Description: General Schema for development a face recognition system from video file
Platform: | Size: 101376 | Author: dario | Hits:

[JSP/Javaimage

Description: Since the time I’ve wrote my first article about motion detection, I’ve got a lot of e-mails from different people around the world, who found the article quite useful and found a lot of applications of the code in many different areas. Those areas included simple video surveillance topics to quite impressive applications, like laser gesture recognition, detecting comets with telescope, detecting humming-birds and making camera shots of them, controlling water cannons, and many others
Platform: | Size: 15360 | Author: hehe | Hits:

[Video Capturefeatures

Description: Learning Hierarchical Invariant Sptio-temporal Features for Action Recognition with Independent Subspace Analysis. This package is aimed at providing read-to-use video features the stacked convolutional ISA model described in the paper, and functions to directly extract features from video-Learning Hierarchical Invariant Sptio-temporal Features for Action Recognition with Independent Subspace Analysis. This package is aimed at providing read-to-use video features the stacked convolutional ISA model described in the paper, and functions to directly extract features from video
Platform: | Size: 17193984 | Author: 于成龙 | Hits:

[Special EffectsMachine.Learning.Vision-Based.Motion

Description: 本书从机器学习的角度介绍了基于视觉的运动分析领域的最新算法和系统。-Techniques of vision-based motion analysis aim to detect, track, identify, and generally understand the behavior of objects in image sequences. With the growth of video data in a wide range of applications from visual surveillance to human-machine interfaces, the ability to automatically analyze and understand object motions from video footage is of increasing importance. Among the latest developments in this field is the application of statistical machine learning algorithms for object tracking, activity modeling, and recognition. Developed from expert contributions to the first and second International Workshop on Machine Learning for Vision-Based Motion Analysis, this important text/reference highlights the latest algorithms and systems for robust and effective vision-based motion understanding from a machine learning perspective. Highlighting the benefits of collaboration between the communities of object motion understanding and machine learning, the book discusses the most act
Platform: | Size: 10570752 | Author: kankan | Hits:

[matlabFace-Recognition-From-Dynamic-Video

Description: 动态图像中的面部识别,基于matlab。可以通过特征识别找出ID-Dynamic image of facial recognition, based on matlab. You can find the feature recognition by ID
Platform: | Size: 711680 | Author: 马龙 | Hits:

[Special Effectsgait-recognition-master

Description: I利用了深度学习,实现视频中的人的步态行为检测。(In this project you can find implementation of deep neural network for people identification from video by the characteristic of their gait. The processing is very robust against various covariate factors such as clothing, carrying conditions, shoe types and so on. Feel free to use this network in your project or extend it in some way.)
Platform: | Size: 1845248 | Author: 葛君18 | Hits:
« 12 »

CodeBus www.codebus.net