関心領域処理
Sirilは、一部の機能において関心領域(ROI)処理を提供しています。ROI処理には2つの目的があります:
For image operations that are slow to compute, such as deconvolution, it allows processing only a small portion of the image while experimenting to find the ideal parameters. This means the operation completes much quicker on the small ROI and allows the desired parameters to be chosen much more quickly.
For image operations that affect the look of the image such as stretches, saturation tools etc., it can be convenient to use ROI processing to compare side-by-side an unprocessed and a processed area.
ROI processing is not universal to all image operations in Siril. In fact, there are a great many where it wouldn't make sense, for example geometry operations where the contents of the ROI would be mapped to a different part of the image. ROI processing is not supported for image operations that take multiple input images, i.e. Star Recomposition, RGB Composition or Pixel Math.
ROI処理をサポートする操作
以下の画像処理はROI処理をサポートしています:
Deconvolution Deconvolution can be very slow, so ROI processing allows for quicker trialling of options on a small part of the image in order to find the best settings for your image.
Noise Reduction Noise reduction can also be slow to process, so ROI processing allows for quicker trialling of options.
Asinh Stretch A user may wish to examine the effect of asinh stretch, or any of the following image operations, side by side with an unprocessed area. ROI processing allows this.
Generalized Hyperbolic Stretch
Histogram Stretch
Curves Transformation
Color Saturation
Median Filter
Remove Green Noise (SCNR)
Edge Preserving Filters
Unpurple Filter
他の画像処理ではROI処理をサポートしていません。
注釈
ROI処理は、一般的に画像の一部のみを処理する手段として意図されたものではありません。
画像処理において、自動的に更新されるプレビュー機能を使用する場合、プレビューはROIに適用されます。ただし、適用 ボタンをクリックすると、画像全体が更新されます。
画像処理で自動更新されないプレビュー機能がある場合、ROIを設定すると ROI内のプレビュー ボタンが利用可能になります。これは手動プレビューボタンとして機能し、ROI内の設定範囲をプレビューして、満足いくまで調整できます。設定が希望通りになったら、適用をクリックすると、その処理が画像全体に適用されます。
ROIの設定
ROIを設定する方法は2つあります:
手動 このオプションでは、ROI を右クリックメニューを使用して手動で設定およびクリアすることが必要です。具体的には、 サブメニューから操作を行います。
選択領域から自動同期 このオプションは、ROIを現在の選択領域と自動的に同期し、選択領域が解除されると自動的にクリアします。
このオプションは互いに排他的であり、優先するオプションは 設定 ダイアログの ユーザーインタフェース タブで設定できます。
ROIの解除
手動ROI設定モードでは、ROIを解除するオプションは、右マウスボタンメニューの サブメニューにあります。
自動ROI設定モードでは、現在の選択範囲を解除するだけで、ROIも解除されます。
また、ROIは以下の場合にも自動的に解除されます:
現在の画像が閉じられた時、
新しい画像が開かれた時、
シーケンスが開いていて、表示されているフレームが変更された時。
Visualisation
When a ROI is set, it is shown in the image window as a red dashed box in the same style as the selection box. However, when an image operation dialog is opened and the image operation supports ROI processing (or if a ROI is set when such a dialog is already open), the ROI outline will change color to green, indicating that ROI processing is enabled for the current operation.
Sirilコマンド
Sirilコマンドは、GUIモードでコマンドラインから実行した場合であっても、また、同じ画像操作がGUIから呼び出された際にROI処理をサポートしている場合でも、ROIを無視します。ROIは簡易プレビューを目的としているのに対し、コマンドは画像全体に対して操作を行なうことを目的としています。コマンドの実行時にROIが設定されている場合、それは無視されますが、解除されるわけではないため、ROI処理をサポートする後続の操作では引き続き利用可能です。
色空間変換
Any operation to remove, assign or convert the image's ICC profile will clear the ROI, if one is set.