Class DescriptorExtractor


  • @Deprecated
    public class DescriptorExtractor
    extends java.lang.Object
    Deprecated.
    • Constructor Detail

      • DescriptorExtractor

        protected DescriptorExtractor​(long addr)
        Deprecated.
    • Method Detail

      • getNativeObjAddr

        public long getNativeObjAddr()
        Deprecated.
      • compute

        public void compute​(Mat image,
                            MatOfKeyPoint keypoints,
                            Mat descriptors)
        Deprecated.
      • compute

        public void compute​(java.util.List<Mat> images,
                            java.util.List<MatOfKeyPoint> keypoints,
                            java.util.List<Mat> descriptors)
        Deprecated.
      • descriptorSize

        public int descriptorSize()
        Deprecated.
      • descriptorType

        public int descriptorType()
        Deprecated.
      • empty

        public boolean empty()
        Deprecated.
      • write

        public void write​(java.lang.String fileName)
        Deprecated.
      • read

        public void read​(java.lang.String fileName)
        Deprecated.
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Deprecated.
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable