CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - opencv codebook
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - opencv codebook - List
[
CSharp
]
opencv
DL : 0
用opencv写的视频捕捉源码.很有用的哦.学习opencv的可以看看.-Written by opencv video capture source. Oh, very useful. Opencv can learn to see.
Update
: 2025-02-17
Size
: 1.73mb
Publisher
:
zhangjing
[
Special Effects
]
opencv-slides
DL : 0
介绍opencv的用法,里面有详细的实例,对学习opencv的人很有帮助-Opencv introduction of usage, there are detailed examples of people learning opencv helpful
Update
: 2025-02-17
Size
: 11.13mb
Publisher
:
车志富
[
Windows Develop
]
bgfg_codebook
DL : 0
Example OpenCv // Background average sample code done with averages and done with codebooks // (adapted from the OpenCV book sample) // // NOTE: To get the keyboard to work, you *have* to have one of the video windows be active // and NOT the consule window. // // Gary Bradski Oct 3, 2008. // /* *************** License:************************** Oct. 3, 2008 Right to use this code in any way you want without warrenty, support or any guarentee of it working. BOOK: It would be nice if you cited it: Learning OpenCV: Computer Vision with the OpenCV Library by Gary Bradski and Adrian Kaehler Published by O Reilly Media, October 3, 2008 AVAILABLE AT: http://www.amazon.com/Learning-OpenCV-Computer-Vision-Library/dp/0596516134 Or: http://oreilly.com/catalog/9780596516130/ ISBN-10: 0596516134 or: ISBN-13: 978-0596516130 ************************************************** */-Example OpenCv // Background average sample code done with averages and done with codebooks // (adapted from the OpenCV book sample) // // NOTE: To get the keyboard to work, you*have* to have one of the video windows be active // and NOT the consule window. // // Gary Bradski Oct 3, 2008. // /**************** License:************************** Oct. 3, 2008 Right to use this code in any way you want without warrenty, support or any guarentee of it working. BOOK: It would be nice if you cited it: Learning OpenCV: Computer Vision with the OpenCV Library by Gary Bradski and Adrian Kaehler Published by O Reilly Media, October 3, 2008 AVAILABLE AT: http://www.amazon.com/Learning-OpenCV-Computer-Vision-Library/dp/0596516134 Or: http://oreilly.com/catalog/9780596516130/ ISBN-10: 0596516134 or: ISBN-13: 978-0596516130 ***************************************************/
Update
: 2025-02-17
Size
: 3kb
Publisher
:
Jason
[
Special Effects
]
codebook
DL : 0
用opencv中的codebook法相关函数实现的背景分割程序-The codebook method using opencv in the background correlation function to achieve segmentation procedure
Update
: 2025-02-17
Size
: 754kb
Publisher
:
臧媛媛
[
OpenCV
]
CodeBookBackground
DL : 0
opencv编写的codebook建模,有一定的帮助意义-opencv编写的codebook建模有一定的帮助意义
Update
: 2025-02-17
Size
: 2.49mb
Publisher
:
吴阳
[
OpenCV
]
codebook
DL : 0
基于码书的目标跟踪程序,opencv+vc语言实现,在vs2008+opencv2.0环境下调试成功-Codebook-based target tracking program, opencv+ vc language in vs2008+ opencv2.0 successful debugging environment
Update
: 2025-02-17
Size
: 15.3mb
Publisher
:
田娜
[
Windows Develop
]
1-codebook-BGS-method
DL : 0
这个程序是关于复杂的运动物体的情况下背景建模的问题-codebook BGS method adapt from book of learning opencv by mikewolf
Update
: 2025-02-17
Size
: 3kb
Publisher
:
李浩
[
OpenCV
]
codebook
DL : 0
vc6.0+opencv 自己编写的codebook算法代码 请大家批评指教-this is my code of codebook which is programm at vc6.0 environment.I hope you can give me some suggestions
Update
: 2025-02-17
Size
: 2.89mb
Publisher
:
曹印兴
[
OpenCV
]
codebook
DL : 0
在Microsoft Visual Studio 2008平台下基于opencv的codebook背景建模-Microsoft Visual Studio 2008 platform opencv based codebook background modeling
Update
: 2025-02-17
Size
: 8.65mb
Publisher
:
jiaruixin
[
OpenCV
]
DlgCodeBook
DL : 0
MFC集合opencv做codebook算法实现,可直接运行-The MFC collection opencv doing codebook algorithm can be run directly
Update
: 2025-02-17
Size
: 6.88mb
Publisher
:
岳咏
[
OpenCV
]
Codebook_model
DL : 0
Codebook model 视频抠像 xp sp3 + vs2005 + OpenCV 2.3.1-For a more detailed explanation of a “codebook” model refer to [reference: Gary Bradski and Adrian Kaehler: Learning Opencv, September 2008: First Edition. p. 278]. During the application of the “codebook” model we train it using the first 5 frames of the video record. Such low number of training frames is enough, because the background environment practically does not change during the whole video sequence (the image of the background scene with a foreground human silhouette can be seen in Figure 2.2.1).
Update
: 2025-02-17
Size
: 133kb
Publisher
:
2279657041
[
OpenCV
]
Test_codeboo1k
DL : 0
基于OPENCV的码本模型 可以把背景和前景区分 比较少见的资料 希望对大家有帮助-Can distinguish between background and foreground relatively rare OPENCV codebook based data model we want to help
Update
: 2025-02-17
Size
: 3.58mb
Publisher
:
撒的副
[
CSharp
]
codebook
DL : 0
opencv里的codebook背景建模已实现并测试的源代码-opencv in the codebook background model has been implemented and tested source code
Update
: 2025-02-17
Size
: 7kb
Publisher
:
马昊
[
Graph Recognize
]
codebook
DL : 0
背景建模 码本 VS2013 + Opencv 2.4.9-VS2012 Opencv 2.4.9 codebook
Update
: 2025-02-17
Size
: 5.46mb
Publisher
:
潘少
[
OpenCV
]
codebook
DL : 0
Opencv中的一种运动检测方法,运用背景建模,可以快速识别运动物体在前景中显示出来-Opencv in one motion detection method using background modeling, you can quickly identify the moving object is displayed in the foreground
Update
: 2025-02-17
Size
: 4kb
Publisher
:
李进
[
Special Effects
]
codebook
DL : 0
codebook算法实现运动物体检测,用opencv实现-codebook algorithm using to detect moving object.
Update
: 2025-02-17
Size
: 10kb
Publisher
:
肖宇轩
[
OpenCV
]
codebookopencv
DL : 0
opencv和coodebook结合,做视频的背景建模和目标检测,可以用于视频分析和视频浓缩。-opencv combined and codebook do background modeling and object detection video can be used for video analysis and video concentrated.
Update
: 2025-02-17
Size
: 17.51mb
Publisher
:
魏琳
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.