public abstract class NyARPerspectiveCopy_Base extends java.lang.Object implements INyARPerspectiveCopy
onePixel(int, int, double[], INyARRaster)
とmultiPixel(int, int, double[], int, INyARRaster)
を実装して、クラスを完成させます。修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
copyPatt(double i_x1,
double i_y1,
double i_x2,
double i_y2,
double i_x3,
double i_y3,
double i_x4,
double i_y4,
int i_edge_x,
int i_edge_y,
int i_resolution,
INyARRgbRaster i_out) |
boolean |
copyPatt(NyARDoublePoint2d[] i_vertex,
int i_edge_x,
int i_edge_y,
int i_resolution,
INyARRgbRaster i_out) |
boolean |
copyPatt(NyARIntPoint2d[] i_vertex,
int i_edge_x,
int i_edge_y,
int i_resolution,
INyARRgbRaster i_out)
この関数は、i_outへパターンを出力します。
|
public boolean copyPatt(double i_x1, double i_y1, double i_x2, double i_y2, double i_x3, double i_y3, double i_x4, double i_y4, int i_edge_x, int i_edge_y, int i_resolution, INyARRgbRaster i_out) throws NyARException
copyPatt
インタフェース内 INyARPerspectiveCopy
NyARException
public boolean copyPatt(NyARDoublePoint2d[] i_vertex, int i_edge_x, int i_edge_y, int i_resolution, INyARRgbRaster i_out) throws NyARException
copyPatt
インタフェース内 INyARPerspectiveCopy
NyARException
public boolean copyPatt(NyARIntPoint2d[] i_vertex, int i_edge_x, int i_edge_y, int i_resolution, INyARRgbRaster i_out) throws NyARException
INyARPerspectiveCopy
copyPatt
インタフェース内 INyARPerspectiveCopy
NyARException