org.cogchar.sight.api.obs
Class OpenCVImage

java.lang.Object
  extended by org.cogchar.sight.api.obs.OpenCVImage

public class OpenCVImage
extends Object

Author:
josh N stu

Nested Class Summary
static class OpenCVImage.BufferGatherer
           
 
Constructor Summary
OpenCVImage(int width, int height, byte[] bytes)
           
OpenCVImage(String filename, int colorFlags)
           
 
Method Summary
protected  void finalize()
           
 Rectangle[] findFaces(String config)
           
 long raw()
           
 void SaveFile(String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenCVImage

public OpenCVImage(int width,
                   int height,
                   byte[] bytes)

OpenCVImage

public OpenCVImage(String filename,
                   int colorFlags)
Method Detail

finalize

protected void finalize()
Overrides:
finalize in class Object

findFaces

public Rectangle[] findFaces(String config)

SaveFile

public void SaveFile(String filename)

raw

public long raw()


Copyright © 2010-2014. All Rights Reserved.