GFTTDetector.smali

.class public Lorg/opencv/features2d/GFTTDetector;
.super Lorg/opencv/features2d/Feature2D;


# direct methods
.method protected constructor <init>(J)V
    .registers 3

    invoke-direct {p0, p1, p2}, Lorg/opencv/features2d/Feature2D;-><init>(J)V

    return-void
.end method

.method public static __fromPtr__(J)Lorg/opencv/features2d/GFTTDetector;
    .registers 3

    new-instance v0, Lorg/opencv/features2d/GFTTDetector;

    invoke-direct {v0, p0, p1}, Lorg/opencv/features2d/GFTTDetector;-><init>(J)V

    return-object v0
.end method

.method public static create()Lorg/opencv/features2d/GFTTDetector;
    .registers 2

    invoke-static {}, Lorg/opencv/features2d/GFTTDetector;->create_9()J

    move-result-wide v0

    invoke-static {v0, v1}, Lorg/opencv/features2d/GFTTDetector;->__fromPtr__(J)Lorg/opencv/features2d/GFTTDetector;

    move-result-object v0

    return-object v0
.end method

.method public static create(I)Lorg/opencv/features2d/GFTTDetector;
    .registers 3

    invoke-static {p0}, Lorg/opencv/features2d/GFTTDetector;->create_8(I)J

    move-result-wide v0

    invoke-static {v0, v1}, Lorg/opencv/features2d/GFTTDetector;->__fromPtr__(J)Lorg/opencv/features2d/GFTTDetector;

    move-result-object p0

    return-object p0
.end method

.method public static create(ID)Lorg/opencv/features2d/GFTTDetector;
    .registers 3

    invoke-static {p0, p1, p2}, Lorg/opencv/features2d/GFTTDetector;->create_7(ID)J

    move-result-wide p0

    invoke-static {p0, p1}, Lorg/opencv/features2d/GFTTDetector;->__fromPtr__(J)Lorg/opencv/features2d/GFTTDetector;

    move-result-object p0

    return-object p0
.end method

.method public static create(IDD)Lorg/opencv/features2d/GFTTDetector;
    .registers 5

    invoke-static {p0, p1, p2, p3, p4}, Lorg/opencv/features2d/GFTTDetector;->create_6(IDD)J

    move-result-wide p0

    invoke-static {p0, p1}, Lorg/opencv/features2d/GFTTDetector;->__fromPtr__(J)Lorg/opencv/features2d/GFTTDetector;

    move-result-object p0

    return-object p0
.end method

.method public static create(IDDI)Lorg/opencv/features2d/GFTTDetector;
    .registers 6

    invoke-static/range {p0 .. p5}, Lorg/opencv/features2d/GFTTDetector;->create_5(IDDI)J

    move-result-wide p0

    invoke-static {p0, p1}, Lorg/opencv/features2d/GFTTDetector;->__fromPtr__(J)Lorg/opencv/features2d/GFTTDetector;

    move-result-object p0

    return-object p0
.end method

.method public static create(IDDII)Lorg/opencv/features2d/GFTTDetector;
    .registers 7

    invoke-static/range {p0 .. p6}, Lorg/opencv/features2d/GFTTDetector;->create_2(IDDII)J

    move-result-wide p0

    invoke-static {p0, p1}, Lorg/opencv/features2d/GFTTDetector;->__fromPtr__(J)Lorg/opencv/features2d/GFTTDetector;

    move-result-object p0

    return-object p0
.end method

.method public static create(IDDIIZ)Lorg/opencv/features2d/GFTTDetector;
    .registers 8

    invoke-static/range {p0 .. p7}, Lorg/opencv/features2d/GFTTDetector;->create_1(IDDIIZ)J

    move-result-wide p0

    invoke-static {p0, p1}, Lorg/opencv/features2d/GFTTDetector;->__fromPtr__(J)Lorg/opencv/features2d/GFTTDetector;

    move-result-object p0

    return-object p0
.end method

.method public static create(IDDIIZD)Lorg/opencv/features2d/GFTTDetector;
    .registers 10

    invoke-static/range {p0 .. p9}, Lorg/opencv/features2d/GFTTDetector;->create_0(IDDIIZD)J

    move-result-wide p0

    invoke-static {p0, p1}, Lorg/opencv/features2d/GFTTDetector;->__fromPtr__(J)Lorg/opencv/features2d/GFTTDetector;

    move-result-object p0

    return-object p0
.end method

.method public static create(IDDIZ)Lorg/opencv/features2d/GFTTDetector;
    .registers 7

    invoke-static/range {p0 .. p6}, Lorg/opencv/features2d/GFTTDetector;->create_4(IDDIZ)J

    move-result-wide p0

    invoke-static {p0, p1}, Lorg/opencv/features2d/GFTTDetector;->__fromPtr__(J)Lorg/opencv/features2d/GFTTDetector;

    move-result-object p0

    return-object p0
.end method

.method public static create(IDDIZD)Lorg/opencv/features2d/GFTTDetector;
    .registers 9

    invoke-static/range {p0 .. p8}, Lorg/opencv/features2d/GFTTDetector;->create_3(IDDIZD)J

    move-result-wide p0

    invoke-static {p0, p1}, Lorg/opencv/features2d/GFTTDetector;->__fromPtr__(J)Lorg/opencv/features2d/GFTTDetector;

    move-result-object p0

    return-object p0
.end method

.method private static native create_0(IDDIIZD)J
.end method

.method private static native create_1(IDDIIZ)J
.end method

.method private static native create_2(IDDII)J
.end method

.method private static native create_3(IDDIZD)J
.end method

.method private static native create_4(IDDIZ)J
.end method

.method private static native create_5(IDDI)J
.end method

.method private static native create_6(IDD)J
.end method

.method private static native create_7(ID)J
.end method

.method private static native create_8(I)J
.end method

.method private static native create_9()J
.end method

.method private static native delete(J)V
.end method

.method private static native getBlockSize_0(J)I
.end method

.method private static native getDefaultName_0(J)Ljava/lang/String;
.end method

.method private static native getHarrisDetector_0(J)Z
.end method

.method private static native getK_0(J)D
.end method

.method private static native getMaxFeatures_0(J)I
.end method

.method private static native getMinDistance_0(J)D
.end method

.method private static native getQualityLevel_0(J)D
.end method

.method private static native setBlockSize_0(JI)V
.end method

.method private static native setHarrisDetector_0(JZ)V
.end method

.method private static native setK_0(JD)V
.end method

.method private static native setMaxFeatures_0(JI)V
.end method

.method private static native setMinDistance_0(JD)V
.end method

.method private static native setQualityLevel_0(JD)V
.end method


# virtual methods
.method protected finalize()V
    .registers 3
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Ljava/lang/Throwable;
        }
    .end annotation

    iget-wide v0, p0, Lorg/opencv/core/Algorithm;->nativeObj:J

    invoke-static {v0, v1}, Lorg/opencv/features2d/GFTTDetector;->delete(J)V

    return-void
.end method

.method public getBlockSize()I
    .registers 3

    iget-wide v0, p0, Lorg/opencv/core/Algorithm;->nativeObj:J

    invoke-static {v0, v1}, Lorg/opencv/features2d/GFTTDetector;->getBlockSize_0(J)I

    move-result v0

    return v0
.end method

.method public getDefaultName()Ljava/lang/String;
    .registers 3

    iget-wide v0, p0, Lorg/opencv/core/Algorithm;->nativeObj:J

    invoke-static {v0, v1}, Lorg/opencv/features2d/GFTTDetector;->getDefaultName_0(J)Ljava/lang/String;

    move-result-object v0

    return-object v0
.end method

.method public getHarrisDetector()Z
    .registers 3

    iget-wide v0, p0, Lorg/opencv/core/Algorithm;->nativeObj:J

    invoke-static {v0, v1}, Lorg/opencv/features2d/GFTTDetector;->getHarrisDetector_0(J)Z

    move-result v0

    return v0
.end method

.method public getK()D
    .registers 3

    iget-wide v0, p0, Lorg/opencv/core/Algorithm;->nativeObj:J

    invoke-static {v0, v1}, Lorg/opencv/features2d/GFTTDetector;->getK_0(J)D

    move-result-wide v0

    return-wide v0
.end method

.method public getMaxFeatures()I
    .registers 3

    iget-wide v0, p0, Lorg/opencv/core/Algorithm;->nativeObj:J

    invoke-static {v0, v1}, Lorg/opencv/features2d/GFTTDetector;->getMaxFeatures_0(J)I

    move-result v0

    return v0
.end method

.method public getMinDistance()D
    .registers 3

    iget-wide v0, p0, Lorg/opencv/core/Algorithm;->nativeObj:J

    invoke-static {v0, v1}, Lorg/opencv/features2d/GFTTDetector;->getMinDistance_0(J)D

    move-result-wide v0

    return-wide v0
.end method

.method public getQualityLevel()D
    .registers 3

    iget-wide v0, p0, Lorg/opencv/core/Algorithm;->nativeObj:J

    invoke-static {v0, v1}, Lorg/opencv/features2d/GFTTDetector;->getQualityLevel_0(J)D

    move-result-wide v0

    return-wide v0
.end method

.method public setBlockSize(I)V
    .registers 4

    iget-wide v0, p0, Lorg/opencv/core/Algorithm;->nativeObj:J

    invoke-static {v0, v1, p1}, Lorg/opencv/features2d/GFTTDetector;->setBlockSize_0(JI)V

    return-void
.end method

.method public setHarrisDetector(Z)V
    .registers 4

    iget-wide v0, p0, Lorg/opencv/core/Algorithm;->nativeObj:J

    invoke-static {v0, v1, p1}, Lorg/opencv/features2d/GFTTDetector;->setHarrisDetector_0(JZ)V

    return-void
.end method

.method public setK(D)V
    .registers 5

    iget-wide v0, p0, Lorg/opencv/core/Algorithm;->nativeObj:J

    invoke-static {v0, v1, p1, p2}, Lorg/opencv/features2d/GFTTDetector;->setK_0(JD)V

    return-void
.end method

.method public setMaxFeatures(I)V
    .registers 4

    iget-wide v0, p0, Lorg/opencv/core/Algorithm;->nativeObj:J

    invoke-static {v0, v1, p1}, Lorg/opencv/features2d/GFTTDetector;->setMaxFeatures_0(JI)V

    return-void
.end method

.method public setMinDistance(D)V
    .registers 5

    iget-wide v0, p0, Lorg/opencv/core/Algorithm;->nativeObj:J

    invoke-static {v0, v1, p1, p2}, Lorg/opencv/features2d/GFTTDetector;->setMinDistance_0(JD)V

    return-void
.end method

.method public setQualityLevel(D)V
    .registers 5

    iget-wide v0, p0, Lorg/opencv/core/Algorithm;->nativeObj:J

    invoke-static {v0, v1, p1, p2}, Lorg/opencv/features2d/GFTTDetector;->setQualityLevel_0(JD)V

    return-void
.end method