public final class NyARLabeling_ARToolKit
extends java.lang.Object
コンストラクタと説明 |
---|
NyARLabeling_ARToolKit() |
修飾子とタイプ | メソッドと説明 |
---|---|
int |
labeling(NyARBinRaster i_raster,
NyARLabelingImage o_destination)
この関数は、ラスタをラべリングします。
|
public int labeling(NyARBinRaster i_raster, NyARLabelingImage o_destination) throws NyARException
メモ - この関数の元になるARToolKitの関数は、static ARInt16 *labeling2( ARUint8 *image, int thresh,int *label_num, int **area, double **pos, int **clip,int **label_ref, int LorR )です。
i_raster
- 入力元の二値ラスタオブジェクトです。画素形式は、NyARBufferType.INT1D_BIN_8
である必要があります。o_destination
- ラべリング画像の出力先オブジェクトです。i_rasterと同じサイズである必要があります。NyARException