搜索资源列表
emgu-cv-2.3.0
- Emgu CV is a cross platform .Net wrapper to the Intel OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc. The wrapper can be compiled in Mono and run on Linux
OpenCV-cn
- 学习OpenCV的中文书。 OpenCV 是一个开源(参见http://opensource.org)的计算机视觉库,项目主页为 http://SourceForge.net/projects/opencvlibrary。OpenCV 采用C/C++语言编 写,可以运行在Linux/Windows/Mac 等操作系统上。OpenCV 还提供了Python、R uby、MATLAB 以及其他语言的接口。-Learning OpenCV of Chinese books. OpenC
OpenCVTutorial_I
- Part I Using OpenCV with Microsoft Visual Studio .net 2003 28 November 2005
ImageComparison
- This a simple application developed in C# and uses the Emgu CV library. Emgu CV lib is a wrapper around OpenCV than enables .NET languages to use the OpenCV lib. The algorithm showcased in the source code is about template matching and object recog
opencvcapture
- The attached code is used to capture an image in openCV. It makes use of simple opencv functions in .net. I assume that openCV is pre-installed on your machine.
match
- 在利用开源软件OPENCV的基础上,在.NET4.0的开发平台上实现动态的模板匹配。分别利用了Hu矩,轮廓树等匹配方式进行匹配。-Based on the use of open source software OPENCV. NET 4.0 development platform, dynamic templates matching. Use Hu moments, contour tree matching to match.
main_rotate
- 基于OpenCV的图像空间变换:旋转,缩放,斜切 参考博客:http://blog.csdn.net/xiaowei_cqu/article/details/76160-Image space transformation : rotation , scaling , affine
cvblobslib_v6p1.tar
- The library can be compiled and used in .NET using this steps, but the menu options may differ a little In the .NET version, the character sets must be equal in the .lib and in the project. [OpenCV yahoo group: Msg 35500]
opencv_blobs_howto_DsynFLO
- UNIX MATLAB The library can be compiled and used in .NET using this steps, but the menu options may differ a little NOTE2: In the .NET version, the character sets must be equal in the .lib and in the project. [OpenCV yahoo group: Msg 35500]
Emgu_CV_OCR
- Emgu是OpenCV的.net封装,这是一个用Emgu写的OCR识别的例子程序,供学习参考-Emgu of OpenCV. Net package, and this is written a Emgu, examples of OCR recognition program for learning the reference
OpenCV-2.0.0.tar
- OpenCV2.0的官方源码,可以用来交叉编译移植到arm平台。移植过程参见:http://blog.csdn.net/yanzi1225627/article/details/7894092,http://blog.csdn.net/yanzi1225627/article/details/7524698-OpenCV2.0 official source, can be used to cross-compile transplanted to arm platform. Porting p
videolabel
- 视频标注工具,具体可参见我的博客:http://blog.csdn.net/xiaowei_cqu/article/details/8778976-Tools for labeling video (coded with opencv 2.4). See my blog: http://blog.csdn.net/xiaowei_cqu/article/details/8778976
OpenCV
- 载完毕后直接点击安装。安装完毕后打开 _make文件夹下的.dsw(vc6)或.sln(vc.net),点击project下的batch build,注意你的机子是32位的话,选重所有的win32Debug 和 Release(不要选择64位的),点击 Rebuild。这样,所需要的库文件就生成了。下一步,要建-failed to translate
CVMFC
- 在MFC中使用OpenCV的演示程序,包含CVMFC.exe应用程序及相应代码,实现对图像的各种处理,可在VS运行,需要配置opencv环境(环境配置可参考http://johnhany.net/2013/11/environment-for-opencv-with-vs2010/)适合opencv出学者-Use in MFC OpenCV demo program, including CVMFC.exe application and the corresponding code to ac
armor_detect
- https://download.csdn.net/download/u014158447/7331219