# Copyright (C) 2009 by Schima # schimatk@gmail.com # # OpenCvSharp is free software: you can redistribute it and/or modify # it under the terms of the Lesser GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # OpenCvSharp is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Lesser GNU General Public License for more details. # # You should have received a copy of the Lesser GNU General Public License # along with OpenCvSharp. If not, see . ===== Usage ===== Essential file : OpenCvSharp.dll Optional files : OpenCvSharp.MachineLearning.dll OpenCvSharp.Blob.dll OpenCvSharp.UserInterface.dll OpenCvSharp.Extensions.dll OpenCvSharpExtern.dll Add references to these dll files. ===== Requirements ===== + OpenCV 2.0 + .NET Framework 2.0 (Windows) or Mono (other platforms) * .NET Framework 2.0 - You may have to install "Visual C++ 2005 SP1 Redistributable Package". * Mono - When you use OpenCvSharp under Mono, change the mapping in OpenCvSharp.dll.config accordingly ===== Version ===== 2.0 ===== Description ===== This is a wrapper in order to use OpenCV on .NET Framework. OpenCV (http://opencv.jp/opencv_org/docs/index.htm) を.NET Frameworkから利用するためのラッパーです。 OpenCVのバージョンは、OpenCvSharpと同じ番号のバージョンが必要です。 ===== License ===== LGPL (http://www.gnu.org/licenses/lgpl.html) ===== XML Document Comments ===== Intellisenseで表示されるXMLドキュメントコメントは「OpenCV リファレンス マニュアル(日本語訳)」(http://opencv.jp/document/) から引用しています。OpenCvSharpの仕様に合わせ少々改変しています。