.. detectedOBJprofiler. detectedOBJprofiler =================== 概要 ---- detectedOBJprofilerは、STMRFの移動物体検出結果について以下の4つの機能を持っています。 * クラスタリング前のブロック毎検出マップを画像にオーバレイして表示する * クラスタリング後の識別オブジェクト毎に画像を切り出す * 上記で切り出した画像についてHOG計算を行って出力する * DNNへの入力用の固定サイズ画像を出力する リビジョン ---------- detectedOBJprofiler v01r06 コマンドライン -------------- .. code-block:: none python detectedOBJprofiler.py [option [option_parameter]]... 以下のようなオプションをつけて動作させることで所望の結果を得ることができます。 **コマンドラインオプション** +--------------+------------------------------------+ |オプション | 意味 | +==============+====================================+ |-h | ヘルプ表示 | +--------------+------------------------------------+ |--LOG log | STMRF実行LOG | +--------------+------------------------------------+ |--PREV pv | 前画像ファイル指定 | +--------------+------------------------------------+ |--CURR cr | 現画像ファイル指定 | +--------------+------------------------------------+ |--W w | データ横幅(デフォルト64) | +--------------+------------------------------------+ |--H h | データ縦幅(デフォルト25) | +--------------+------------------------------------+ |-b | DRAW BLOCK MATCH BUF B | +--------------+------------------------------------+ |-n | NON-ADAPTIVE | +--------------+------------------------------------+ |-t | Print Type of Hog | +--------------+------------------------------------+ |-f | Fixed size Object 32x64 | +--------------+------------------------------------+ |-F | Fixed size Object 64x64 | +--------------+------------------------------------+ |-a | DNN log mode, (with -F only) | +--------------+------------------------------------+ |-v | 処理の途中経過を詳細に出力 | +--------------+------------------------------------+ |-V | バージョンのみ表示して終了 | +--------------+------------------------------------+ |-d | デバッグ用オプション | +--------------+------------------------------------+ 構造 ---- .. automodule:: detectedOBJprofiler .. autoclass:: detectedOBJprofiler.logReader :members: .. autoclass:: detectedOBJprofiler.BlockHog :members: .. autoclass:: detectedOBJprofiler.ImageFileRWriter :members: