Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhq-boiler/shadoweye
Desktop Computer Vision Tool
https://github.com/dhq-boiler/shadoweye
computer-vision csharp opencv wpf
Last synced: 5 days ago
JSON representation
Desktop Computer Vision Tool
- Host: GitHub
- URL: https://github.com/dhq-boiler/shadoweye
- Owner: dhq-boiler
- License: mit
- Created: 2021-10-17T16:25:07.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-29T15:15:05.000Z (about 1 year ago)
- Last Synced: 2024-05-02T03:10:25.982Z (8 months ago)
- Topics: computer-vision, csharp, opencv, wpf
- Language: C#
- Homepage:
- Size: 98.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ShadowEye
[![Build Status](https://dev.azure.com/dhq-boiler/ShadowEye/_apis/build/status/dhq-boiler.ShadowEye?branchName=master)](https://dev.azure.com/dhq-boiler/ShadowEye/_build/latest?definitionId=5&branchName=master)
![GitHub](https://img.shields.io/github/license/dhq-boiler/ShadowEye)
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/dhq-boiler/ShadowEye?include_prereleases)ShadowEyeはビンテージのコンピュータビジョンツールです。GUIで画像を管理できます。画像のヒストグラムを確認したり、画像にOpenCVの処理を適用させることができます。
# Features
* 64bitアプリケーション
* カメラ入力できます
* 画像ファイル読み込みできます
* スクリーンショットできます(仮想スクリーン全体/各スクリーン/デスクトップ/ウィンドウ)
* OpenCVによる各処理が適用できます(減算/乗算/チャンネルの統合/チャンネルの抽出/2値化/拡大縮小/色空間変換/エッジ抽出)# Requirement
ShadowEye を動作させるには .NET Framework 4.8 が必要です。
# How to install
1. Releasesページから ShadowEye_*.zip をダウンロードします。
2. ダウンロードしたzipファイルを展開します。
3. 展開したフォルダを安全な場所に配置します。
4. 配置したフォルダ内の ShadowEye.exe を実行します。# How to use
[How to use](https://github.com/dhq-boiler/ShadowEye/blob/develop/HowToUse.md)
# Author
* [@dhq_boiler](https://twitter.com/dhq_boiler)
# License
ShadowEye は [MITライセンス](https://en.wikipedia.org/wiki/MIT_License)で公開しています。