3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

OpenCVのc++でのはじめかた。 

Last updated at Posted at 2020-11-02

##OpenCVのc++でのはじめかた。
大学でOpenCVを使うことになったため、メモ代わりにここに残すことにしました。 

##OpenCVのダウンロード

Visual Studio 2019 + OpenCVの設定は、この人の記事をみればほぼうまくいきます。

##OpenCVについて
プログラムで画像を扱うのは本来非常に難しいです。ですがオープンソースであるOpenCVを使うと非常に簡単に画像を扱えるプログラムが書けると思います。趣味から大学などの研究まで汎用性は様々です。ここではあまり記事のないc++でのOpenCVの初期段階について書いていこうと思います。

##先にすること

  • c++もしくはc言語の勉強を少しでもしておくとスムーズに始められます。
  • PythonやJAVAやJavaScriptでもできるらしいが、ここではc++を書きます。

##私の環境
- Windows10pro
- OpenCV4.3
- Visual Studio 2019

##次回からOpenCVのコードをのせます。

3
1
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?