Skip navigation links
org.opencv.core

Class Algorithm

    • Field Detail

      • nativeObj

        protected final long nativeObj
    • Constructor Detail

      • Algorithm

        protected Algorithm(long addr)
    • Method Detail

      • getBool

        public boolean getBool(String name)
      • getDouble

        public double getDouble(String name)
      • getInt

        public int getInt(String name)
      • paramType

        public int paramType(String name)
      • setBool

        public void setBool(String name,
                            boolean value)
      • setDouble

        public void setDouble(String name,
                              double value)
      • setInt

        public void setInt(String name,
                           int value)
      • setMat

        public void setMat(String name,
                           Mat value)
      • setMatVector

        public void setMatVector(String name,
                                 List<Mat> value)
      • setString

        public void setString(String name,
                              String value)

Copyright © 2014. All rights reserved.