Kazuhito00 / desktopdraw-use-dxlib

デスクトップ上に図形やテキストを重畳表示 ※DXライブラリ(C# DLL版)をPythonから利用

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

desktopdraw-use-dxlib

desktopdraw-use-dxlibはDXライブラリ(C# DLL版)をPythonから使用することで、
デスクトップ上に図形やテキストを重畳表示するプログラムです。

デスクトップ上の描画には、DXライブラリを利用しています。
描画用のAPIの詳細はDXライブラリを参照ください。

Enviroment

  • Windows10

Requirement

  • OpenCV 3.4.2
  • Pillow 6.1.0
  • Tensorflow 1.14.0(objectdetection_example.py 実行時のみ)

Usage

サンプルの実行方法は以下です。

python desktopdraw_use_dxlib.py

2020-02-19 (1)

python objectdetection_example.py

maqbp-1uu9w

Note

objectdetection_example.pyで利用している物体検出モデルは以下から取得しています。

Author

高橋かずひと

License

desktopdraw-use-dxlib is under MIT license.

DXライブラリ License

DXライブラリの著作権は山田 巧様が保持しています。

詳しくは以下ライセンステキストをご参照ください。
LICENSE(DxLib)

About

デスクトップ上に図形やテキストを重畳表示 ※DXライブラリ(C# DLL版)をPythonから利用

License:MIT License


Languages

Language:Python 98.6%Language:PureBasic 1.4%