SYMBOL INDEX (2320 symbols across 109 files) FILE: platform/src/test/java/org/bytedeco/javacv/FrameConverterTest.java class FrameConverterTest (line 50) | public class FrameConverterTest { method testAndroidFrameConverter (line 52) | @Test public void testAndroidFrameConverter() { method testJava2DFrameConverter (line 145) | @Test public void testJava2DFrameConverter() { method testOpenCVFrameConverter (line 217) | @Test public void testOpenCVFrameConverter() { method testLeptonicaFrameConverter (line 309) | @Test public void testLeptonicaFrameConverter() { FILE: platform/src/test/java/org/bytedeco/javacv/FrameFilterTest.java class FrameFilterTest (line 40) | public class FrameFilterTest { method testFFmpegFrameFilter (line 42) | @Test method testFFmpegFrameFilterMultipleInputs (line 141) | @Test FILE: platform/src/test/java/org/bytedeco/javacv/FrameGrabberChangingResolutionTest.java class FrameGrabberChangingResolutionTest (line 45) | public class FrameGrabberChangingResolutionTest { method makeTestfile (line 50) | private void makeTestfile() throws Exception { method setupUDPSender (line 80) | final public void setupUDPSender(final int x, final int y, final int b... method setupUDPReceiver (line 136) | final public void setupUDPReceiver() throws IOException { method testFFmpegFrameGrabber (line 205) | @Test FILE: platform/src/test/java/org/bytedeco/javacv/FrameGrabberTest.java class FrameGrabberTest (line 46) | public class FrameGrabberTest { method testFFmpegFrameGrabber (line 48) | @Test method testFFmpegFrameGrabberLockingTest (line 159) | @Test method testFFmpegFrameGrabberSeeking (line 300) | @Test FILE: platform/src/test/java/org/bytedeco/javacv/SeekableByteArrayOutputStreamTest.java class SeekableByteArrayOutputStreamTest (line 41) | public class SeekableByteArrayOutputStreamTest { method writeByte (line 47) | private int writeByte(byte[] originalBytes, int offset, SeekableByteAr... method writePartialBytes (line 52) | private int writePartialBytes(byte[] originalBytes, int offset, Random... method writeBytes (line 59) | private int writeBytes(byte[] originalBytes, int offset, Random random, method createVideo (line 66) | private void createVideo(FFmpegFrameRecorder recorder) throws Exception { method serialWriteByteTest (line 88) | @Test method serialWriteBytesTest (line 106) | @Test method serialWritePartialBytesTest (line 124) | @Test method serialWriteTest (line 142) | @Test method seekWriteTest (line 170) | public void seekWriteTest() { method testVideoBytesEqual (line 228) | @Test FILE: samples/AudioSplitMergeHelper.java class AudioSplitMergeHelper (line 32) | public class AudioSplitMergeHelper { method split (line 47) | public static void split(String input, String outputLeft, String outpu... method merge (line 105) | public static void merge(String inputLeft, String inputRight, String o... FILE: samples/BioInspiredRetina.java class BioInspiredRetina (line 30) | public class BioInspiredRetina { method main (line 39) | public static void main(String[] args) { method execute (line 50) | private void execute(String[] args) throws Exception { method showImage (line 71) | private void showImage(Mat matrix) { FILE: samples/BlobDemo.java class BlobDemo (line 19) | public class BlobDemo method main (line 21) | public static void main(String[] args) method demo (line 28) | public static void demo() method ShowImage (line 96) | public static void ShowImage(IplImage image, String caption) method ShowImage (line 107) | public static void ShowImage(IplImage image, String caption, int size) method ShowImage (line 119) | public static void ShowImage(IplImage image, String caption, int width... method Highlight (line 128) | public static void Highlight(IplImage image, int [] inVec) method Highlight (line 132) | public static void Highlight(IplImage image, int [] inVec, int Thick) method Highlight (line 136) | public static void Highlight(IplImage image, int xMin, int yMin, int x... method Highlight (line 140) | public static void Highlight(IplImage image, int xMin, int yMin, int x... method PrintGrayImage (line 148) | public static void PrintGrayImage(IplImage image, String caption) method PrintGrayImage (line 160) | public static void PrintGrayImage(IplImage image, String caption, int ... method PrintImageProperties (line 197) | public static void PrintImageProperties(IplImage image) method BinaryHistogram (line 206) | public static float BinaryHistogram(IplImage image) method SkewGrayImage (line 217) | public static IplImage SkewGrayImage(IplImage Src, double angle) //... method TransposeImage (line 262) | public static IplImage TransposeImage(IplImage SrcImage) FILE: samples/CaffeGooglenet.java class CaffeGooglenet (line 23) | public class CaffeGooglenet { method getMaxClass (line 26) | public static void getMaxClass(Mat probBlob, Point classId, double[] c... method readClassNames (line 31) | public static List readClassNames() { method main (line 48) | public static void main(String[] args) throws Exception { FILE: samples/ColoredObjectTrack.java class ColoredObjectTrack (line 23) | public class ColoredObjectTrack implements Runnable { method main (line 25) | public static void main(String[] args) { method ColoredObjectTrack (line 47) | public ColoredObjectTrack() { method run (line 53) | @Override method paint (line 88) | private void paint(IplImage img, int posX, int posY) { method getThresholdImage (line 99) | private IplImage getThresholdImage(IplImage orgImg) { method Equalize (line 110) | public IplImage Equalize(BufferedImage bufferedimg) { FILE: samples/DeepLearningFaceDetection.java class DeepLearningFaceDetection (line 34) | public class DeepLearningFaceDetection { method detectAndDraw (line 45) | private static void detectAndDraw(Mat image) {//detect faces and draw ... method main (line 76) | public static void main(String[] args) { FILE: samples/DeinterlacedVideoPlayer.java class DeinterlacedVideoPlayer (line 11) | public class DeinterlacedVideoPlayer { method DeinterlacedVideoPlayer (line 22) | public DeinterlacedVideoPlayer() {} method start (line 24) | public void start() { method startFrameGrabber (line 50) | private void startFrameGrabber() throws Exception { method releaseGrabberAndFilter (line 59) | private void releaseGrabberAndFilter(FrameGrabber grabber, FrameFilter... method releaseFilter (line 71) | private void releaseFilter(FrameFilter filter) { FILE: samples/Demo.java class Demo (line 37) | public class Demo { method main (line 38) | public static void main(String[] args) throws Exception { FILE: samples/FFmpegStreamingTimeout.java class FFmpegStreamingTimeout (line 15) | public class FFmpegStreamingTimeout { type TimeoutOption (line 21) | private static enum TimeoutOption { method getKey (line 41) | public String getKey() { method main (line 50) | public static void main(String[] args) { method rtspStreamingTest (line 55) | private static void rtspStreamingTest() { method testWithCallback (line 90) | private static void testWithCallback() { FILE: samples/FaceApplet.java class FaceApplet (line 27) | public class FaceApplet extends Applet implements Runnable { method init (line 39) | @Override public void init() { method start (line 65) | @Override public void start() { method run (line 76) | public void run() { method update (line 117) | @Override public void update(Graphics g) { method paint (line 121) | @Override public void paint(Graphics g) { method stop (line 147) | @Override public void stop() { method destroy (line 151) | @Override public void destroy() { } FILE: samples/FacePreview.java class FacePreview (line 81) | public class FacePreview extends Activity { method onCreate (line 86) | @Override class FaceView (line 112) | class FaceView extends View implements Camera.PreviewCallback { method FaceView (line 119) | public FaceView(FacePreview context) throws IOException { method onPreviewFrame (line 137) | public void onPreviewFrame(final byte[] data, final Camera camera) { method processImage (line 147) | protected void processImage(byte[] data, int width, int height) { method onDraw (line 171) | @Override class Preview (line 198) | class Preview extends SurfaceView implements SurfaceHolder.Callback { method Preview (line 203) | Preview(Context context, Camera.PreviewCallback previewCallback) { method surfaceCreated (line 214) | public void surfaceCreated(SurfaceHolder holder) { method surfaceDestroyed (line 227) | public void surfaceDestroyed(SurfaceHolder holder) { method getOptimalPreviewSize (line 237) | private Size getOptimalPreviewSize(List sizes, int w, int h) { method surfaceChanged (line 270) | public void surfaceChanged(SurfaceHolder holder, int format, int w, in... FILE: samples/FaceRecognizerInVideo.java class FaceRecognizerInVideo (line 27) | public class FaceRecognizerInVideo { method main (line 29) | public static void main(String[] args) throws Exception { FILE: samples/HoughLines.java class HoughLines (line 18) | public class HoughLines { method main (line 23) | public static void main(String[] args) { FILE: samples/ImageSegmentation.java class ImageSegmentation (line 27) | public class ImageSegmentation { method main (line 31) | public static void main(String[] args) { method imshow (line 150) | private static void imshow(String txt, Mat img) { FILE: samples/JavaFxPlayVideoAndAudio.java class JavaFxPlayVideoAndAudio (line 27) | public class JavaFxPlayVideoAndAudio extends Application { class PlaybackTimer (line 29) | private static class PlaybackTimer { method PlaybackTimer (line 33) | public PlaybackTimer(DataLine soundLine) { method PlaybackTimer (line 37) | public PlaybackTimer() { method start (line 41) | public void start() { method elapsedMicros (line 47) | public long elapsedMicros() { method main (line 63) | public static void main(String[] args) { method start (line 67) | @Override method stop (line 195) | @Override FILE: samples/KazemiFacemarkExample.java class KazemiFacemarkExample (line 26) | public class KazemiFacemarkExample { method main (line 27) | public static void main(String[] args) throws IOException, URISyntaxEx... FILE: samples/LBFFacemarkExampleWithVideo.java class LBFFacemarkExampleWithVideo (line 26) | public class LBFFacemarkExampleWithVideo { method main (line 34) | public static void main(String[] args) throws IOException, URISyntaxEx... FILE: samples/MotionDetector.java class MotionDetector (line 21) | public class MotionDetector { method main (line 22) | public static void main(String[] args) throws Exception { FILE: samples/OpenCVFaceRecognizer.java class OpenCVFaceRecognizer (line 40) | public class OpenCVFaceRecognizer { method main (line 41) | public static void main(String[] args) { FILE: samples/OpenCVFeatures2dSerialization.java class OpenCVFeatures2dSerialization (line 24) | public class OpenCVFeatures2dSerialization { method main (line 26) | public static void main(String[] args) throws IOException { method serializeFile (line 41) | private static void serializeFile(Mat matrix, String fileName) throws ... method deserializeFile (line 54) | private static void deserializeFile(String file) { method serializeMemory (line 67) | private static String serializeMemory(Mat matrix) throws UnsupportedEn... method deserializeMemory (line 81) | private static void deserializeMemory(String serialized) { FILE: samples/OpticalFlowDense.java class OpticalFlowDense (line 17) | public class OpticalFlowDense { method main (line 19) | public static void main(final String[] args) { FILE: samples/OpticalFlowTracker.java class OpticalFlowTracker (line 22) | public class OpticalFlowTracker { method main (line 26) | public static void main(String[] args) { FILE: samples/PacketRecorderTest.java class PacketRecorderTest (line 8) | public class PacketRecorderTest { method main (line 16) | public static void main(String[] args) throws FrameRecorder.Exception,... method frameRecord (line 30) | public static void frameRecord(String inputFile, String outputFile) th... method packetRecord (line 52) | public static void packetRecord(String inputFile, String outputFile) t... FILE: samples/PerspectiveWarpDemo.java class PerspectiveWarpDemo (line 17) | public class PerspectiveWarpDemo extends Thread { method main (line 22) | public static void main(String[] args) { method performPerspectiveWarp (line 49) | private static Mat performPerspectiveWarp(Mat imageMat, int x1, int y1... FILE: samples/PrincipalComponentAnalysis.java class PrincipalComponentAnalysis (line 27) | public class PrincipalComponentAnalysis { method main (line 36) | public static void main(String[] args) { method execute (line 47) | private void execute(String[] args) throws Exception { method principalComponentAnalysis (line 91) | private void principalComponentAnalysis(Mat contour, int entry, Mat ma... method drawAxis (line 163) | private void drawAxis(Mat matrix, double radian, Point cntr, double x,... method printMat (line 174) | public static void printMat(Mat mat) { FILE: samples/RLSA.java class RLSA (line 19) | public class RLSA { method main (line 21) | public static void main(String[] args) { method runLengthSmoothingAlgorithm (line 43) | public static IplImage runLengthSmoothingAlgorithm(IplImage image) { FILE: samples/RealSense2DepthMeasuring.java class RealSense2DepthMeasuring (line 31) | public class RealSense2DepthMeasuring { method main (line 32) | public static void main(String[] args) throws FrameGrabber.Exception { FILE: samples/RecordActivity.java class RecordActivity (line 99) | public class RecordActivity extends Activity implements OnClickListener { method onCreate (line 154) | @Override method onDestroy (line 164) | @Override method initLayout (line 182) | private void initLayout() { method initRecorder (line 227) | private void initRecorder() { method startRecording (line 266) | public void startRecording() { method stopRecording (line 285) | public void stopRecording() { method onKeyDown (line 357) | @Override class AudioRecordRunnable (line 377) | class AudioRecordRunnable implements Runnable { method run (line 379) | @Override class CameraView (line 445) | class CameraView extends SurfaceView implements SurfaceHolder.Callback... method CameraView (line 450) | public CameraView(Context context, Camera camera) { method surfaceCreated (line 460) | @Override method surfaceChanged (line 471) | public void surfaceChanged(SurfaceHolder holder, int format, int wid... method surfaceDestroyed (line 513) | @Override method startPreview (line 523) | public void startPreview() { method stopPreview (line 530) | public void stopPreview() { method onPreviewFrame (line 537) | @Override method onClick (line 578) | @Override FILE: samples/Similarity.java class Similarity (line 30) | public class Similarity { method getPSNR (line 31) | private static double getPSNR(Mat I1, Mat I2) { method getMSSIM (line 50) | private static Scalar getMSSIM(Mat i1, Mat i2) { method main (line 92) | public static void main(String[] args) { FILE: samples/Smoother.java class Smoother (line 29) | public class Smoother { method smooth (line 30) | public static void smooth(String filename) { FILE: samples/Square.java class Square (line 28) | public class Square { method angle (line 43) | double angle(CvPoint pt1, CvPoint pt2, CvPoint pt0) { method findSquares4 (line 54) | CvSeq findSquares4(IplImage img, CvMemStorage storage) { method drawSquares (line 177) | void drawSquares(IplImage img, CvSeq squares) { method main (line 251) | public static void main(String args[]) throws Exception { method main (line 255) | public void main() throws InterruptedException { FILE: samples/TemplateMatching.java class TemplateMatching (line 29) | public class TemplateMatching { method main (line 31) | public static void main(String[] args) throws Exception { method newStyle (line 40) | public static void newStyle(String[] args){ method randColor (line 68) | public static Scalar randColor(){ method getPointsFromMatAboveThreshold (line 76) | public static List getPointsFromMatAboveThreshold(Mat m, float t){ method oldStyle (line 90) | public static void oldStyle(String[] args){ FILE: samples/WebcamAndMicrophoneCapture.java class WebcamAndMicrophoneCapture (line 33) | public class WebcamAndMicrophoneCapture method main (line 44) | public static void main(String[] args) throws Exception, org.bytedeco.... FILE: samples/YOLONet.java class YOLONet (line 69) | public class YOLONet { method main (line 71) | public static void main(String[] args) { method YOLONet (line 120) | public YOLONet(String configPath, String weightsPath, String namesPath... method setup (line 133) | public boolean setup() { method predict (line 164) | public List predict(Mat frame) { method postprocess (line 194) | private List postprocess(Mat frame, MatVector o... class ObjectDetectionResult (line 277) | public static class ObjectDetectionResult { FILE: src/main/java/cl/eye/CLCamera.java class CLCamera (line 17) | public class CLCamera method CLEyeGetCameraCount (line 54) | native static int CLEyeGetCameraCount(); method CLEyeGetCameraUUID (line 55) | native static String CLEyeGetCameraUUID(int index); method CLEyeCreateCamera (line 56) | native static int CLEyeCreateCamera(int cameraIndex, int mode, int res... method CLEyeDestroyCamera (line 57) | native static boolean CLEyeDestroyCamera(int cameraIndex); method CLEyeCameraStart (line 58) | native static boolean CLEyeCameraStart(int cameraInstance); method CLEyeCameraStop (line 59) | native static boolean CLEyeCameraStop(int cameraInstance); method CLEyeSetCameraParameter (line 60) | native static boolean CLEyeSetCameraParameter(int cameraInstance, int ... method CLEyeGetCameraParameter (line 61) | native static int CLEyeGetCameraParameter(int cameraInstance, int param); method CLEyeCameraGetFrame (line 62) | native static boolean CLEyeCameraGetFrame(int cameraInstance, int[] im... method IsLibraryLoaded (line 94) | public static boolean IsLibraryLoaded() method loadLibrary (line 98) | public static void loadLibrary(String libraryPath) method cameraCount (line 111) | public static int cameraCount() method cameraUUID (line 115) | public static String cameraUUID(int index) method dispose (line 125) | public void dispose() method createCamera (line 130) | public boolean createCamera(int cameraIndex, int mode, int resolution,... method destroyCamera (line 135) | public boolean destroyCamera() method startCamera (line 139) | public boolean startCamera() method stopCamera (line 143) | public boolean stopCamera() method getCameraFrame (line 147) | public boolean getCameraFrame(int[] imgData, int waitTimeout) method setCameraParam (line 151) | public boolean setCameraParam(int param, int val) method getCameraParam (line 155) | public int getCameraParam(int param) FILE: src/main/java/org/bytedeco/javacv/AndroidFrameConverter.java class AndroidFrameConverter (line 42) | public class AndroidFrameConverter extends FrameConverter { method convert (line 51) | public Frame convert(byte[] data, int width, int height) { method convert (line 102) | @Override public Frame convert(Bitmap bitmap) { method gray2rgba (line 129) | ByteBuffer gray2rgba(ByteBuffer in, int width, int height, int stride,... method bgr2rgba (line 150) | ByteBuffer bgr2rgba(ByteBuffer in, int width, int height, int stride, ... method convert (line 175) | @Override public Bitmap convert(Frame frame) { FILE: src/main/java/org/bytedeco/javacv/BaseChildSettings.java class BaseChildSettings (line 38) | public class BaseChildSettings extends BeanContextChildSupport implement... method addPropertyChangeListener (line 40) | public void addPropertyChangeListener(PropertyChangeListener listener) { method removePropertyChangeListener (line 43) | public void removePropertyChangeListener(PropertyChangeListener listen... method compareTo (line 47) | public int compareTo(BaseChildSettings o) { method getName (line 51) | protected String getName() { class PropertyVetoExceptionThatNetBeansLikes (line 55) | public static class PropertyVetoExceptionThatNetBeansLikes extends Pro... method PropertyVetoExceptionThatNetBeansLikes (line 56) | public PropertyVetoExceptionThatNetBeansLikes(String mess, PropertyC... method call (line 59) | public Object call() throws Exception { FILE: src/main/java/org/bytedeco/javacv/BaseSettings.java class BaseSettings (line 33) | public class BaseSettings extends BeanContextSupport implements Comparab... method addPropertyChangeListener (line 35) | public void addPropertyChangeListener(PropertyChangeListener listener) { method removePropertyChangeListener (line 45) | public void removePropertyChangeListener(PropertyChangeListener listen... method compareTo (line 56) | public int compareTo(BaseSettings o) { method getName (line 60) | protected String getName() { method toArray (line 64) | @Override public Object[] toArray() { method toArray (line 69) | @Override public Object[] toArray(Object[] a) { FILE: src/main/java/org/bytedeco/javacv/Blobs.java class Blobs (line 62) | public class Blobs method PrintRegionData (line 103) | public void PrintRegionData() { PrintRegionData(0, MaxLabel); } method PrintRegionData (line 104) | public void PrintRegionData(int Label0, int Label1) method NextRegion (line 140) | public static int NextRegion(int Parent, int Color, double MinArea, do... method PriorRegion (line 161) | public static int PriorRegion(int Parent, int Color, double MinArea, d... method ResetRegion (line 181) | public void ResetRegion(int Label) method OldRegion (line 201) | public void OldRegion( method NewRegion (line 243) | public void NewRegion(int ParentLabel) method Subsume (line 275) | public void Subsume(int GoodLabel, int BadLabel, int PSign) // Combine... method SubsumptionChain (line 299) | public static int SubsumptionChain(int x) { return SubsumptionChain(x,... method SubsumptionChain (line 300) | public static int SubsumptionChain(int x, int Print) method BlobAnalysis (line 321) | public int BlobAnalysis(IplImage Src, // input image method SortRegions (line 632) | public static void SortRegions(int Col) FILE: src/main/java/org/bytedeco/javacv/BufferRing.java class BufferRing (line 29) | public class BufferRing { method BufferRing (line 30) | public BufferRing(BufferFactory factory, int size) { type BufferFactory (line 38) | public interface BufferFactory { method create (line 39) | B create(); type ReleasableBuffer (line 42) | public interface ReleasableBuffer { method release (line 43) | void release(); method capacity (line 49) | public int capacity() { method position (line 53) | public int position() { method position (line 56) | public BufferRing position(int position) { method get (line 61) | @SuppressWarnings("unchecked") method get (line 66) | @SuppressWarnings("unchecked") method release (line 71) | @SuppressWarnings("unchecked") FILE: src/main/java/org/bytedeco/javacv/CameraDevice.java class CameraDevice (line 40) | public class CameraDevice extends ProjectiveDevice { method CameraDevice (line 41) | public CameraDevice(String name) { method CameraDevice (line 44) | public CameraDevice(String name, String filename) throws Exception { method CameraDevice (line 49) | public CameraDevice(String name, FileStorage fs) throws Exception { method CameraDevice (line 54) | public CameraDevice(Settings settings) throws Exception { type Settings (line 58) | public interface Settings { method getName (line 59) | String getName(); method setName (line 60) | void setName(String name); method getResponseGamma (line 61) | double getResponseGamma(); method setResponseGamma (line 62) | void setResponseGamma(double gamma); method getDeviceNumber (line 64) | Integer getDeviceNumber(); method setDeviceNumber (line 65) | void setDeviceNumber(Integer deviceNumber) throws PropertyVetoExcept... method getDeviceFile (line 66) | File getDeviceFile(); method setDeviceFile (line 67) | void setDeviceFile(File deviceFile) throws PropertyVetoException; method getDeviceFilename (line 68) | String getDeviceFilename(); method setDeviceFilename (line 69) | void setDeviceFilename(String deviceFilename) throws PropertyVetoExc... method getDevicePath (line 70) | String getDevicePath(); method setDevicePath (line 71) | void setDevicePath(String devicePath) throws PropertyVetoException; method getFrameGrabber (line 72) | Class getFrameGrabber(); method setFrameGrabber (line 73) | void setFrameGrabber(Class frameGrabber); method getDescription (line 74) | String getDescription(); method getFormat (line 76) | String getFormat(); method setFormat (line 77) | void setFormat(String format); method getImageWidth (line 78) | int getImageWidth(); method setImageWidth (line 79) | void setImageWidth(int imageWidth); method getImageHeight (line 80) | int getImageHeight(); method setImageHeight (line 81) | void setImageHeight(int imageHeight); method getFrameRate (line 82) | double getFrameRate(); method setFrameRate (line 83) | void setFrameRate(double frameRate); method isTriggerMode (line 84) | boolean isTriggerMode(); method setTriggerMode (line 85) | void setTriggerMode(boolean triggerMode); method getBitsPerPixel (line 86) | int getBitsPerPixel(); method setBitsPerPixel (line 87) | void setBitsPerPixel(int bitsPerPixel); method getImageMode (line 88) | FrameGrabber.ImageMode getImageMode(); method setImageMode (line 89) | void setImageMode(FrameGrabber.ImageMode imageMode); method getTimeout (line 90) | int getTimeout(); method setTimeout (line 91) | void setTimeout(int timeout); method getNumBuffers (line 92) | int getNumBuffers(); method setNumBuffers (line 93) | void setNumBuffers(int numBuffers); method isDeinterlace (line 94) | boolean isDeinterlace(); method setDeinterlace (line 95) | void setDeinterlace(boolean deinterlace); method addPropertyChangeListener (line 97) | void addPropertyChangeListener(PropertyChangeListener listener); method removePropertyChangeListener (line 98) | void removePropertyChangeListener(PropertyChangeListener listener); class SettingsImplementation (line 101) | public static class SettingsImplementation extends ProjectiveDevice.Se... method SettingsImplementation (line 102) | public SettingsImplementation() { name = "Camera 0"; } method SettingsImplementation (line 103) | public SettingsImplementation(ProjectiveDevice.Settings settings) { method getDeviceNumber (line 129) | public Integer getDeviceNumber() { method setDeviceNumber (line 132) | public void setDeviceNumber(Integer deviceNumber) throws PropertyVet... method getDeviceFile (line 154) | public File getDeviceFile() { method setDeviceFile (line 157) | public void setDeviceFile(File deviceFile) throws PropertyVetoExcept... method getDeviceFilename (line 175) | public String getDeviceFilename() { method setDeviceFilename (line 178) | public void setDeviceFilename(String deviceFilename) throws Property... method getDevicePath (line 183) | public String getDevicePath() { method setDevicePath (line 186) | public void setDevicePath(String devicePath) throws PropertyVetoExce... method getFrameGrabber (line 205) | public Class getFrameGrabber() { method setFrameGrabber (line 208) | public void setFrameGrabber(Class frameGrabb... method getDescription (line 250) | public String getDescription() { method getFormat (line 274) | public String getFormat() { method setFormat (line 277) | public void setFormat(String format) { method getImageWidth (line 281) | public int getImageWidth() { method setImageWidth (line 284) | public void setImageWidth(int imageWidth) { method getImageHeight (line 288) | public int getImageHeight() { method setImageHeight (line 291) | public void setImageHeight(int imageHeight) { method getFrameRate (line 295) | public double getFrameRate() { method setFrameRate (line 298) | public void setFrameRate(double frameRate) { method isTriggerMode (line 302) | public boolean isTriggerMode() { method setTriggerMode (line 305) | public void setTriggerMode(boolean triggerMode) { method getBitsPerPixel (line 309) | public int getBitsPerPixel() { method setBitsPerPixel (line 312) | public void setBitsPerPixel(int bitsPerPixel) { method getImageMode (line 316) | public FrameGrabber.ImageMode getImageMode() { method setImageMode (line 319) | public void setImageMode(FrameGrabber.ImageMode imageMode) { method getTimeout (line 323) | public int getTimeout() { method setTimeout (line 326) | public void setTimeout(int timeout) { method getNumBuffers (line 330) | public int getNumBuffers() { method setNumBuffers (line 333) | public void setNumBuffers(int numBuffers) { method isDeinterlace (line 337) | public boolean isDeinterlace() { method setDeinterlace (line 340) | public void setDeinterlace(boolean deinterlace) { class CalibrationSettings (line 346) | public static class CalibrationSettings extends ProjectiveDevice.Calib... method CalibrationSettings (line 347) | public CalibrationSettings() { } method CalibrationSettings (line 348) | public CalibrationSettings(ProjectiveDevice.CalibrationSettings sett... method firePropertyChange (line 355) | @Override public void firePropertyChange(String propertyName, Object... method getName (line 360) | @Override public String getName() { return si.getName(); } method setName (line 361) | @Override public void setName(String name) { si.setName(name); } method getResponseGamma (line 362) | @Override public double getResponseGamma() { return si.getResponseGa... method setResponseGamma (line 363) | @Override public void setResponseGamma(double responseGamma) { si.se... method getDeviceNumber (line 367) | public Integer getDeviceNumber() { return si.getDeviceNumber(); } method setDeviceNumber (line 368) | public void setDeviceNumber(Integer deviceNumber) throws PropertyVet... method getDeviceFile (line 369) | public File getDeviceFile() { return si.getDeviceFile(); } method setDeviceFile (line 370) | public void setDeviceFile(File deviceFile) throws PropertyVetoExcept... method getDeviceFilename (line 371) | public String getDeviceFilename() { return si.getDeviceFilename(); } method setDeviceFilename (line 372) | public void setDeviceFilename(String deviceFilename) throws Property... method getDevicePath (line 373) | public String getDevicePath() { return si.getDevicePath(); } method setDevicePath (line 374) | public void setDevicePath(String devicePath) throws PropertyVetoExce... method getFrameGrabber (line 375) | public Class getFrameGrabber() { return si.g... method setFrameGrabber (line 376) | public void setFrameGrabber(Class frameGrabb... method getDescription (line 377) | public String getDescription() { return si.getDescription(); } method getFormat (line 379) | public String getFormat() { return si.getFormat(); } method setFormat (line 380) | public void setFormat(String format) { si.setFormat(format); } method getImageWidth (line 381) | public int getImageWidth() { return si.getImageWidth(); } method setImageWidth (line 382) | public void setImageWidth(int imageWidth) { si.setImageWidth(imageWi... method getImageHeight (line 383) | public int getImageHeight() { return si.getImageHeight(); } method setImageHeight (line 384) | public void setImageHeight(int imageHeight) { si.setImageHeight(imag... method getFrameRate (line 385) | public double getFrameRate() { return si.getFrameRate(); } method setFrameRate (line 386) | public void setFrameRate(double frameRate) { si.setFrameRate(frameRa... method isTriggerMode (line 387) | public boolean isTriggerMode() { return si.isTriggerMode(); } method setTriggerMode (line 388) | public void setTriggerMode(boolean triggerMode) { si.setTriggerMode(... method getBitsPerPixel (line 389) | public int getBitsPerPixel() { return si.getBitsPerPixel(); } method setBitsPerPixel (line 390) | public void setBitsPerPixel(int bitsPerPixel) { si.setBitsPerPixel(b... method getImageMode (line 391) | public FrameGrabber.ImageMode getImageMode() { return si.getImageMod... method setImageMode (line 392) | public void setImageMode(FrameGrabber.ImageMode imageMode) { si.setI... method getTimeout (line 393) | public int getTimeout() { return si.getTimeout(); } method setTimeout (line 394) | public void setTimeout(int timeout) { si.setTimeout(timeout); } method getNumBuffers (line 395) | public int getNumBuffers() { return si.getNumBuffers(); } method setNumBuffers (line 396) | public void setNumBuffers(int numBuffers) { si.setNumBuffers(numBuff... method isDeinterlace (line 397) | public boolean isDeinterlace() { return si.isDeinterlace(); } method setDeinterlace (line 398) | public void setDeinterlace(boolean deinterlace) { si.setDeinterlace(... class CalibratedSettings (line 401) | public static class CalibratedSettings extends ProjectiveDevice.Calibr... method CalibratedSettings (line 402) | public CalibratedSettings() { } method CalibratedSettings (line 403) | public CalibratedSettings(ProjectiveDevice.CalibratedSettings settin... method firePropertyChange (line 410) | @Override public void firePropertyChange(String propertyName, Object... method getName (line 415) | @Override public String getName() { return si.getName(); } method setName (line 416) | @Override public void setName(String name) { si.setName(name); } method getResponseGamma (line 417) | @Override public double getResponseGamma() { return si.getResponseGa... method setResponseGamma (line 418) | @Override public void setResponseGamma(double responseGamma) { si.se... method getDeviceNumber (line 422) | public Integer getDeviceNumber() { return si.getDeviceNumber(); } method setDeviceNumber (line 423) | public void setDeviceNumber(Integer deviceNumber) throws PropertyVet... method getDeviceFile (line 424) | public File getDeviceFile() { return si.getDeviceFile(); } method setDeviceFile (line 425) | public void setDeviceFile(File deviceFile) throws PropertyVetoExcept... method getDeviceFilename (line 426) | public String getDeviceFilename() { return si.getDeviceFilename(); } method setDeviceFilename (line 427) | public void setDeviceFilename(String deviceFilename) throws Property... method getDevicePath (line 428) | public String getDevicePath() { return si.getDevicePath(); } method setDevicePath (line 429) | public void setDevicePath(String devicePath) throws PropertyVetoExce... method getFrameGrabber (line 430) | public Class getFrameGrabber() { return si.g... method setFrameGrabber (line 431) | public void setFrameGrabber(Class frameGrabb... method getDescription (line 432) | public String getDescription() { return si.getDescription(); } method getFormat (line 434) | public String getFormat() { return si.getFormat(); } method setFormat (line 435) | public void setFormat(String format) { si.setFormat(format); } method getImageWidth (line 436) | public int getImageWidth() { return si.getImageWidth(); } method setImageWidth (line 437) | public void setImageWidth(int imageWidth) { si.setImageWidth(imageWi... method getImageHeight (line 438) | public int getImageHeight() { return si.getImageHeight(); } method setImageHeight (line 439) | public void setImageHeight(int imageHeight) { si.setImageHeight(imag... method getFrameRate (line 440) | public double getFrameRate() { return si.getFrameRate(); } method setFrameRate (line 441) | public void setFrameRate(double frameRate) { si.setFrameRate(frameRa... method isTriggerMode (line 442) | public boolean isTriggerMode() { return si.isTriggerMode(); } method setTriggerMode (line 443) | public void setTriggerMode(boolean triggerMode) { si.setTriggerMode(... method getBitsPerPixel (line 444) | public int getBitsPerPixel() { return si.getBitsPerPixel(); } method setBitsPerPixel (line 445) | public void setBitsPerPixel(int bitsPerPixel) { si.setBitsPerPixel(b... method getImageMode (line 446) | public FrameGrabber.ImageMode getImageMode() { return si.getImageMod... method setImageMode (line 447) | public void setImageMode(FrameGrabber.ImageMode imageMode) { si.setI... method getTimeout (line 448) | public int getTimeout() { return si.getTimeout(); } method setTimeout (line 449) | public void setTimeout(int timeout) { si.setTimeout(timeout); } method getNumBuffers (line 450) | public int getNumBuffers() { return si.getNumBuffers(); } method setNumBuffers (line 451) | public void setNumBuffers(int numBuffers) { si.setNumBuffers(numBuff... method isDeinterlace (line 452) | public boolean isDeinterlace() { return si.isDeinterlace(); } method setDeinterlace (line 453) | public void setDeinterlace(boolean deinterlace) { si.setDeinterlace(... method getSettings (line 457) | @Override public ProjectiveDevice.Settings getSettings() { method setSettings (line 460) | public void setSettings(Settings settings) { method setSettings (line 463) | @Override public void setSettings(ProjectiveDevice.Settings settings) { method createFrameGrabber (line 477) | public FrameGrabber createFrameGrabber() throws FrameGrabber.Exception { method read (line 517) | public static CameraDevice[] read(String filename) throws Exception { method read (line 523) | public static CameraDevice[] read(FileStorage fs) throws Exception { FILE: src/main/java/org/bytedeco/javacv/CameraSettings.java class CameraSettings (line 31) | public class CameraSettings extends BaseSettings { method CameraSettings (line 33) | public CameraSettings() { method CameraSettings (line 36) | public CameraSettings(boolean calibrated) { method getQuantity (line 44) | public int getQuantity() { method setQuantity (line 47) | public void setQuantity(int quantity) throws PropertyVetoException { method getMonitorWindowsScale (line 67) | public double getMonitorWindowsScale() { method setMonitorWindowsScale (line 70) | public void setMonitorWindowsScale(double monitorWindowsScale) { method getFrameGrabber (line 74) | public Class getFrameGrabber() { method setFrameGrabber (line 77) | public void setFrameGrabber(Class frameGrabber) { method toArray (line 81) | @Override public CameraDevice.Settings[] toArray() { FILE: src/main/java/org/bytedeco/javacv/CanvasFrame.java class CanvasFrame (line 59) | public class CanvasFrame extends JFrame { class Exception (line 61) | public static class Exception extends java.lang.Exception { method Exception (line 62) | public Exception(String message) { super(message); } method Exception (line 63) | public Exception(String message, Throwable cause) { super(message, c... method getScreenDescriptions (line 66) | public static String[] getScreenDescriptions() { method getDisplayMode (line 74) | public static DisplayMode getDisplayMode(int screenNumber) { method getGamma (line 82) | public static double getGamma(int screenNumber) { method getDefaultGamma (line 90) | public static double getDefaultGamma() { method getGamma (line 94) | public static double getGamma(GraphicsDevice screen) { method getScreenDevice (line 105) | public static GraphicsDevice getScreenDevice(int screenNumber) throws ... method getScreenDevices (line 113) | public static GraphicsDevice[] getScreenDevices() { method getDefaultScreenDevice (line 116) | public static GraphicsDevice getDefaultScreenDevice() { method CanvasFrame (line 120) | public CanvasFrame(String title) { method CanvasFrame (line 123) | public CanvasFrame(String title, double gamma) { method CanvasFrame (line 128) | public CanvasFrame(String title, GraphicsConfiguration gc) { method CanvasFrame (line 131) | public CanvasFrame(String title, GraphicsConfiguration gc, double gamm... method CanvasFrame (line 136) | public CanvasFrame(String title, int screenNumber, DisplayMode display... method CanvasFrame (line 139) | public CanvasFrame(String title, int screenNumber, DisplayMode display... method init (line 144) | private void init(final boolean fullScreen, final DisplayMode displayM... method initCanvas (line 189) | protected void initCanvas(boolean fullScreen, DisplayMode displayMode,... method dispatchKeyEvent (line 248) | public boolean dispatchKeyEvent(KeyEvent e) { method getLatency (line 268) | public long getLatency() { method setLatency (line 273) | public void setLatency(long latency) { method waitLatency (line 276) | public void waitLatency() throws InterruptedException { method waitKey (line 280) | public KeyEvent waitKey() throws InterruptedException { method waitKey (line 283) | public synchronized KeyEvent waitKey(int delay) throws InterruptedExce... method getCanvas (line 293) | public Canvas getCanvas() { method getCanvasSize (line 297) | public Dimension getCanvasSize() { method setCanvasSize (line 300) | public void setCanvasSize(final int width, final int height) { method getCanvasScale (line 330) | public double getCanvasScale() { method setCanvasScale (line 333) | public void setCanvasScale(double initialScale) { method createGraphics (line 338) | public Graphics2D createGraphics() { method releaseGraphics (line 351) | public void releaseGraphics(Graphics2D g) { method showColor (line 356) | public void showColor(Color color) { method showImage (line 364) | public void showImage(Frame image) { method showImage (line 367) | public void showImage(Frame image, boolean flipChannels) { method showImage (line 371) | public void showImage(Image image) { method tile (line 387) | public static void tile(final CanvasFrame[] frames) { FILE: src/main/java/org/bytedeco/javacv/ColorCalibrator.java class ColorCalibrator (line 34) | public class ColorCalibrator { method ColorCalibrator (line 35) | public ColorCalibrator(ProjectiveDevice device) { method calibrate (line 41) | public double calibrate(Color[] referenceColors, Color[] deviceColors) { FILE: src/main/java/org/bytedeco/javacv/DC1394FrameGrabber.java class DC1394FrameGrabber (line 43) | public class DC1394FrameGrabber extends FrameGrabber { method getDeviceDescriptions (line 44) | public static String[] getDeviceDescriptions() throws Exception { method createDefault (line 79) | public static DC1394FrameGrabber createDefault(File deviceFile) thro... method createDefault (line 80) | public static DC1394FrameGrabber createDefault(String devicePath) thro... method createDefault (line 81) | public static DC1394FrameGrabber createDefault(int deviceNumber) thro... method tryLoad (line 84) | public static void tryLoad() throws Exception { method DC1394FrameGrabber (line 96) | public DC1394FrameGrabber(int deviceNumber) throws Exception { method release (line 117) | public void release() throws Exception { method finalize (line 128) | @Override protected void finalize() throws Throwable { method getGamma (line 150) | @Override public double getGamma() { method getImageWidth (line 154) | @Override public int getImageWidth() { method getImageHeight (line 158) | @Override public int getImageHeight() { method getFrameRate (line 162) | @Override public double getFrameRate() { method setImageMode (line 175) | @Override public void setImageMode(ImageMode imageMode) { method start (line 183) | public void start() throws Exception { method start (line 186) | public void start(boolean tryReset, boolean try1394b) throws Exception { method stop (line 371) | public void stop() throws Exception { method enqueue (line 395) | private void enqueue() throws Exception { method enqueue (line 399) | private void enqueue(dc1394video_frame_t image) throws Exception { method trigger (line 408) | public void trigger() throws Exception { method grab (line 431) | public Frame grab() throws Exception { FILE: src/main/java/org/bytedeco/javacv/FFmpegFrameFilter.java class FFmpegFrameFilter (line 86) | public class FFmpegFrameFilter extends FrameFilter { class Exception (line 88) | public static class Exception extends FrameFilter.Exception { method Exception (line 89) | public Exception(String message) { super(message + " (For more detai... method Exception (line 90) | public Exception(String message, Throwable cause) { super(message, c... method tryLoad (line 94) | public static void tryLoad() throws Exception { method FFmpegFrameFilter (line 125) | public FFmpegFrameFilter(String videoFilters, String audioFilters, int... method FFmpegFrameFilter (line 141) | public FFmpegFrameFilter(String filters, int imageWidth, int imageHeig... method FFmpegFrameFilter (line 145) | public FFmpegFrameFilter(String afilters, int audioChannels) { method release (line 149) | @Override public void release() throws Exception { method releaseUnsafe (line 154) | public synchronized void releaseUnsafe() throws Exception { method finalize (line 211) | @Override protected void finalize() throws Throwable { method getImageWidth (line 241) | @Override public int getImageWidth() { method getImageHeight (line 245) | @Override public int getImageHeight() { method getPixelFormat (line 249) | @Override public int getPixelFormat() { method getFrameRate (line 253) | @Override public double getFrameRate() { method getAspectRatio (line 266) | @Override public double getAspectRatio() { method getAudioChannels (line 276) | @Override public int getAudioChannels() { method getSampleFormat (line 280) | @Override public int getSampleFormat() { method getSampleRate (line 284) | @Override public int getSampleRate() { method start (line 288) | @Override public void start() throws Exception { method startUnsafe (line 293) | public synchronized void startUnsafe() throws Exception { method startVideoUnsafe (line 333) | private void startVideoUnsafe() throws Exception { method startAudioUnsafe (line 435) | private void startAudioUnsafe() throws Exception { method stop (line 535) | @Override public void stop() throws Exception { method push (line 539) | @Override public void push(Frame frame) throws Exception { method push (line 542) | public void push(Frame frame, int pixelFormat) throws Exception { method push (line 545) | public void push(int n, Frame frame) throws Exception { method push (line 548) | public synchronized void push(int n, Frame frame, int pixelFormat) thr... method pushImage (line 574) | public synchronized void pushImage(int n, int width, int height, int d... method pushSamples (line 622) | public synchronized void pushSamples(int n, int audioChannels, int sam... method pull (line 681) | @Override public synchronized Frame pull() throws Exception { method pullImage (line 714) | public synchronized Frame pullImage() throws Exception { method pullSamples (line 771) | public synchronized Frame pullSamples() throws Exception { FILE: src/main/java/org/bytedeco/javacv/FFmpegFrameGrabber.java class FFmpegFrameGrabber (line 89) | public class FFmpegFrameGrabber extends FrameGrabber { class Exception (line 91) | public static class Exception extends FrameGrabber.Exception { method Exception (line 92) | public Exception(String message) { super(message + " (For more detai... method Exception (line 93) | public Exception(String message, Throwable cause) { super(message, c... method getDeviceDescriptions (line 96) | public static String[] getDeviceDescriptions() throws Exception { method createDefault (line 101) | public static FFmpegFrameGrabber createDefault(File deviceFile) thro... method createDefault (line 102) | public static FFmpegFrameGrabber createDefault(String devicePath) thro... method createDefault (line 103) | public static FFmpegFrameGrabber createDefault(int deviceNumber) thro... method tryLoad (line 106) | public static void tryLoad() throws Exception { method FFmpegFrameGrabber (line 142) | public FFmpegFrameGrabber(URL url) { method FFmpegFrameGrabber (line 145) | public FFmpegFrameGrabber(File file) { method FFmpegFrameGrabber (line 148) | public FFmpegFrameGrabber(String filename) { method FFmpegFrameGrabber (line 155) | public FFmpegFrameGrabber(InputStream inputStream) { method FFmpegFrameGrabber (line 159) | public FFmpegFrameGrabber(InputStream inputStream, int maximumSize) { method release (line 166) | public void release() throws Exception { method releaseUnsafe (line 171) | public synchronized void releaseUnsafe() throws Exception { method finalize (line 296) | @Override protected void finalize() throws Throwable { class ReadCallback (line 303) | static class ReadCallback extends Read_packet_Pointer_BytePointer_int { method call (line 304) | @Override public int call(Pointer opaque, BytePointer buf, int buf_s... class SeekCallback (line 323) | static class SeekCallback extends Seek_Pointer_long_int { method call (line 324) | @Override public long call(Pointer opaque, long offset, int whence) { method isCloseInputStream (line 404) | public boolean isCloseInputStream() { method setCloseInputStream (line 407) | public void setCloseInputStream(boolean closeInputStream) { method hasVideo (line 415) | public boolean hasVideo() { method hasAudio (line 423) | public boolean hasAudio() { method getGamma (line 427) | @Override public double getGamma() { method getFormat (line 436) | @Override public String getFormat() { method getImageWidth (line 444) | @Override public int getImageWidth() { method getImageHeight (line 448) | @Override public int getImageHeight() { method getAudioChannels (line 452) | @Override public int getAudioChannels() { method getPixelFormat (line 456) | @Override public int getPixelFormat() { method getVideoCodec (line 470) | @Override public int getVideoCodec() { method getVideoCodecName (line 474) | @Override method getVideoBitrate (line 479) | @Override public int getVideoBitrate() { method getAspectRatio (line 483) | @Override public double getAspectRatio() { method getFrameRate (line 494) | @Override public double getFrameRate() { method getAudioFrameRate (line 506) | public double getAudioFrameRate() { method getVideoFrameRate (line 525) | public double getVideoFrameRate() { method getAudioCodec (line 537) | @Override public int getAudioCodec() { method getAudioCodecName (line 541) | @Override public String getAudioCodecName() { method getAudioBitrate (line 545) | @Override public int getAudioBitrate() { method getSampleFormat (line 549) | @Override public int getSampleFormat() { method getSampleRate (line 563) | @Override public int getSampleRate() { method getMetadata (line 567) | @Override public Map getMetadata() { method getVideoMetadata (line 579) | @Override public Map getVideoMetadata() { method getAudioMetadata (line 591) | @Override public Map getAudioMetadata() { method getMetadata (line 603) | @Override public String getMetadata(String key) { method getVideoMetadata (line 611) | @Override public String getVideoMetadata(String key) { method getAudioMetadata (line 619) | @Override public String getAudioMetadata(String key) { method getVideoSideData (line 627) | @Override public Map getVideoSideData() { method getVideoSideData (line 641) | @Override public Buffer getVideoSideData(String key) { method getDisplayRotation (line 646) | public double getDisplayRotation() { method getAudioSideData (line 651) | @Override public Map getAudioSideData() { method getAudioSideData (line 665) | @Override public Buffer getAudioSideData(String key) { method setFrameNumber (line 671) | @Override public void setFrameNumber(int frameNumber) throws Exception { method setVideoFrameNumber (line 678) | public void setVideoFrameNumber(int frameNumber) throws Exception { method setAudioFrameNumber (line 686) | public void setAudioFrameNumber(int frameNumber) throws Exception { method setTimestamp (line 692) | @Override public void setTimestamp(long timestamp) throws Exception { method setTimestamp (line 699) | public void setTimestamp(long timestamp, boolean checkFrame) throws Ex... method setVideoTimestamp (line 707) | public void setVideoTimestamp(long timestamp) throws Exception { method setAudioTimestamp (line 715) | public void setAudioTimestamp(long timestamp) throws Exception { method setTimestamp (line 724) | private synchronized void setTimestamp(long timestamp, EnumSet I createIndexer() { method createIndexer (line 162) | @Override public I createIndexer(boolean direct) { method createIndexer (line 166) | public I createIndexer(boolean direct, int i) { method clone (line 218) | @Override method cloneBufferArray (line 269) | private static Pointer cloneBufferArray(Buffer[] srcBuffers, Buffer[] ... method getTypes (line 361) | public EnumSet getTypes() { method close (line 369) | @Override public void close() { FILE: src/main/java/org/bytedeco/javacv/FrameConverter.java class FrameConverter (line 37) | public abstract class FrameConverter implements AutoCloseable { method convert (line 40) | public abstract Frame convert(F f); method convert (line 41) | public abstract F convert(Frame frame); method close (line 43) | @Override public void close() { FILE: src/main/java/org/bytedeco/javacv/FrameFilter.java class FrameFilter (line 34) | public abstract class FrameFilter implements Closeable { method createDefault (line 35) | public static FrameFilter createDefault(String filtersDescr, int image... method getFilters (line 55) | public String getFilters() { method setFilters (line 58) | public void setFilters(String filters) { method getImageWidth (line 62) | public int getImageWidth() { method setImageWidth (line 65) | public void setImageWidth(int imageWidth) { method getImageHeight (line 69) | public int getImageHeight() { method setImageHeight (line 72) | public void setImageHeight(int imageHeight) { method getPixelFormat (line 76) | public int getPixelFormat() { method setPixelFormat (line 79) | public void setPixelFormat(int pixelFormat) { method getFrameRate (line 83) | public double getFrameRate() { method setFrameRate (line 86) | public void setFrameRate(double frameRate) { method getAspectRatio (line 90) | public double getAspectRatio() { method setAspectRatio (line 93) | public void setAspectRatio(double aspectRatio) { method getVideoInputs (line 97) | public int getVideoInputs() { method setVideoInputs (line 100) | public void setVideoInputs(int videoInputs) { method getVideoFilterArgs (line 104) | public String[] getVideoFilterArgs() { method setVideoFilterArgs (line 108) | public void setVideoFilterArgs(String[] videoFilterArgs) { method getAudioChannels (line 112) | public int getAudioChannels() { method setAudioChannels (line 115) | public void setAudioChannels(int audioChannels) { method getSampleFormat (line 119) | public int getSampleFormat() { method setSampleFormat (line 122) | public void setSampleFormat(int sampleFormat) { method getSampleRate (line 126) | public int getSampleRate() { method setSampleRate (line 129) | public void setSampleRate(int sampleRate) { method getAudioInputs (line 133) | public int getAudioInputs() { method setAudioInputs (line 136) | public void setAudioInputs(int audioInputs) { method getAudioFilterArgs (line 140) | public String[] getAudioFilterArgs() { method setAudioFilterArgs (line 144) | public void setAudioFilterArgs(String[] audioFilterArgs) { class Exception (line 148) | public static class Exception extends IOException { method Exception (line 149) | public Exception(String message) { super(message); } method Exception (line 150) | public Exception(String message, Throwable cause) { super(message, c... method start (line 153) | public abstract void start() throws Exception; method stop (line 154) | public abstract void stop() throws Exception; method push (line 155) | public abstract void push(Frame frame) throws Exception; method pull (line 156) | public abstract Frame pull() throws Exception; method release (line 157) | public abstract void release() throws Exception; method close (line 159) | @Override public void close() throws Exception { method restart (line 164) | public void restart() throws Exception { method flush (line 168) | public void flush() throws Exception { FILE: src/main/java/org/bytedeco/javacv/FrameGrabber.java class FrameGrabber (line 47) | public abstract class FrameGrabber implements Closeable { method init (line 51) | public static void init() { method getDefault (line 61) | public static Class getDefault() { method get (line 87) | public static Class get(String className) thro... method create (line 101) | public static FrameGrabber create(Class c, Cla... method createDefault (line 119) | public static FrameGrabber createDefault(File deviceFile) throws Excep... method createDefault (line 122) | public static FrameGrabber createDefault(String devicePath) throws Exc... method createDefault (line 125) | public static FrameGrabber createDefault(int deviceNumber) throws Exce... method create (line 133) | public static FrameGrabber create(String className, File deviceFile) t... method create (line 136) | public static FrameGrabber create(String className, String devicePath)... method create (line 139) | public static FrameGrabber create(String className, int deviceNumber) ... class PropertyEditor (line 147) | public static class PropertyEditor extends PropertyEditorSupport { method getAsText (line 148) | @Override public String getAsText() { method setAsText (line 152) | @Override public void setAsText(String s) { method getTags (line 162) | @Override public String[] getTags() { type ImageMode (line 168) | public static enum ImageMode { type SampleMode (line 172) | public static enum SampleMode { method getVideoStream (line 212) | public int getVideoStream() { method setVideoStream (line 215) | public void setVideoStream(int videoStream) { method getAudioStream (line 219) | public int getAudioStream() { method setAudioStream (line 222) | public void setAudioStream(int audioStream) { method setVideoDisposition (line 226) | public void setVideoDisposition(int videoDisposition) { method getVideoDisposition (line 229) | public int getVideoDisposition() { method setAudioDisposition (line 233) | public void setAudioDisposition(int audioDisposition) { method getAudioDisposition (line 236) | public int getAudioDisposition() { method getFormat (line 240) | public String getFormat() { method setFormat (line 243) | public void setFormat(String format) { method getVideoCodecName (line 247) | public String getVideoCodecName() { method setVideoCodecName (line 250) | public void setVideoCodecName(String videoCodecName) { method getAudioCodecName (line 254) | public String getAudioCodecName() { method setAudioCodecName (line 257) | public void setAudioCodecName(String audioCodecName) { method getImageWidth (line 261) | public int getImageWidth() { method setImageWidth (line 264) | public void setImageWidth(int imageWidth) { method getImageHeight (line 268) | public int getImageHeight() { method setImageHeight (line 271) | public void setImageHeight(int imageHeight) { method getAudioChannels (line 275) | public int getAudioChannels() { method setAudioChannels (line 278) | public void setAudioChannels(int audioChannels) { method getImageMode (line 282) | public ImageMode getImageMode() { method setImageMode (line 285) | public void setImageMode(ImageMode imageMode) { method getSensorPattern (line 289) | public long getSensorPattern() { method setSensorPattern (line 292) | public void setSensorPattern(long sensorPattern) { method getPixelFormat (line 296) | public int getPixelFormat() { method setPixelFormat (line 299) | public void setPixelFormat(int pixelFormat) { method getVideoCodec (line 303) | public int getVideoCodec() { method setVideoCodec (line 306) | public void setVideoCodec(int videoCodec) { method getVideoBitrate (line 310) | public int getVideoBitrate() { method setVideoBitrate (line 313) | public void setVideoBitrate(int videoBitrate) { method getImageScalingFlags (line 317) | public int getImageScalingFlags() { method setImageScalingFlags (line 320) | public void setImageScalingFlags(int imageScalingFlags) { method getAspectRatio (line 324) | public double getAspectRatio() { method setAspectRatio (line 327) | public void setAspectRatio(double aspectRatio) { method getFrameRate (line 331) | public double getFrameRate() { method setFrameRate (line 334) | public void setFrameRate(double frameRate) { method getAudioCodec (line 338) | public int getAudioCodec() { method setAudioCodec (line 341) | public void setAudioCodec(int audioCodec) { method getAudioBitrate (line 345) | public int getAudioBitrate() { method setAudioBitrate (line 348) | public void setAudioBitrate(int audioBitrate) { method getSampleMode (line 352) | public SampleMode getSampleMode() { method setSampleMode (line 355) | public void setSampleMode(SampleMode samplesMode) { method getSampleFormat (line 359) | public int getSampleFormat() { method setSampleFormat (line 362) | public void setSampleFormat(int sampleFormat) { method getSampleRate (line 366) | public int getSampleRate() { method setSampleRate (line 369) | public void setSampleRate(int sampleRate) { method isTriggerMode (line 373) | public boolean isTriggerMode() { method setTriggerMode (line 376) | public void setTriggerMode(boolean triggerMode) { method getBitsPerPixel (line 380) | public int getBitsPerPixel() { method setBitsPerPixel (line 383) | public void setBitsPerPixel(int bitsPerPixel) { method getTimeout (line 387) | public int getTimeout() { method setTimeout (line 390) | public void setTimeout(int timeout) { method getNumBuffers (line 394) | public int getNumBuffers() { method setNumBuffers (line 397) | public void setNumBuffers(int numBuffers) { method getGamma (line 401) | public double getGamma() { method setGamma (line 404) | public void setGamma(double gamma) { method isDeinterlace (line 408) | public boolean isDeinterlace() { method setDeinterlace (line 411) | public void setDeinterlace(boolean deinterlace) { method getCharset (line 415) | public Charset getCharset() { method setCharset (line 418) | public void setCharset(Charset charset) { method getOptions (line 422) | public Map getOptions() { method setOptions (line 425) | public void setOptions(Map options) { method getVideoOptions (line 429) | public Map getVideoOptions() { method setVideoOptions (line 432) | public void setVideoOptions(Map options) { method getAudioOptions (line 436) | public Map getAudioOptions() { method setAudioOptions (line 439) | public void setAudioOptions(Map options) { method getMetadata (line 443) | public Map getMetadata() { method setMetadata (line 446) | public void setMetadata(Map metadata) { method getVideoMetadata (line 450) | public Map getVideoMetadata() { method setVideoMetadata (line 453) | public void setVideoMetadata(Map metadata) { method getAudioMetadata (line 457) | public Map getAudioMetadata() { method setAudioMetadata (line 460) | public void setAudioMetadata(Map metadata) { method getOption (line 464) | public String getOption(String key) { method setOption (line 467) | public void setOption(String key, String value) { method getVideoOption (line 471) | public String getVideoOption(String key) { method setVideoOption (line 474) | public void setVideoOption(String key, String value) { method getAudioOption (line 478) | public String getAudioOption(String key) { method setAudioOption (line 481) | public void setAudioOption(String key, String value) { method getMetadata (line 485) | public String getMetadata(String key) { method setMetadata (line 488) | public void setMetadata(String key, String value) { method getVideoMetadata (line 492) | public String getVideoMetadata(String key) { method setVideoMetadata (line 495) | public void setVideoMetadata(String key, String value) { method getAudioMetadata (line 499) | public String getAudioMetadata(String key) { method setAudioMetadata (line 502) | public void setAudioMetadata(String key, String value) { method getVideoSideData (line 506) | public Map getVideoSideData() { method setVideoSideData (line 509) | public void setVideoSideData(Map videoSideData) { method getVideoSideData (line 513) | public Buffer getVideoSideData(String key) { method setVideoSideData (line 516) | public void setVideoSideData(String key, Buffer value) { method getAudioSideData (line 520) | public Map getAudioSideData() { method setAudioSideData (line 523) | public void setAudioSideData(Map audioSideData) { method getAudioSideData (line 527) | public Buffer getAudioSideData(String key) { method setAudioSideData (line 530) | public void setAudioSideData(String key, Buffer value) { method getFrameNumber (line 534) | public int getFrameNumber() { method setFrameNumber (line 537) | public void setFrameNumber(int frameNumber) throws Exception { method getTimestamp (line 541) | public long getTimestamp() { method setTimestamp (line 544) | public void setTimestamp(long timestamp) throws Exception { method getMaxDelay (line 548) | public int getMaxDelay() { method setMaxDelay (line 551) | public void setMaxDelay(int maxDelay) { method getLengthInFrames (line 555) | public int getLengthInFrames() { method getLengthInTime (line 558) | public long getLengthInTime() { class Exception (line 562) | public static class Exception extends IOException { method Exception (line 563) | public Exception(String message) { super(message); } method Exception (line 564) | public Exception(String message, Throwable cause) { super(message, c... method start (line 567) | public abstract void start() throws Exception; method stop (line 568) | public abstract void stop() throws Exception; method trigger (line 569) | public abstract void trigger() throws Exception; method close (line 571) | @Override public void close() throws Exception { method grab (line 594) | public abstract Frame grab() throws Exception; method grabFrame (line 595) | public Frame grabFrame() throws Exception { return grab(); } method release (line 596) | public abstract void release() throws Exception; method restart (line 598) | public void restart() throws Exception { method flush (line 602) | public void flush() throws Exception { method delayedGrab (line 612) | public void delayedGrab(final long delayTime) { method getDelayedTime (line 627) | public long getDelayedTime() throws InterruptedException, ExecutionExc... method getDelayedFrame (line 634) | public Frame getDelayedFrame() throws InterruptedException, ExecutionE... class Array (line 642) | public static class Array { method Array (line 645) | protected Array(FrameGrabber[] frameGrabbers) { method getFrameGrabbers (line 656) | public FrameGrabber[] getFrameGrabbers() { method setFrameGrabbers (line 659) | public void setFrameGrabbers(FrameGrabber[] frameGrabbers) { method size (line 666) | public int size() { method start (line 670) | public void start() throws Exception { method stop (line 675) | public void stop() throws Exception { method trigger (line 681) | public void trigger() throws Exception { method grab (line 689) | public Frame[] grab() throws Exception { method release (line 773) | public void release() throws Exception { method createArray (line 780) | public Array createArray(FrameGrabber[] frameGrabbers) { method grabAtFrameRate (line 785) | public Frame grabAtFrameRate() throws Exception, InterruptedException { method waitForTimestamp (line 794) | public boolean waitForTimestamp(Frame frame) throws InterruptedExcepti... method resetStartTime (line 807) | public void resetStartTime() { FILE: src/main/java/org/bytedeco/javacv/FrameRecorder.java class FrameRecorder (line 41) | public abstract class FrameRecorder implements Closeable { method init (line 44) | public static void init() { method getDefault (line 52) | public static Class getDefault() { method get (line 63) | public static Class get(String className) thr... method create (line 77) | public static FrameRecorder create(Class c, C... method createDefault (line 95) | public static FrameRecorder createDefault(File file, int width, int he... method createDefault (line 98) | public static FrameRecorder createDefault(String filename, int width, ... method create (line 102) | public static FrameRecorder create(String className, File file, int wi... method create (line 105) | public static FrameRecorder create(String className, String filename, ... method getFormat (line 131) | public String getFormat() { method setFormat (line 134) | public void setFormat(String format) { method getVideoCodecName (line 138) | public String getVideoCodecName() { method setVideoCodecName (line 141) | public void setVideoCodecName(String videoCodecName) { method getAudioCodecName (line 145) | public String getAudioCodecName() { method setAudioCodecName (line 148) | public void setAudioCodecName(String audioCodecName) { method getImageWidth (line 152) | public int getImageWidth() { method setImageWidth (line 155) | public void setImageWidth(int imageWidth) { method getImageHeight (line 159) | public int getImageHeight() { method setImageHeight (line 162) | public void setImageHeight(int imageHeight) { method getAudioChannels (line 166) | public int getAudioChannels() { method setAudioChannels (line 169) | public void setAudioChannels(int audioChannels) { method getPixelFormat (line 173) | public int getPixelFormat() { method setPixelFormat (line 176) | public void setPixelFormat(int pixelFormat) { method getVideoCodec (line 180) | public int getVideoCodec() { method setVideoCodec (line 183) | public void setVideoCodec(int videoCodec) { method getVideoBitrate (line 187) | public int getVideoBitrate() { method setVideoBitrate (line 190) | public void setVideoBitrate(int videoBitrate) { method getImageScalingFlags (line 194) | public int getImageScalingFlags() { method setImageScalingFlags (line 197) | public void setImageScalingFlags(int imageScalingFlags) { method getGopSize (line 201) | public int getGopSize() { method setGopSize (line 204) | public void setGopSize(int gopSize) { method getVideoProfile (line 208) | public int getVideoProfile() { method setVideoProfile (line 211) | public void setVideoProfile(int videoProfile) { method getAspectRatio (line 215) | public double getAspectRatio() { method setAspectRatio (line 218) | public void setAspectRatio(double aspectRatio) { method getFrameRate (line 222) | public double getFrameRate() { method setFrameRate (line 225) | public void setFrameRate(double frameRate) { method getVideoQuality (line 229) | public double getVideoQuality() { method setVideoQuality (line 232) | public void setVideoQuality(double videoQuality) { method getSampleFormat (line 236) | public int getSampleFormat() { method setSampleFormat (line 239) | public void setSampleFormat(int sampleFormat) { method getAudioCodec (line 243) | public int getAudioCodec() { method setAudioCodec (line 246) | public void setAudioCodec(int audioCodec) { method getAudioBitrate (line 250) | public int getAudioBitrate() { method setAudioBitrate (line 253) | public void setAudioBitrate(int audioBitrate) { method getSampleRate (line 257) | public int getSampleRate() { method setSampleRate (line 260) | public void setSampleRate(int sampleRate) { method getAudioQuality (line 264) | public double getAudioQuality() { method setAudioQuality (line 267) | public void setAudioQuality(double audioQuality) { method isInterleaved (line 271) | public boolean isInterleaved() { method setInterleaved (line 274) | public void setInterleaved(boolean interleaved) { method getCharset (line 278) | public Charset getCharset() { method setCharset (line 281) | public void setCharset(Charset charset) { method getOptions (line 285) | public Map getOptions() { method setOptions (line 288) | public void setOptions(Map options) { method getVideoOptions (line 292) | public Map getVideoOptions() { method setVideoOptions (line 295) | public void setVideoOptions(Map options) { method getAudioOptions (line 299) | public Map getAudioOptions() { method setAudioOptions (line 302) | public void setAudioOptions(Map options) { method getMetadata (line 306) | public Map getMetadata() { method setMetadata (line 309) | public void setMetadata(Map metadata) { method getVideoMetadata (line 313) | public Map getVideoMetadata() { method setVideoMetadata (line 316) | public void setVideoMetadata(Map metadata) { method getAudioMetadata (line 320) | public Map getAudioMetadata() { method setAudioMetadata (line 323) | public void setAudioMetadata(Map metadata) { method getOption (line 327) | public String getOption(String key) { method setOption (line 330) | public void setOption(String key, String value) { method getVideoOption (line 334) | public String getVideoOption(String key) { method setVideoOption (line 337) | public void setVideoOption(String key, String value) { method getAudioOption (line 341) | public String getAudioOption(String key) { method setAudioOption (line 344) | public void setAudioOption(String key, String value) { method getMetadata (line 348) | public String getMetadata(String key) { method setMetadata (line 351) | public void setMetadata(String key, String value) { method getVideoMetadata (line 355) | public String getVideoMetadata(String key) { method setVideoMetadata (line 358) | public void setVideoMetadata(String key, String value) { method getAudioMetadata (line 362) | public String getAudioMetadata(String key) { method setAudioMetadata (line 365) | public void setAudioMetadata(String key, String value) { method getVideoSideData (line 369) | public Map getVideoSideData() { method setVideoSideData (line 372) | public void setVideoSideData(Map videoSideData) { method getVideoSideData (line 376) | public Buffer getVideoSideData(String key) { method setVideoSideData (line 379) | public void setVideoSideData(String key, Buffer value) { method getAudioSideData (line 383) | public Map getAudioSideData() { method setAudioSideData (line 386) | public void setAudioSideData(Map audioSideData) { method getAudioSideData (line 390) | public Buffer getAudioSideData(String key) { method setAudioSideData (line 393) | public void setAudioSideData(String key, Buffer value) { method getFrameNumber (line 397) | public int getFrameNumber() { method setFrameNumber (line 400) | public void setFrameNumber(int frameNumber) { method getTimestamp (line 404) | public long getTimestamp() { method setTimestamp (line 407) | public void setTimestamp(long timestamp) { method getMaxBFrames (line 411) | public int getMaxBFrames() { method setMaxBFrames (line 414) | public void setMaxBFrames(int maxBFrames) { method getTrellis (line 418) | public int getTrellis() { method setTrellis (line 422) | public void setTrellis(int trellis) { method getMaxDelay (line 426) | public int getMaxDelay() { method setMaxDelay (line 430) | public void setMaxDelay(int maxDelay) { class Exception (line 434) | public static class Exception extends IOException { method Exception (line 435) | public Exception(String message) { super(message); } method Exception (line 436) | public Exception(String message, Throwable cause) { super(message, c... method start (line 439) | public abstract void start() throws Exception; method flush (line 440) | public abstract void flush() throws Exception; method stop (line 441) | public abstract void stop() throws Exception; method record (line 442) | public abstract void record(Frame frame) throws Exception; method release (line 443) | public abstract void release() throws Exception; method close (line 445) | @Override public void close() throws Exception { FILE: src/main/java/org/bytedeco/javacv/GLCanvasFrame.java class GLCanvasFrame (line 63) | public class GLCanvasFrame extends CanvasFrame { method GLCanvasFrame (line 64) | public GLCanvasFrame(String title) { method GLCanvasFrame (line 67) | public GLCanvasFrame(String title, double gamma) { method GLCanvasFrame (line 72) | public GLCanvasFrame(String title, GraphicsConfiguration gc, method GLCanvasFrame (line 76) | public GLCanvasFrame(String title, GraphicsConfiguration gc, method GLCanvasFrame (line 82) | public GLCanvasFrame(String title, int screenNumber, DisplayMode displ... method GLCanvasFrame (line 85) | public GLCanvasFrame(String title, int screenNumber, DisplayMode displ... method GLCanvasFrame (line 90) | public GLCanvasFrame(String title, int screenNumber, DisplayMode displ... method GLCanvasFrame (line 94) | public GLCanvasFrame(String title, int screenNumber, DisplayMode displ... method init (line 100) | private void init(final boolean fullScreen, method initCanvas (line 136) | @Override protected void initCanvas(boolean fullScreen, DisplayMode di... method init (line 145) | public void init(GLAutoDrawable drawable) { method dispose (line 157) | public void dispose(GLAutoDrawable drawable) { method display (line 166) | public void display(GLAutoDrawable drawable) { method reshape (line 209) | public void reshape(GLAutoDrawable drawable, int x, int y, int width, ... method getGLCanvas (line 212) | public GLCanvas getGLCanvas() { method showColor (line 216) | @Override public void showColor(Color color) { method showImage (line 222) | @Override public void showImage(Frame frame) { method showImage (line 225) | @Override public void showImage(Frame frame, boolean flipChannels) { method showImage (line 255) | @Override public void showImage(Image image) { method showImage (line 261) | public void showImage(BufferedImage image) { method showImage (line 300) | public void showImage(int renderBuffer) { method main (line 311) | public static void main(String[] args) throws java.lang.Exception { FILE: src/main/java/org/bytedeco/javacv/GNImageAligner.java class GNImageAligner (line 38) | public class GNImageAligner implements ImageAligner { method GNImageAligner (line 39) | public GNImageAligner(ImageTransformer transformer, Parameters initial... method GNImageAligner (line 43) | public GNImageAligner(ImageTransformer transformer, Parameters initial... method GNImageAligner (line 92) | protected GNImageAligner(ImageTransformer transformer, Parameters init... class Settings (line 122) | public static class Settings extends ImageAligner.Settings implements ... method Settings (line 123) | public Settings() { } method Settings (line 124) | public Settings(Settings s) { method getStepSize (line 147) | public double getStepSize() { method setStepSize (line 150) | public void setStepSize(double stepSize) { method getLineSearch (line 154) | public double[] getLineSearch() { method setLineSearch (line 157) | public void setLineSearch(double[] lineSearch) { method getDeltaMin (line 161) | public double getDeltaMin() { method setDeltaMin (line 164) | public void setDeltaMin(double deltaMin) { method getDeltaMax (line 168) | public double getDeltaMax() { method setDeltaMax (line 171) | public void setDeltaMax(double deltaMax) { method getDisplacementMax (line 175) | public double getDisplacementMax() { method setDisplacementMax (line 178) | public void setDisplacementMax(double displacementMax) { method getAlphaSubspace (line 182) | public double getAlphaSubspace() { method setAlphaSubspace (line 185) | public void setAlphaSubspace(double alphaSubspace) { method getAlphaTikhonov (line 189) | public double getAlphaTikhonov() { method setAlphaTikhonov (line 192) | public void setAlphaTikhonov(double alphaTikhonov) { method getGammaTgamma (line 196) | public CvMat getGammaTgamma() { method setGammaTgamma (line 199) | public void setGammaTgamma(CvMat gammaTgamma) { method clone (line 210) | @Override public Settings clone() { method getSettings (line 216) | public Settings getSettings() { method setSettings (line 219) | public void setSettings(ImageAligner.Settings settings) { method getTemplateImage (line 244) | public IplImage getTemplateImage() { method setTemplateImage (line 247) | public void setTemplateImage(IplImage template0, double[] roiPts) { method getTargetImage (line 275) | public IplImage getTargetImage() { method setTargetImage (line 278) | public void setTargetImage(IplImage target0) { method getPyramidLevel (line 336) | public int getPyramidLevel() { method setPyramidLevel (line 339) | public void setPyramidLevel(int pyramidLevel) { method isConstrained (line 345) | public boolean isConstrained() { method setConstrained (line 348) | public void setConstrained(boolean constrained) { method getParameters (line 370) | public Parameters getParameters() { method setParameters (line 373) | public void setParameters(Parameters parameters) { method getPriorParameters (line 384) | public Parameters getPriorParameters() { method setPriorParameters (line 387) | public void setPriorParameters(Parameters priorParameters) { method getTransformedRoiPts (line 391) | public double[] getTransformedRoiPts() { method getTransformedImage (line 399) | public IplImage getTransformedImage() { method getResidualImage (line 406) | public IplImage getResidualImage() { method getMaskImage (line 413) | public IplImage getMaskImage() { method getRMSE (line 417) | public double getRMSE() { method getPixelCount (line 425) | public int getPixelCount() { method getOutlierCount (line 433) | public int getOutlierCount() { method getRoi (line 437) | public CvRect getRoi() { method getLastLinePosition (line 443) | public int getLastLinePosition() { method getImages (line 447) | public IplImage[] getImages() { method iterate (line 456) | public boolean iterate(double[] delta) { method doHessianGradient (line 532) | protected void doHessianGradient(final double[] scale) { method doRegularization (line 584) | protected void doRegularization(final double[] scale) { method doRoi (line 717) | protected void doRoi() { method doResidual (line 735) | protected void doResidual() { FILE: src/main/java/org/bytedeco/javacv/GNImageAlignerCL.java class GNImageAlignerCL (line 42) | public class GNImageAlignerCL extends GNImageAligner implements ImageAli... method GNImageAlignerCL (line 43) | public GNImageAlignerCL(ImageTransformerCL transformer, Parameters ini... method GNImageAlignerCL (line 47) | public GNImageAlignerCL(ImageTransformerCL transformer, Parameters ini... method release (line 104) | public void release() { method finalize (line 132) | @Override protected void finalize() throws Throwable { method getTemplateImage (line 146) | @Override public IplImage getTemplateImage() { method getTemplateImage (line 149) | public IplImage getTemplateImage(boolean blocking) { method setTemplateImage (line 157) | @Override public void setTemplateImage(IplImage template0, double[] ro... method getTargetImage (line 162) | @Override public IplImage getTargetImage() { method getTargetImage (line 165) | public IplImage getTargetImage(boolean blocking) { method setTargetImage (line 168) | @Override public void setTargetImage(IplImage target0) { method getTransformedImage (line 173) | @Override public IplImage getTransformedImage() { method getTransformedImage (line 176) | public IplImage getTransformedImage(boolean blocking) { method getResidualImage (line 180) | @Override public IplImage getResidualImage() { method getResidualImage (line 183) | public IplImage getResidualImage(boolean blocking) { method getMaskImage (line 187) | @Override public IplImage getMaskImage() { method getMaskImage (line 190) | public IplImage getMaskImage(boolean blocking) { method getRMSE (line 197) | @Override public double getRMSE() { method getPixelCount (line 205) | @Override public int getPixelCount() { method getOutlierCount (line 213) | @Override public int getOutlierCount() { method getRoi (line 217) | @Override public CvRect getRoi() { method getImages (line 225) | @Override public IplImage[] getImages() { method getImages (line 228) | public IplImage[] getImages(boolean blocking) { method getTemplateImageCL (line 237) | public CLImage2d getTemplateImageCL() { method setTemplateImageCL (line 240) | public void setTemplateImageCL(CLImage2d template0, double[] roiPts) { method getTargetImageCL (line 273) | public CLImage2d getTargetImageCL() { method setTargetImageCL (line 276) | public void setTargetImageCL(CLImage2d target0) { method getTransformedImageCL (line 296) | public CLImage2d getTransformedImageCL() { method getResidualImageCL (line 303) | public CLImage2d getResidualImageCL() { method getMaskImageCL (line 310) | public CLImage2d getMaskImageCL() { method getImagesCL (line 314) | public CLImage2d[] getImagesCL() { method doHessianGradient (line 323) | @Override protected void doHessianGradient(final double[] scale) { method doRoi (line 364) | @Override protected void doRoi() { method doResidual (line 408) | @Override protected void doResidual() { FILE: src/main/java/org/bytedeco/javacv/GeometricCalibrator.java class GeometricCalibrator (line 43) | public class GeometricCalibrator { method GeometricCalibrator (line 44) | public GeometricCalibrator(Settings settings, MarkerDetector.Settings ... class Settings (line 61) | public static class Settings extends BaseChildSettings { method getDetectedBoardMin (line 66) | public double getDetectedBoardMin() { method setDetectedBoardMin (line 69) | public void setDetectedBoardMin(double detectedBoardMin) { method getPatternSteadySize (line 73) | public double getPatternSteadySize() { method setPatternSteadySize (line 76) | public void setPatternSteadySize(double patternSteadySize) { method getPatternMovedSize (line 80) | public double getPatternMovedSize() { method setPatternMovedSize (line 83) | public void setPatternMovedSize(double patternMovedSize) { method getMarkerDetector (line 104) | public MarkerDetector getMarkerDetector() { method getMarkedPlane (line 107) | public MarkedPlane getMarkedPlane() { method getProjectiveDevice (line 110) | public ProjectiveDevice getProjectiveDevice() { method getAllObjectMarkers (line 114) | public LinkedList getAllObjectMarkers() { method setAllObjectMarkers (line 117) | public void setAllObjectMarkers(LinkedList allObjectMarkers) { method getAllImageMarkers (line 121) | public LinkedList getAllImageMarkers() { method setAllImageMarkers (line 124) | public void setAllImageMarkers(LinkedList allImageMarkers) { method processImage (line 128) | public Marker[] processImage(IplImage image) { method drawMarkers (line 173) | public void drawMarkers(IplImage image) { method addMarkers (line 177) | public void addMarkers() { method addMarkers (line 180) | public void addMarkers(Marker[] imageMarkers) { method addMarkers (line 183) | public void addMarkers(Marker[] objectMarkers, Marker[] imageMarkers) { method getImageCount (line 210) | public int getImageCount() { method getObjectPoints (line 215) | private Point3fVectorVector getObjectPoints(CvMat points, CvMat counts) { method getImagePoints (line 231) | private Point2fVectorVector getImagePoints(CvMat points, CvMat counts) { method getPoints (line 247) | private CvMat[] getPoints(boolean useCenters) { method computeReprojectionError (line 299) | public static double[] computeReprojectionError(CvMat object_points, method calibrate (line 357) | public double[] calibrate(boolean useCenters) { method computeStereoError (line 420) | public static double[] computeStereoError(CvMat imagePoints1, CvMat im... method calibrateStereo (line 455) | public double[] calibrateStereo(boolean useCenters, GeometricCalibrato... FILE: src/main/java/org/bytedeco/javacv/HandMouse.java class HandMouse (line 40) | public class HandMouse { method HandMouse (line 41) | public HandMouse() { method HandMouse (line 44) | public HandMouse(Settings settings) { class Settings (line 48) | public static class Settings extends BaseChildSettings { method Settings (line 49) | public Settings() { } method Settings (line 50) | public Settings(Settings s) { method getMopIterations (line 72) | public int getMopIterations() { method setMopIterations (line 75) | public void setMopIterations(int mopIterations) { method getClickSteadySize (line 79) | public double getClickSteadySize() { method setClickSteadySize (line 82) | public void setClickSteadySize(double clickSteadySize) { method getClickSteadyTime (line 86) | public long getClickSteadyTime() { method setClickSteadyTime (line 89) | public void setClickSteadyTime(long clickSteadyTime) { method getEdgeAreaMin (line 93) | public double getEdgeAreaMin() { method setEdgeAreaMin (line 96) | public void setEdgeAreaMin(double edgeAreaMin) { method getEdgeAreaMax (line 100) | public double getEdgeAreaMax() { method setEdgeAreaMax (line 103) | public void setEdgeAreaMax(double edgeAreaMax) { method getThresholdHigh (line 107) | public double getThresholdHigh() { method setThresholdHigh (line 110) | public void setThresholdHigh(double thresholdHigh) { method getThresholdLow (line 114) | public double getThresholdLow() { method setThresholdLow (line 117) | public void setThresholdLow(double thresholdLow) { method getBrightnessMin (line 121) | public double getBrightnessMin() { method setBrightnessMin (line 124) | public void setBrightnessMin(double brightnessMin) { method getUpdateAlpha (line 128) | public double getUpdateAlpha() { method setUpdateAlpha (line 131) | public void setUpdateAlpha(double updateAlpha) { method getSettings (line 137) | public Settings getSettings() { method setSettings (line 140) | public void setSettings(Settings settings) { method reset (line 159) | public void reset() { method update (line 163) | public void update(IplImage[] images, int pyramidLevel, CvRect roi, do... method getRelativeResidual (line 347) | public IplImage getRelativeResidual() { method getResultImage (line 350) | public IplImage getResultImage() { method getX (line 372) | public double getX() { method getY (line 375) | public double getY() { method isSteady (line 379) | public boolean isSteady() { method isClick (line 389) | public boolean isClick() { FILE: src/main/java/org/bytedeco/javacv/IPCameraFrameGrabber.java class IPCameraFrameGrabber (line 43) | public class IPCameraFrameGrabber extends FrameGrabber { method tryLoad (line 54) | public static void tryLoad() throws Exception { method IPCameraFrameGrabber (line 86) | public IPCameraFrameGrabber(URL url, int startTimeout, int grabTimeout... method IPCameraFrameGrabber (line 101) | public IPCameraFrameGrabber(String urlstr, int connectionTimeout, int ... method IPCameraFrameGrabber (line 113) | @Deprecated method start (line 118) | @Override method stop (line 140) | @Override method trigger (line 156) | @Override method grab (line 160) | @Override method grabBufferedImage (line 172) | public BufferedImage grabBufferedImage() throws IOException { method releaseDecoded (line 182) | private void releaseDecoded() { method readImage (line 189) | private byte[] readImage() throws IOException { method release (line 241) | @Override method ensureBufferCapacity (line 252) | private void ensureBufferCapacity(int desiredCapacity) { method toIntExact (line 273) | private static int toIntExact(long value) { FILE: src/main/java/org/bytedeco/javacv/ImageAligner.java type ImageAligner (line 34) | public interface ImageAligner { class Settings (line 36) | public class Settings extends BaseChildSettings implements Cloneable { method Settings (line 37) | public Settings() { } method Settings (line 38) | public Settings(Settings s) { method getPyramidLevelMin (line 52) | public int getPyramidLevelMin() { method setPyramidLevelMin (line 55) | public void setPyramidLevelMin(int pyramidLevelMin) { method getPyramidLevelMax (line 59) | public int getPyramidLevelMax() { method setPyramidLevelMax (line 62) | public void setPyramidLevelMax(int pyramidLevelMax) { method getThresholdsZero (line 66) | public double[] getThresholdsZero() { method setThresholdsZero (line 69) | public void setThresholdsZero(double[] thresholdsZero) { method getThresholdsOutlier (line 73) | public double[] getThresholdsOutlier() { method setThresholdsOutlier (line 76) | public void setThresholdsOutlier(double[] thresholdsOutlier) { method isThresholdsMulRMSE (line 80) | public boolean isThresholdsMulRMSE() { method setThresholdsMulRMSE (line 83) | public void setThresholdsMulRMSE(boolean thresholdsMulRMSE) { method clone (line 87) | @Override public Settings clone() { method getSettings (line 91) | Settings getSettings(); method setSettings (line 92) | void setSettings(Settings settings); method getTemplateImage (line 94) | IplImage getTemplateImage(); method setTemplateImage (line 95) | void setTemplateImage(IplImage template0, double[] roiPts); method getTargetImage (line 97) | IplImage getTargetImage(); method setTargetImage (line 98) | void setTargetImage(IplImage target0); method getPyramidLevel (line 100) | int getPyramidLevel(); method setPyramidLevel (line 101) | void setPyramidLevel(int pyramidLevel); method getParameters (line 103) | Parameters getParameters(); method setParameters (line 104) | void setParameters(Parameters parameters); method getTransformedRoiPts (line 106) | double[] getTransformedRoiPts(); method getTransformedImage (line 107) | IplImage getTransformedImage(); method getResidualImage (line 108) | IplImage getResidualImage(); method getMaskImage (line 109) | IplImage getMaskImage(); method getRMSE (line 110) | double getRMSE(); method getRoi (line 111) | CvRect getRoi(); method getImages (line 113) | IplImage[] getImages(); method iterate (line 115) | boolean iterate(double[] delta); FILE: src/main/java/org/bytedeco/javacv/ImageAlignerCL.java type ImageAlignerCL (line 31) | public interface ImageAlignerCL extends ImageAligner { method getTemplateImageCL (line 33) | CLImage2d getTemplateImageCL(); method setTemplateImageCL (line 34) | void setTemplateImageCL(CLImage2d template0, double[] roiPts); method getTargetImageCL (line 36) | CLImage2d getTargetImageCL(); method setTargetImageCL (line 37) | void setTargetImageCL(CLImage2d target0); method getTransformedImageCL (line 39) | CLImage2d getTransformedImageCL(); method getResidualImageCL (line 40) | CLImage2d getResidualImageCL(); method getMaskImageCL (line 41) | CLImage2d getMaskImageCL(); method getImagesCL (line 43) | CLImage2d[] getImagesCL(); FILE: src/main/java/org/bytedeco/javacv/ImageTransformer.java type ImageTransformer (line 36) | public interface ImageTransformer { class Data (line 38) | public class Data { method Data (line 39) | public Data() { this(null, null, null, null, 0, 0, 0, null, null, 0); } method Data (line 40) | public Data(IplImage srcImg, IplImage subImg, IplImage srcDotImg, Ip... type Parameters (line 69) | public interface Parameters extends Cloneable { method size (line 70) | int size(); method get (line 71) | double[] get(); method get (line 72) | double get(int i); method set (line 73) | void set(double ... p); method set (line 74) | void set(int i, double p); method set (line 75) | void set(Parameters p); method reset (line 76) | void reset(boolean asIdentity); method getConstraintError (line 77) | double getConstraintError(); method compose (line 78) | void compose(Parameters p1, boolean inverse1, Parameters p2, boolean... method preoptimize (line 79) | boolean preoptimize(); method getSubspace (line 80) | double[] getSubspace(); method setSubspace (line 81) | void setSubspace(double ... p); method clone (line 82) | Parameters clone(); method createParameters (line 85) | Parameters createParameters(); method transform (line 86) | void transform(Data[] data, CvRect roi, Parameters[] parameters, boole... method transform (line 87) | void transform(CvMat srcPts, CvMat dstPts, Parameters parameters, bool... FILE: src/main/java/org/bytedeco/javacv/ImageTransformerCL.java type ImageTransformerCL (line 34) | public interface ImageTransformerCL extends ImageTransformer { class InputData (line 36) | public class InputData { method InputData (line 37) | public InputData() { this(true); } method InputData (line 38) | public InputData(boolean autoWrite) { this.autoWrite = autoWrite; } method getBuffer (line 47) | CLBuffer getBuffer(JavaCVCL context) { method writeBuffer (line 56) | public CLBuffer writeBuffer(JavaCVCL context) { class OutputData (line 66) | public class OutputData { method OutputData (line 67) | public OutputData() { this(true); } method OutputData (line 68) | public OutputData(boolean autoRead) { this.autoRead = autoRead; } method getBuffer (line 76) | CLBuffer getBuffer(JavaCVCL context, int dotSize, int re... method readBuffer (line 89) | public CLBuffer readBuffer(JavaCVCL context) { method getContext (line 100) | JavaCVCL getContext(); method transform (line 102) | void transform(CLImage2d srcImg, CLImage2d subImg, CLImage2d srcDotImg... FILE: src/main/java/org/bytedeco/javacv/Java2DFrameConverter.java class Java2DFrameConverter (line 60) | public class Java2DFrameConverter extends FrameConverter { method convert (line 62) | @Override public Frame convert(BufferedImage img) { method convert (line 66) | @Override public BufferedImage convert(Frame frame) { method cloneBufferedImage (line 74) | public static BufferedImage cloneBufferedImage(BufferedImage source) { method decodeGamma22 (line 104) | public static int decodeGamma22(int value) { method encodeGamma22 (line 107) | public static int encodeGamma22(int value) { method flipCopyWithGamma (line 110) | public static void flipCopyWithGamma(ByteBuffer srcBuf, int srcBufferI... method flipCopyWithGamma (line 196) | public static void flipCopyWithGamma(ShortBuffer srcBuf, int srcBuffer... method flipCopyWithGamma (line 274) | public static void flipCopyWithGamma(IntBuffer srcBuf, int srcBufferIn... method flipCopyWithGamma (line 321) | public static void flipCopyWithGamma(FloatBuffer srcBuf, int srcBuffer... method flipCopyWithGamma (line 368) | public static void flipCopyWithGamma(DoubleBuffer srcBuf, int srcBuffe... method applyGamma (line 416) | public static void applyGamma(Frame frame, double gamma) { method applyGamma (line 419) | public static void applyGamma(Buffer buffer, int depth, int stride, do... method copy (line 450) | public static void copy(Frame frame, BufferedImage bufferedImage) { method copy (line 453) | public static void copy(Frame frame, BufferedImage bufferedImage, doub... method copy (line 456) | public static void copy(Frame frame, BufferedImage bufferedImage, doub... method copy (line 506) | public static void copy(BufferedImage image, Frame frame) { method copy (line 509) | public static void copy(BufferedImage image, Frame frame, double gamma) { method copy (line 512) | public static void copy(BufferedImage image, Frame frame, double gamma... method getBufferedImageType (line 563) | public static int getBufferedImageType(Frame frame) { method getBufferedImage (line 591) | public BufferedImage getBufferedImage(Frame frame) { method getBufferedImage (line 594) | public BufferedImage getBufferedImage(Frame frame, double gamma) { method getBufferedImage (line 597) | public BufferedImage getBufferedImage(Frame frame, double gamma, boole... method getFrame (line 691) | public Frame getFrame(BufferedImage image) { method getFrame (line 697) | public Frame getFrame(BufferedImage image, double gamma) { method getFrame (line 703) | public Frame getFrame(BufferedImage image, double gamma, boolean flipC... FILE: src/main/java/org/bytedeco/javacv/Java2DFrameUtils.java class Java2DFrameUtils (line 33) | public class Java2DFrameUtils { method deepCopy (line 47) | public static BufferedImage deepCopy(BufferedImage source) { method toBufferedImage (line 51) | public synchronized static BufferedImage toBufferedImage(IplImage src) { method toBufferedImage (line 57) | public synchronized static BufferedImage toBufferedImage(Mat src) { method toBufferedImage (line 63) | public synchronized static BufferedImage toBufferedImage(Frame src) { method toIplImage (line 69) | public synchronized static IplImage toIplImage(Mat src){ method toIplImage (line 73) | public synchronized static IplImage toIplImage(Frame src){ method toIplImage (line 77) | public synchronized static IplImage toIplImage(BufferedImage src){ method toMat (line 81) | public synchronized static Mat toMat(IplImage src){ method toMat (line 85) | public synchronized static Mat toMat(Frame src){ method toMat (line 89) | public synchronized static Mat toMat(BufferedImage src){ method toFrame (line 93) | public synchronized static Frame toFrame(IplImage src){ method toFrame (line 97) | public synchronized static Frame toFrame(Mat src){ method toFrame (line 101) | public synchronized static Frame toFrame(BufferedImage src){ FILE: src/main/java/org/bytedeco/javacv/JavaCV.java class JavaCV (line 43) | public class JavaCV { method distanceToLine (line 51) | public static double distanceToLine(double x1, double y1, double x2, d... method boundedRect (line 70) | public static CvBox2D boundedRect(CvMat contour, CvBox2D box) { method boundingRect (line 110) | public static CvRect boundingRect(double[] contour, CvRect rect, method getPerspectiveTransform (line 141) | public static CvMat getPerspectiveTransform(double[] src, double[] dst... method perspectiveTransform (line 171) | public static void perspectiveTransform(double[] src, double[] dst, Cv... method getPlaneParameters (line 189) | public static CvMat getPlaneParameters(double[] src, double[] dst, method getPerspectiveTransform (line 213) | public static CvMat getPerspectiveTransform(double[] src, double[] dst, method perspectiveTransform (line 229) | public static void perspectiveTransform(double[] src, double[] dst, method HtoRt (line 252) | public static void HtoRt(CvMat H, CvMat R, CvMat t) { method HnToRt (line 274) | public static double HnToRt(CvMat H, CvMat n, CvMat R, CvMat t) { method homogToRt (line 347) | public static double homogToRt(CvMat H, method homogToRt (line 355) | public static double homogToRt(CvMat S, CvMat U, CvMat V, method unitize (line 400) | public static double[] unitize(double a, double b) { method adaptiveThreshold (line 410) | public static void adaptiveThreshold(IplImage srcImage, final IplImage... method hysteresisThreshold (line 523) | public static void hysteresisThreshold(IplImage srcImage, IplImage dst... method clamp (line 733) | public static void clamp(IplImage src, IplImage dst, double min, doubl... method norm (line 796) | public static double norm(double[] v) { method norm (line 800) | public static double norm(double[] v, double p) { method norm (line 836) | public static double norm(CvMat A) { method norm (line 840) | public static double norm(CvMat A, double p) { method norm (line 844) | public static double norm(CvMat A, double p, CvMat W) { method cond (line 878) | public static double cond(CvMat A) { method cond (line 881) | public static double cond(CvMat A, double p) { method cond (line 884) | public static double cond(CvMat A, double p, CvMat W) { method median (line 908) | public static double median(double[] doubles) { method median (line 917) | public static T median(T[] objects) { method fractalTriangleWave (line 923) | public static void fractalTriangleWave(double[] line, int i, int j, do... method fractalTriangleWave (line 926) | public static void fractalTriangleWave(double[] line, int i, int j, do... method fractalTriangleWave (line 941) | public static void fractalTriangleWave(IplImage image, CvMat H) { method fractalTriangleWave (line 944) | public static void fractalTriangleWave(IplImage image, CvMat H, int ro... method main (line 990) | public static void main(String[] args) { FILE: src/main/java/org/bytedeco/javacv/JavaCVCL.java class JavaCVCL (line 76) | public class JavaCVCL { method JavaCVCL (line 77) | public JavaCVCL(CLContext context) { method JavaCVCL (line 80) | public JavaCVCL(CLContext context, CLDevice device) { method getDefaultGLCapabilities (line 91) | public static GLCapabilities getDefaultGLCapabilities(GLProfile profil... method JavaCVCL (line 98) | public JavaCVCL() { method JavaCVCL (line 101) | public JavaCVCL(boolean createPbuffer) { method JavaCVCL (line 104) | public JavaCVCL(GLContext shareWith) { method JavaCVCL (line 108) | public JavaCVCL(GLCapabilitiesImmutable caps, GLContext shareWith, CLD... method release (line 168) | public void release() { method finalize (line 179) | @Override protected void finalize() throws Throwable { method getCLContext (line 195) | public CLContext getCLContext() { method getCLCommandQueue (line 199) | public CLCommandQueue getCLCommandQueue() { method getCLGLContext (line 203) | public CLGLContext getCLGLContext() { method getGLContext (line 207) | public GLContext getGLContext() { method getGL (line 211) | public GL getGL() { method getGL2 (line 216) | public GL2 getGL2() { method getGLU (line 221) | public GLU getGLU() { method buildKernel (line 225) | public CLKernel buildKernel(String resourceNames, String kernelName) { method buildKernel (line 228) | public CLKernel buildKernel(String compilerOptions, String resourceNam... method buildKernels (line 232) | public CLKernel[] buildKernels(String compilerOptions, String resource... method buildKernels (line 235) | public CLKernel[] buildKernels(String compilerOptions, Class resourceC... method createCLImageFrom (line 266) | public CLImage2d createCLImageFrom(IplImage image, CLImage2d.Mem ... f... method createCLGLImageFrom (line 298) | public CLGLImage2d createCLGLImageFrom(IplImage image, CLImage2d.Mem .... method releaseCLGLImage (line 368) | public void releaseCLGLImage(CLGLImage2d image) { method createPinnedBuffer (line 373) | @SuppressWarnings("unchecked") class PinnedIplImage (line 382) | class PinnedIplImage extends IplImage { method PinnedIplImage (line 383) | PinnedIplImage(int width, int height, int depth, int channels) { method getCLBuffer (line 391) | public CLBuffer getCLBuffer() { method getByteBuffer (line 395) | @Override public ByteBuffer getByteBuffer() { method release (line 399) | @Override public void release() { method createPinnedIplImage (line 406) | public IplImage createPinnedIplImage(int width, int height, int depth,... method createIplImageFrom (line 410) | public IplImage createIplImageFrom(CLImage2d image) { method readImage (line 463) | @SuppressWarnings("unchecked") method writeImage (line 487) | @SuppressWarnings("unchecked") method acquireGLObject (line 511) | public void acquireGLObject(CLObject object) { method releaseGLObject (line 516) | public void releaseGLObject(CLObject object) { method readBuffer (line 522) | public void readBuffer(CLBuffer buffer, boolean blocking) { method writeBuffer (line 525) | public void writeBuffer(CLBuffer buffer, boolean blocking) { method executeKernel (line 529) | public void executeKernel(CLKernel kernel, method executeKernel (line 534) | public void executeKernel(CLKernel kernel, method executeKernel (line 539) | public void executeKernel(CLKernel kernel, method executeKernel (line 546) | public void executeKernel(CLKernel kernel, method executeKernel (line 555) | public void executeKernel(CLKernel kernel, method executeKernel (line 564) | public void executeKernel(CLKernel kernel, method executeKernel (line 575) | public void executeKernel(CLKernel kernel, method executeKernel (line 584) | public void executeKernel(CLKernel kernel, method executeKernel (line 593) | public void executeKernel(CLKernel kernel, method finish (line 604) | public void finish() { method flush (line 607) | public void flush() { method alignCeil (line 611) | public static int alignCeil(int x, int n) { method alignFloor (line 614) | public static int alignFloor(int x, int n) { method pyrDown (line 618) | public void pyrDown(CLImage2d srcImg, CLImage2d dstImg) { method remap (line 630) | public void remap(CLImage2d srcImg, CLImage2d dstImg, CLImage2d mapxIm... method remap (line 633) | public void remap(CLImage2d srcImg, CLImage2d dstImg, CLImage2d mapxIm... method main (line 650) | public static void main(String[] args) { FILE: src/main/java/org/bytedeco/javacv/JavaCvErrorCallback.java class JavaCvErrorCallback (line 40) | public class JavaCvErrorCallback extends CvErrorCallback { method JavaCvErrorCallback (line 44) | public JavaCvErrorCallback() { method JavaCvErrorCallback (line 47) | public JavaCvErrorCallback(boolean showDialog) { method JavaCvErrorCallback (line 50) | public JavaCvErrorCallback(boolean showDialog, Component parent) { method JavaCvErrorCallback (line 53) | public JavaCvErrorCallback(boolean showDialog, Component parent, int r... method call (line 65) | @Override public int call(int status, BytePointer func_name, BytePoint... FILE: src/main/java/org/bytedeco/javacv/JavaFXFrameConverter.java class JavaFXFrameConverter (line 39) | public class JavaFXFrameConverter extends FrameConverter { method convert (line 41) | @Override method convert (line 46) | @Override class FramePixelReader (line 55) | class FramePixelReader implements PixelReader { method FramePixelReader (line 59) | FramePixelReader(Frame f) { method getPixelFormat (line 63) | @Override method getArgb (line 68) | @Override method getColor (line 73) | @Override method getPixels (line 78) | @Override method getPixels (line 100) | @Override method getPixels (line 105) | @Override FILE: src/main/java/org/bytedeco/javacv/LeptonicaFrameConverter.java class LeptonicaFrameConverter (line 42) | public class LeptonicaFrameConverter extends FrameConverter { method isEqual (line 49) | static boolean isEqual(Frame frame, PIX pix) { method convert (line 58) | public PIX convert(Frame frame) { method convert (line 91) | public Frame convert(PIX pix) { method close (line 155) | @Override public void close() { FILE: src/main/java/org/bytedeco/javacv/LibgdxFrameConverter.java class LibgdxFrameConverter (line 35) | public class LibgdxFrameConverter extends FrameConverter { method convert (line 42) | @Override method convert (line 73) | @Override method fastConvert (line 107) | public Pixmap fastConvert(Frame frame) { FILE: src/main/java/org/bytedeco/javacv/MarkedPlane.java class MarkedPlane (line 36) | public class MarkedPlane { method MarkedPlane (line 38) | public MarkedPlane(int width, int height, Marker[] planeMarkers, doubl... method MarkedPlane (line 41) | public MarkedPlane(int width, int height, Marker[] markers, method getForegroundColor (line 112) | public CvScalar getForegroundColor() { method setForegroundColor (line 115) | public void setForegroundColor(CvScalar foregroundColor) { method getBackgroundColor (line 120) | public CvScalar getBackgroundColor() { method setBackgroundColor (line 123) | public void setBackgroundColor(CvScalar backgroundColor) { method getMarkers (line 128) | public Marker[] getMarkers() { method setColors (line 131) | public void setColors(CvScalar foregroundColor, CvScalar backgroundCol... method getPrewarp (line 137) | public CvMat getPrewarp() { method setPrewarp (line 140) | public void setPrewarp(CvMat prewarp) { method getImage (line 161) | public IplImage getImage() { method getWidth (line 164) | public int getWidth() { method getHeight (line 167) | public int getHeight() { method getTotalWarp (line 171) | public double getTotalWarp(Marker[] imagedMarkers, CvMat totalWarp) { method getTotalWarp (line 176) | public double getTotalWarp(Marker[] imagedMarkers, CvMat totalWarp, bo... FILE: src/main/java/org/bytedeco/javacv/Marker.java class Marker (line 39) | public class Marker implements Cloneable { method Marker (line 40) | public Marker(int id, double[] corners, double confidence) { method Marker (line 45) | public Marker(int id, double ... corners) { method clone (line 48) | @Override public Marker clone() { method hashCode (line 55) | @Override public int hashCode() { method equals (line 61) | @Override public boolean equals(Object o) { method getCenter (line 69) | public double[] getCenter() { method getImage (line 96) | public IplImage getImage() { method getImage (line 101) | public static IplImage getImage(int id) { method draw (line 110) | public void draw(IplImage image) { method draw (line 113) | public void draw(IplImage image, CvScalar color, double scale, CvMat p... method draw (line 120) | public void draw(IplImage image, CvScalar color, double scaleX, double... class ArraySettings (line 165) | public static class ArraySettings extends BaseChildSettings { method getRows (line 170) | public int getRows() { method setRows (line 173) | public void setRows(int rows) { method getColumns (line 177) | public int getColumns() { method setColumns (line 180) | public void setColumns(int columns) { method getSizeX (line 184) | public double getSizeX() { method setSizeX (line 187) | public void setSizeX(double sizeX) { method getSizeY (line 190) | public double getSizeY() { method setSizeY (line 193) | public void setSizeY(double sizeY) { method getSpacingX (line 197) | public double getSpacingX() { method setSpacingX (line 200) | public void setSpacingX(double spacingX) { method getSpacingY (line 203) | public double getSpacingY() { method setSpacingY (line 206) | public void setSpacingY(double spacingY) { method isCheckered (line 210) | public boolean isCheckered() { method setCheckered (line 213) | public void setCheckered(boolean checkered) { method createArray (line 217) | public static Marker[][] createArray(ArraySettings settings) { method createArray (line 220) | public static Marker[][] createArray(ArraySettings settings, double ma... method createArray (line 251) | public static Marker[][] createArray(int rows, int columns, double siz... method applyWarp (line 261) | public static void applyWarp(Marker[] markers, CvMat warp) { method toString (line 270) | @Override public String toString() { FILE: src/main/java/org/bytedeco/javacv/MarkerDetector.java class MarkerDetector (line 39) | public class MarkerDetector { method MarkerDetector (line 40) | public MarkerDetector(Settings settings) { method MarkerDetector (line 43) | public MarkerDetector() { class Settings (line 51) | public static class Settings extends BaseChildSettings { method getThresholdWindowMin (line 59) | public int getThresholdWindowMin() { method setThresholdWindowMin (line 62) | public void setThresholdWindowMin(int thresholdWindowMin) { method getThresholdWindowMax (line 66) | public int getThresholdWindowMax() { method setThresholdWindowMax (line 69) | public void setThresholdWindowMax(int thresholdWindowMax) { method getThresholdVarMultiplier (line 73) | public double getThresholdVarMultiplier() { method setThresholdVarMultiplier (line 76) | public void setThresholdVarMultiplier(double thresholdVarMultiplier) { method getThresholdKBlackMarkers (line 80) | public double getThresholdKBlackMarkers() { method setThresholdKBlackMarkers (line 83) | public void setThresholdKBlackMarkers(double thresholdKBlackMarkers) { method getThresholdKWhiteMarkers (line 87) | public double getThresholdKWhiteMarkers() { method setThresholdKWhiteMarkers (line 90) | public void setThresholdKWhiteMarkers(double thresholdKWhiteMarkers) { method getSubPixelWindow (line 94) | public int getSubPixelWindow() { method setSubPixelWindow (line 97) | public void setSubPixelWindow(int subPixelWindow) { method getSettings (line 103) | public Settings getSettings() { method setSettings (line 106) | public void setSettings(Settings settings) { method getThresholdedImage (line 126) | public IplImage getThresholdedImage() { method init (line 130) | private void init(IplImage image) { method detect (line 179) | public Marker[] detect(IplImage image, boolean whiteMarkers) { method draw (line 279) | public void draw(IplImage image, Marker[] markers) { FILE: src/main/java/org/bytedeco/javacv/ObjectFinder.java class ObjectFinder (line 63) | public class ObjectFinder { method ObjectFinder (line 64) | public ObjectFinder(IplImage objectImage) { method ObjectFinder (line 69) | public ObjectFinder(Settings settings) { class Settings (line 73) | public static class Settings extends BaseChildSettings { method getObjectImage (line 81) | public IplImage getObjectImage() { method setObjectImage (line 84) | public void setObjectImage(IplImage objectImage) { method getDescriptorType (line 88) | public int getDescriptorType() { method setDescriptorType (line 91) | public void setDescriptorType(int dtype) { method getDescriptorSize (line 95) | public int getDescriptorSize() { method setDescriptorSize (line 98) | public void setDescriptorSize(int dsize) { method getDescriptorChannels (line 102) | public int getDescriptorChannels() { method setDescriptorChannels (line 105) | public void setDescriptorChannels(int dch) { method getThreshold (line 109) | public double getThreshold() { method setThreshold (line 112) | public void setThreshold(double threshold) { method getNOctaves (line 116) | public int getNOctaves() { method setNOctaves (line 119) | public void setNOctaves(int nOctaves) { method getNOctaveLayers (line 123) | public int getNOctaveLayers() { method setNOctaveLayers (line 126) | public void setNOctaveLayers(int nOctaveLayers) { method getDistanceThreshold (line 130) | public double getDistanceThreshold() { method setDistanceThreshold (line 133) | public void setDistanceThreshold(double distanceThreshold) { method getMatchesMin (line 137) | public int getMatchesMin() { method setMatchesMin (line 140) | public void setMatchesMin(int matchesMin) { method getRansacReprojThreshold (line 144) | public double getRansacReprojThreshold() { method setRansacReprojThreshold (line 147) | public void setRansacReprojThreshold(double ransacReprojThreshold) { method isUseFLANN (line 151) | public boolean isUseFLANN() { method setUseFLANN (line 154) | public void setUseFLANN(boolean useFLANN) { method getSettings (line 160) | public Settings getSettings() { method setSettings (line 163) | public void setSettings(Settings settings) { method find (line 199) | public double[] find(IplImage image) { method compareDescriptors (line 231) | int compareDescriptors(ByteBuffer d1, ByteBuffer d2, int best) { method naiveNearestNeighbor (line 242) | int naiveNearestNeighbor(ByteBuffer vec, ByteBuffer modelDescriptors) { method findPairs (line 263) | void findPairs(Mat objectDescriptors, Mat imageDescriptors) { method flannFindPairs (line 278) | void flannFindPairs(Mat objectDescriptors, Mat imageDescriptors) { method locatePlanarObject (line 296) | double[] locatePlanarObject(KeyPointVector objectKeypoints, Mat object... method main (line 340) | public static void main(String[] args) throws Exception { FILE: src/main/java/org/bytedeco/javacv/OpenCVFrameConverter.java class OpenCVFrameConverter (line 42) | public abstract class OpenCVFrameConverter extends FrameConverter { class ToIplImage (line 49) | public static class ToIplImage extends OpenCVFrameConverter { method convert (line 50) | @Override public Frame convert(IplImage img) { return super.convert(... method convert (line 51) | @Override public IplImage convert(Frame frame) { return convertToIpl... class ToMat (line 54) | public static class ToMat extends OpenCVFrameConverter { method convert (line 55) | @Override public Frame convert(Mat mat) { return super.convert(mat); } method convert (line 56) | @Override public Mat convert(Frame frame) { return convertToMat(fram... class ToOrgOpenCvCoreMat (line 59) | public static class ToOrgOpenCvCoreMat extends OpenCVFrameConverter getDeviceInfos() throws Exception { method getDeviceDescriptions (line 108) | public static String[] getDeviceDescriptions() throws Exception { method disableAllStreams (line 122) | public void disableAllStreams() { method getEnabledStreams (line 126) | public List getEnabledStreams() { method enableStream (line 130) | public void enableStream(RealSenseStream stream) { method enableColorStream (line 134) | public void enableColorStream(int width, int height, int frameRate) { method enableDepthStream (line 144) | public void enableDepthStream(int width, int height, int frameRate) { method enableIRStream (line 154) | public void enableIRStream(int width, int height, int frameRate, int i... method enableIRStream (line 164) | public void enableIRStream(int width, int height, int frameRate) { method open (line 168) | public void open() throws Exception { method start (line 180) | @Override method stop (line 219) | @Override method readNextFrameSet (line 232) | private void readNextFrameSet() throws Exception { method trigger (line 241) | @Override method grab (line 251) | @Override method grab (line 268) | public Frame grab(int streamType, int streamIndex, int iplDepth, int c... method getDistance (line 275) | public float getDistance(int x, int y) throws Exception { method grabColor (line 286) | public Frame grabColor() throws Exception { method grabDepth (line 293) | public Frame grabDepth() throws Exception { method grabIR (line 300) | public Frame grabIR() throws Exception { method grabIR (line 304) | public Frame grabIR(int streamIndex) throws Exception { method getLargestStreamByArea (line 311) | private RealSenseStream getLargestStreamByArea() { method grabCVFrame (line 321) | private Frame grabCVFrame(int streamType, int streamIndex, int iplDept... method findFrameByStreamType (line 348) | private rs2_frame findFrameByStreamType(rs2_frame frameset, int stream... method release (line 381) | @Override method setSensorOption (line 387) | public void setSensorOption(Rs2SensorType sensorType, int optionIndex,... method setSensorOption (line 391) | public void setSensorOption(Rs2SensorType sensorType, int optionIndex,... method createContext (line 409) | private rs2_context createContext() throws Exception { method createDeviceList (line 415) | private rs2_device_list createDeviceList() throws Exception { method createDevice (line 421) | private rs2_device createDevice(rs2_device_list deviceList, int index)... method createPipeline (line 427) | private rs2_pipeline createPipeline() throws Exception { method createConfig (line 433) | private rs2_config createConfig() throws Exception { method getFrameTimeStamp (line 439) | private double getFrameTimeStamp(rs2_frame frame) throws Exception { method getDeviceCount (line 445) | private int getDeviceCount() throws Exception { method getDeviceInfo (line 454) | private String getDeviceInfo(rs2_device device, int info) throws Excep... method getSensorInfo (line 470) | private String getSensorInfo(rs2_sensor sensor, int info) throws Excep... method getFrameData (line 486) | private Pointer getFrameData(rs2_frame frame) throws Exception { method getFrameSize (line 492) | private Size getFrameSize(rs2_frame frame) throws Exception { method getStreamProfile (line 500) | private rs2_stream_profile getStreamProfile(rs2_frame frame) throws Ex... method getStreamProfileData (line 506) | private StreamProfileData getStreamProfileData(rs2_stream_profile stre... method isSensorExtendableTo (line 533) | private boolean isSensorExtendableTo(rs2_sensor sensor, int extension)... method isStreamProfile (line 539) | private boolean isStreamProfile(rs2_stream_profile profile, int type) ... method matchesVideoStreamProfile (line 545) | private boolean matchesVideoStreamProfile(rs2_stream_profile profile, method setRs2Option (line 560) | private void setRs2Option(rs2_options options, int optionIndex, float ... method getSensors (line 572) | private rs2_sensor[] getSensors(rs2_device device) throws Exception { method getStreamProfiles (line 593) | private rs2_stream_profile[] getStreamProfiles(rs2_sensor sensor) thro... method enableAllVideoStreams (line 613) | private void enableAllVideoStreams() throws Exception { method checkError (line 638) | private static void checkError(rs2_error e) throws Exception { method toBoolean (line 647) | private static boolean toBoolean(int value) { method toBoolean (line 651) | private static boolean toBoolean(String value) { class StreamProfileData (line 658) | static class StreamProfileData { class VideoStreamProfileData (line 666) | static class VideoStreamProfileData extends StreamProfileData { class RealSenseStream (line 671) | public static class RealSenseStream implements Comparable