ca.mcgill.cim.sre.cv4hci.swig
Class CvHistogram

java.lang.Object
  extended by ca.mcgill.cim.sre.cv4hci.swig.CvHistogram

public class CvHistogram
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  CvHistogram()
           
protected CvHistogram(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 SWIGTYPE_p_void getBins()
           
protected static long getCPtr(CvHistogram obj)
           
 SWIGTYPE_p_CvMatND getMat()
           
 SWIGTYPE_p_a_2__float getThresh()
           
 SWIGTYPE_p_p_float getThresh2()
           
 int getType()
           
 void setBins(SWIGTYPE_p_void value)
           
 void setMat(SWIGTYPE_p_CvMatND value)
           
 void setThresh(SWIGTYPE_p_a_2__float value)
           
 void setThresh2(SWIGTYPE_p_p_float value)
           
 void setType(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

CvHistogram

protected CvHistogram(long cPtr,
                      boolean cMemoryOwn)

CvHistogram

public CvHistogram()
Method Detail

getCPtr

protected static long getCPtr(CvHistogram obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

setType

public void setType(int value)

getType

public int getType()

setBins

public void setBins(SWIGTYPE_p_void value)

getBins

public SWIGTYPE_p_void getBins()

setThresh

public void setThresh(SWIGTYPE_p_a_2__float value)

getThresh

public SWIGTYPE_p_a_2__float getThresh()

setThresh2

public void setThresh2(SWIGTYPE_p_p_float value)

getThresh2

public SWIGTYPE_p_p_float getThresh2()

setMat

public void setMat(SWIGTYPE_p_CvMatND value)

getMat

public SWIGTYPE_p_CvMatND getMat()