Skip to content

Commit 650935c

Browse files
author
shimat
committed
Update README.md
1 parent 3233b5f commit 650935c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ If you do not use NuGet, get DLL files from the [release page](https://github.co
2121
* OpenCvSharp wraps more OpenCV's functions than SharperCV and OpenCVDotNet.
2222
* Many classes of OpenCvSharp implement IDisposable. There is no need to manage unsafe resources.
2323
* OpenCvSharp does not force object-oriented programming style on you. You can also call native-style OpenCV functions.
24-
* OpenCvSharp provides functions for converting from IplImage into Bitmap(GDI+) or WriteableBitmap(WPF).
24+
* OpenCvSharp provides functions for converting from Mat/IplImage into Bitmap(GDI+) or WriteableBitmap(WPF).
2525
* OpenCvSharp can work on [Mono](www.mono-project.com/). It can run on any platform which [Mono](www.mono-project.com/) supports (e.g. Linux and MacOSX).
2626

2727
-----
2828

2929
* OpenCvSharpはSharperCVやOpenCVDotNetといった他のOpenCVのラッパーよりも多くの関数を実装しています。
3030
* 多くのクラスがIDisposableインターフェイスを実装しているので、ネイティブリソース管理が容易です。
3131
* オブジェクト指向な書き方を強制しません。OpenCVのネイティブの関数をそのままの形式で呼べます。
32-
* GDI+やWPFとの相互利用が可能です。OpenCVのIplImageとGDI+のBitmapやWPFのWriteableBitmapとの変換機能があります。
32+
* GDI+やWPFとの相互利用が可能です。OpenCVのMat/IplImageとGDI+のBitmapやWPFのWriteableBitmapとの変換機能があります。
3333
* [Mono](www.mono-project.com/)に対応しています。LinuxやMacOSX等のクロスプラットフォームで動作します。
3434

3535

0 commit comments

Comments
 (0)