jp.ac.nime.computer.grpsimulator
クラス ImageProcess
java.lang.Object
|
+--jp.ac.nime.computer.grpsimulator.ImageProcess
- public class ImageProcess
- extends Object
ImageProcessクラスは、各種画像処理を呼び出すためのstaticなメソッドを持つクラスです
メソッドの概要 |
static boolean |
ProcessImage(jp.ac.nime.computer.grpsimulator.GrpSimBuffer img,
jp.ac.nime.computer.grpsimulator.ParameterSetting param)
各種画像処理を行います |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageProcess
public ImageProcess()
ProcessImage
public static boolean ProcessImage(jp.ac.nime.computer.grpsimulator.GrpSimBuffer img,
jp.ac.nime.computer.grpsimulator.ParameterSetting param)
- 各種画像処理を行います
- パラメータ:
img
- 処理対象の画像バッファですparam
- 画像処理パラメータを指示するParameterSettingクラスのオブジェクト
- 戻り値:
- 成功時にはtrue
- 関連項目:
GrpSimBuffer
,
ParameterSetting