PIX4Dengineサーバーファースト処理
SDKへの移行を強くお勧めします。最新のドキュメントについては、 PIX4Dengine Server SDKの。
- PIX4Dengineのインストール済みバージョン。Windows 関連 および Linux。
- 処理対象の画像データ。 サンプルプロジェクト はダウンロード可能です。
その他の注意事項:
- コマンドラインがディレクトリやファイルパスを認識しない問題が発生している場合は、次のようにパラメータを引用符で囲んでみてください。<path_to_project_images>これにより、ほとんどのコマンドライン関数がスペースを含む入力を処理できるようになります。.
- システムコマンドとして「pix4dmapper」を使用するには、PIX4Dmapperアプリケーションのバイナリをシステムパスに追加する必要があります。PIX4Dmapperをシステムパスに追加したくない場合は、以下の例の「pix4dmapper」を「C:\Program Files\Pix4Dmapper\pix4dmapper.exe」または同等のインストール場所に置き換えてください。.
1. デフォルトの方法を使用してプロジェクトを作成する。.
以下のコマンドは、イメージディレクトリにあるイメージを使用して、GUIを起動せずに(-c)、新しいプロジェクト(-n)を作成します。.
pix4dmapper -c -n --image-dir<path_to_project_images><path_to_desired_project_directory/projectname.p4d>
このコマンドを実行すると、コマンドコンソールまたはターミナルコンソールで、指定されたフォルダに .p4d ファイルとプロジェクトファイル構造が作成されます。 <path to desired project directory>
2. テンプレートを使用してプロジェクトを作成する
pix4dmapper -c -n --image-dir<path_to_project_images> - テンプレート<template_arg><path_to desired_project_directory/projectname.p4d>
テンプレート
<template_name>: Use --template-list to display the list of pre-defined templates.
<template_file>: Path to a custom template .tmpl file. The custom template file can be generated either by using the user interface or by manually creating the file: 処理オプションテンプレート .tmpl ファイルを作成する方法。
pix4dmapper -r -c<path_to_desired_project_directory/projectname.p4d> pix4dmapper -i -c<path_to_desired_project_directory/projectname.p4d>pix4dmapper -d -c<path_to_desired_project_directory/projectname.p4d>pix4dmapper -o -c<path_to_desired_project_directory/projectname.p4d>pix4dmapper -i -d -c<path_to_desired_project_directory/projectname.p4d> pix4dmapper -i -o -c<path_to_desired_project_directory/projectname.p4d>
コマンドの完全なリストについては、 pix4dmapper -h か、こちらの記事を参照してください: コマンドラインの使用方法。
コマンドラインのより高度な機能については、こちらをご覧ください: コマンドラインの使い方
AWS EC2 に PIX4Dengine Server をインストールする方法をご覧ください: Amazon AWS EC2 サービスを使用してクラウド上で PIX4Dmapper を使用する方法