Coder Social home page Coder Social logo

pankajmehar / pcv_note Goto Github PK

View Code? Open in Web Editor NEW

This project forked from takeshi-a/pcv_note

0.0 2.0 0.0 353.46 MB

Notes of "Programming Computer Vision with Python" with Jupyter Notebook in Python 3.x

Python 0.44% Jupyter Notebook 99.54% OpenEdge ABL 0.02%

pcv_note's Introduction

『実践コンピュータビジョン』演習ノート

目的

Jan Erik Solem著、『実践コンピュータビジョン(以下、PCV)』のサンプルコードをIPython notebookでトレースして、コンピュータビジョンの基本を学ぶ。

テキスト

Jan Erik Solem(著), 相川愛三(訳), 『実践コンピュータビジョン』, O'Reilly Japan (2012)
http://www.oreilly.co.jp/books/9784873116075/

サポートページ

『実践コンピュータビジョン サンプルプログラム』
訳者によるサンプルプログラムの説明が掲載された公式サポートページ。
http://www.oreilly.co.jp/pub/9784873116075/

著者のGitHubサイト

Jan Erik Solem氏のGitHubアカウントのサイトに、PCVテキストのサンプルコードが掲載されている。
https://github.com/jesolem/PCV

importのルール

PCVではnumpy, pylabなどのパッケージをimportする際、*(アスタリスク)を用いた一括importが多用されている。
この演習ノートでは、できるだけ利用しているパッケージを明確にするため、*を用いない。

# PCVテキスト内の一般的なimport

from pylab import *
from numpy import *

# 演習ノート内の通常のimport方法
import numpy as numpy
import matplotlib.pyplot as plt

Pythonのバージョン

PCVテキストではPython2.xを基本として、プログラムが書かれているが、
本ノートでは、Python 3.xを基本として、コーディングを行う。
Python 3.xに対応するには、print文、文字列の扱いなど、いくつかの変更が必要だが、ノート内でできる限り説明を加える。

画像ファイルのダウンロード

このレポジトリには、サンプルコードの実行に必要なファイルの一部のみを掲載している。 大量の画像を保存することができないので、基本的にデータセットはそれぞれのnotebookに記載されたオリジナルの提供先を参照されたい。

PCVのオリジナルモジュール

PCVテキスト内では画像処理のために、独自のモジュールが用意されている。各章で必要なモジュールのスクリプトファイルを配置している。ファイルは基本的にサポートページから引用しているが、Python 3.xで動作するように一部のコードを改編している。

謝辞

『実践コンピュータビジョン』という素晴らしい本を執筆されたJan Erik Solem氏に感謝します。
またこの著書の内容を丁寧に翻訳して、日本語の完璧なサンプルコードを提供している相川愛三氏、本著の出版元でO'Reilly Japanのみなさまに感謝します。 この演習ノートが少しでもPCVを学ぶ人のお役に立てば、幸いです。

pcv_note's People

Contributors

takeshi-a avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.