All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencv.face.PredictCollector Maven / Gradle / Ivy

There is a newer version: 4.10.0-1.5.11
Show newest version
//
// This file is auto-generated. Please don't modify it!
//
package org.opencv.face;



// C++: class PredictCollector
/**
 * Abstract base class for all strategies of prediction result handling
 */
public class PredictCollector {

    protected final long nativeObj;
    protected PredictCollector(long addr) { nativeObj = addr; }

    public long getNativeObjAddr() { return nativeObj; }

    // internal usage only
    public static PredictCollector __fromPtr__(long addr) { return new PredictCollector(addr); }

    @Override
    protected void finalize() throws Throwable {
        delete(nativeObj);
    }



    // native support for java finalize()
    private static native void delete(long nativeObj);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy