SYMBOL INDEX (5238 symbols across 164 files) FILE: app/src/androidTest/java/com/pcl/lpr/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 18) | @RunWith(AndroidJUnit4.class) method useAppContext (line 20) | @Test FILE: app/src/main/java/com/pcl/lpr/MainActivity.java class MainActivity (line 19) | public class MainActivity extends AppCompatActivity { method onCreate (line 26) | @Override method onActivityResult (line 35) | @SuppressLint("ShowToast") method onRequestPermissionsResult (line 52) | @Override FILE: app/src/test/java/com/pcl/lpr/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test FILE: ocr/src/main/java/com/pcl/ocr/scanner/CameraAnalyzer.java class CameraAnalyzer (line 31) | public class CameraAnalyzer implements ImageAnalysis.Analyzer { method CameraAnalyzer (line 41) | CameraAnalyzer(ScannerView scannerView) { method setHandle (line 45) | void setHandle(Handler previewHandler) { method analyze (line 49) | @Override method ImagetoMat (line 81) | private Mat ImagetoMat(ImageProxy imageProxy) { FILE: ocr/src/main/java/com/pcl/ocr/scanner/Scanner.java class Scanner (line 9) | public final class Scanner { class color (line 13) | public static class color { method dp2px (line 21) | public static int dp2px(Context context, float dpValue) { method sp2px (line 26) | public static int sp2px(Context context, float spValue) { FILE: ocr/src/main/java/com/pcl/ocr/scanner/ScannerOptions.java class ScannerOptions (line 16) | public final class ScannerOptions { method ScannerOptions (line 52) | private ScannerOptions() { method getLaserStyle (line 55) | public LaserStyle getLaserStyle() { method getLaserLineColor (line 59) | public int getLaserLineColor() { method getLaserLineResId (line 63) | public int getLaserLineResId() { method getLaserLineHeight (line 67) | public int getLaserLineHeight() { method getLaserLineMoveSpeed (line 71) | public int getLaserLineMoveSpeed() { method isLaserMoveFullScreen (line 75) | public boolean isLaserMoveFullScreen() { method getFrameStrokeColor (line 79) | public int getFrameStrokeColor() { method getFrameStrokeWidth (line 83) | public float getFrameStrokeWidth() { method getFrameCornerColor (line 87) | public int getFrameCornerColor() { method getFrameCornerLength (line 91) | public int getFrameCornerLength() { method getFrameCornerWidth (line 95) | public int getFrameCornerWidth() { method isFrameCornerInside (line 99) | public boolean isFrameCornerInside() { method isFrameCornerHide (line 103) | public boolean isFrameCornerHide() { method getFrameTopMargin (line 107) | public int getFrameTopMargin() { method isFrameHide (line 111) | public boolean isFrameHide() { method isFrameLineHide (line 115) | public boolean isFrameLineHide() { method isViewfinderHide (line 119) | public boolean isViewfinderHide() { method getTipText (line 123) | public String getTipText() { method getTipTextColor (line 127) | public int getTipTextColor() { method getTipTextSize (line 131) | public int getTipTextSize() { method isTipTextToFrameTop (line 135) | public boolean isTipTextToFrameTop() { method getTipTextToFrameMargin (line 139) | public int getTipTextToFrameMargin() { method getMediaResId (line 143) | public int getMediaResId() { method isCreateQrThumbnail (line 147) | public boolean isCreateQrThumbnail() { method isShowQrThumbnail (line 151) | public boolean isShowQrThumbnail() { method getCameraFacing (line 155) | public CameraSelector getCameraFacing() { method isScanFullScreen (line 159) | public boolean isScanFullScreen() { method getCameraZoomRatio (line 163) | public double getCameraZoomRatio() { method getViewfinderCallback (line 167) | public ViewfinderCallback getViewfinderCallback() { method getFrameOutsideColor (line 171) | public int getFrameOutsideColor() { type LaserStyle (line 175) | public enum LaserStyle { type ViewfinderCallback (line 190) | public interface ViewfinderCallback { method onDraw (line 191) | void onDraw(View view, Canvas canvas, Rect frame); class Builder (line 194) | public static final class Builder { method Builder (line 197) | public Builder() { method build (line 201) | public ScannerOptions build() { method setLaserStyle (line 212) | public Builder setLaserStyle(LaserStyle style, int value) { method setLaserLineColor (line 228) | public Builder setLaserLineColor(int color) { method setLaserLineHeight (line 241) | public Builder setLaserLineHeight(int height) { method setLaserMoveSpeed (line 253) | public Builder setLaserMoveSpeed(int moveSpeed) { method setLaserMoveFullScreen (line 264) | public Builder setLaserMoveFullScreen(boolean fullScreen) { method setFrameStrokeColor (line 275) | public Builder setFrameStrokeColor(int color) { method setFrameStrokeWidth (line 286) | public Builder setFrameStrokeWidth(float width) { method setFrameSize (line 297) | public Builder setFrameSize(int width, int height) { method setFrameCornerColor (line 308) | public Builder setFrameCornerColor(int color) { method setFrameCornerLength (line 318) | public Builder setFrameCornerLength(int length) { method setFrameCornerWidth (line 328) | public Builder setFrameCornerWidth(int width) { method setFrameCornerInside (line 339) | public Builder setFrameCornerInside(boolean inside) { method setFrameCornerHide (line 350) | public Builder setFrameCornerHide(boolean hide) { method setFrameTopMargin (line 362) | public Builder setFrameTopMargin(int margin) { method setFrameHide (line 373) | public Builder setFrameHide(boolean hide) { method setFrameLineHide (line 386) | public Builder setFrameLineHide(boolean hide) { method setViewfinderHide (line 400) | public Builder setViewfinderHide(boolean hide) { method setTipText (line 410) | public Builder setTipText(String text) { method setTipTextColor (line 420) | public Builder setTipTextColor(int color) { method setTipTextSize (line 430) | public Builder setTipTextSize(int size) { method setTipTextToFrameMargin (line 440) | public Builder setTipTextToFrameMargin(int margin) { method setTipTextToFrameTop (line 450) | public Builder setTipTextToFrameTop(boolean top) { method setMediaResId (line 460) | public Builder setMediaResId(int resId) { method setCreateQrThumbnail (line 471) | public Builder setCreateQrThumbnail(boolean thumbnail) { method setShowQrThumbnail (line 483) | public Builder setShowQrThumbnail(boolean show) { method setCameraFacing (line 494) | public Builder setCameraFacing(CameraSelector cameraFacing) { method setScanFullScreen (line 510) | public Builder setScanFullScreen(boolean scanFullScreen) { method setCameraZoomRatio (line 526) | public Builder setCameraZoomRatio(double cameraZoomRatio) { method setViewfinderCallback (line 531) | public Builder setViewfinderCallback(ViewfinderCallback callback) { method setFrameOutsideColor (line 542) | public Builder setFrameOutsideColor(int color) { FILE: ocr/src/main/java/com/pcl/ocr/scanner/ScannerView.java class ScannerView (line 38) | public class ScannerView extends RelativeLayout { method ScannerView (line 60) | public ScannerView(Context context) { method ScannerView (line 64) | public ScannerView(Context context, AttributeSet attrs) { method ScannerView (line 68) | public ScannerView(Context context, AttributeSet attrs, int defStyleAt... method init (line 73) | private void init(Context context, AttributeSet attrs) { method initCamera (line 95) | public void initCamera() { method initUseCase (line 117) | @SuppressLint("RestrictedApi") method getPreviewRatio (line 136) | private int getPreviewRatio() { method setScannerOptions (line 148) | public void setScannerOptions(ScannerOptions scannerOptions) { method getFramingRectInPreview (line 157) | synchronized Rect getFramingRectInPreview(int width, int height) { method setOnScannerOCRListener (line 184) | public void setOnScannerOCRListener(OnScannerOCRListener listener) { method start (line 191) | public void start() { method getPRAddress (line 195) | long getPRAddress() { type OnScannerOCRListener (line 199) | public interface OnScannerOCRListener { method onOCRSuccess (line 200) | void onOCRSuccess(String cardNum); FILE: ocr/src/main/java/com/pcl/ocr/scanner/ScannerViewHandler.java class ScannerViewHandler (line 10) | final class ScannerViewHandler extends Handler { method setOCRListener (line 14) | void setOCRListener(ScannerView.OnScannerOCRListener handleDecodeListe... method handleMessage (line 18) | @Override FILE: ocr/src/main/java/com/pcl/ocr/scanner/ViewFinderView.java class ViewFinderView (line 25) | final class ViewFinderView extends View { method ViewFinderView (line 50) | public ViewFinderView(Context context, AttributeSet attrs) { method setScannerOptions (line 55) | void setScannerOptions(ScannerOptions scannerOptions) { method dp2px (line 67) | private int dp2px(int dp) { method getFramingRect (line 71) | Rect getFramingRect() { method getScreenResolution (line 90) | Point getScreenResolution() { method getStatusBarHeight (line 99) | private int getStatusBarHeight() { method onDraw (line 109) | @Override method moveLaserSpeed (line 145) | private void moveLaserSpeed(Rect frame) { method moveLaserSpeedFullScreen (line 176) | private void moveLaserSpeedFullScreen(Point point) { method drawMask (line 193) | private void drawMask(Canvas canvas, Rect frame) { method drawText (line 206) | private void drawText(Canvas canvas, Rect frame) { method drawFrameCorner (line 230) | private void drawFrameCorner(Canvas canvas, Rect frame) { method drawFrame (line 269) | private void drawFrame(Canvas canvas, Rect frame) { method drawLaserLine (line 279) | private void drawLaserLine(Canvas canvas, Rect frame) { method drawLaserLineFullScreen (line 313) | private void drawLaserLineFullScreen(Canvas canvas, Point point) { FILE: ocr/src/main/java/com/pcl/ocr/ui/LPRActivity.java class LPRActivity (line 19) | public class LPRActivity extends AppCompatActivity { method onCreate (line 25) | @Override method onResume (line 33) | @Override method startCamera (line 46) | @SuppressLint("RestrictedApi") method finishValue (line 70) | private void finishValue(String card) { method onManagerConnected (line 79) | @SuppressLint("StaticFieldLeak") FILE: ocr/src/main/java/com/pcl/ocr/utils/CameraUtils.java class CameraUtils (line 24) | public final class CameraUtils { method getScreenResolution (line 28) | public static Point getScreenResolution(Context context) { FILE: ocr/src/main/java/com/pcl/ocr/utils/DeepAssetUtil.java class DeepAssetUtil (line 12) | public class DeepAssetUtil { method getExternalFilesDir (line 28) | private static String getExternalFilesDir(Context context) { method CopyAssets (line 34) | private static void CopyAssets(Context context, String assetDir, Strin... method initRecognizer (line 90) | private static long initRecognizer(Context context) { method getPRAddress (line 111) | public static long getPRAddress(Context context) { FILE: ocr/src/main/java/com/pcl/ocr/utils/PlateRecognition.java class PlateRecognition (line 7) | public class PlateRecognition { method InitPlateRecognizer (line 13) | public static native long InitPlateRecognizer(String casacde_detection, method ReleasePlateRecognizer (line 19) | public static native void ReleasePlateRecognizer(long object); method SimpleRecognization (line 21) | public static native String SimpleRecognization(long inputMat, long ob... FILE: ocr/src/main/jni/OcrLpr.cpp function string (line 13) | string jstring2str(JNIEnv *env, jstring jstr) { function jlong (line 33) | jlong InitPlateRecognizer( function jstring (line 63) | jstring SimpleRecognization( function ReleasePlateRecognizer (line 90) | void ReleasePlateRecognizer(JNIEnv *env, jclass obj, function registerNatives (line 97) | int registerNatives(JNIEnv *env, const char *name, function JNIEXPORT (line 122) | JNIEXPORT jint JNICALL FILE: ocr/src/main/jni/include/CNNRecognizer.h function namespace (line 9) | namespace pr{ FILE: ocr/src/main/jni/include/FastDeskew.h function namespace (line 10) | namespace pr{ FILE: ocr/src/main/jni/include/FineMapping.h function namespace (line 12) | namespace pr{ FILE: ocr/src/main/jni/include/Pipeline.h function std (line 19) | const std::vector CH_PLATE_CODE{"京", "沪", "津", "渝", "冀", "晋... FILE: ocr/src/main/jni/include/PlateDetection.h function namespace (line 12) | namespace pr{ FILE: ocr/src/main/jni/include/PlateInfo.h function namespace (line 8) | namespace pr { function setPlateImage (line 44) | void setPlateImage(cv::Mat plateImage){ function setPlateRect (line 52) | void setPlateRect(cv::Rect plateRect) { function setPlateName (line 59) | void setPlateName(cv::String plateName) { function getPlateType (line 62) | int getPlateType() { function appendPlateChar (line 66) | void appendPlateChar(const std::pair &plateChar) function appendPlateCoding (line 71) | void appendPlateCoding(const std::pair &charProb){ function else (line 98) | else if(plate.first == LETTER_NUMS) { function else (line 104) | else if(plate.first == INVALID) FILE: ocr/src/main/jni/include/PlateSegmentation.h function namespace (line 12) | namespace pr{ FILE: ocr/src/main/jni/include/Recognizer.h function namespace (line 11) | namespace pr{ FILE: ocr/src/main/jni/include/SegmentationFreeRecognizer.h function namespace (line 9) | namespace pr{ FILE: ocr/src/main/jni/include/niBlackThreshold.h type LocalBinarizationMethods (line 12) | enum LocalBinarizationMethods{ function niBlackThreshold (line 20) | void niBlackThreshold( InputArray _src, OutputArray _dst, double maxValue, FILE: ocr/src/main/jni/src/CNNRecognizer.cpp type pr (line 7) | namespace pr{ function label (line 12) | label CNNRecognizer::recognizeCharacter(cv::Mat charImage){ FILE: ocr/src/main/jni/src/FastDeskew.cpp type pr (line 15) | namespace pr{ function angle (line 23) | int angle(float x,float y) function avgfilter (line 28) | std::vector avgfilter(std::vector angle_list,int windows... function drawHist (line 43) | void drawHist(std::vector seq){ function correctPlateImage (line 58) | cv::Mat correctPlateImage(cv::Mat skewPlate,float angle,float maxAngle) function fastdeskew (line 97) | cv::Mat fastdeskew(cv::Mat skewImage,int blockSize){ FILE: ocr/src/main/jni/src/FineMapping.cpp type pr (line 6) | namespace pr{ function drawRect (line 11) | void drawRect(cv::Mat image,cv::Rect rect) function FitLineRansac (line 45) | std::pair FitLineRansac(std::vector pts,int zeroad... FILE: ocr/src/main/jni/src/Pipeline.cpp type pr (line 8) | namespace pr { FILE: ocr/src/main/jni/src/PlateDetection.cpp type pr (line 8) | namespace pr{ FILE: ocr/src/main/jni/src/PlateSegmentation.cpp type pr (line 10) | namespace pr{ function drawHist (line 21) | void drawHist(float* seq,int size,const char* name){ function computeSafeMargin (line 36) | inline void computeSafeMargin(int &val,const int &rows){ function boxFromCenter (line 41) | cv::Rect boxFromCenter(const cv::Point center,int left,int right,int t... function boxPadding (line 53) | cv::Rect boxPadding(cv::Rect rect,int left,int right,int top,int botto... function avgfilter (line 171) | void avgfilter(float *angle_list,int size,int windowsSize) { FILE: ocr/src/main/jni/src/Recognizer.cpp type pr (line 7) | namespace pr{ FILE: ocr/src/main/jni/src/SegmentationFreeRecognizer.cpp type pr (line 6) | namespace pr { function judgeCharRange (line 12) | inline int judgeCharRange(int id) function decodeResults (line 17) | std::pair decodeResults(cv::Mat code_table,std::vec... function decodeResults (line 84) | std::string decodeResults(cv::Mat code_table,std::vector ... FILE: ocr/src/main/jni/src/util.h function namespace (line 7) | namespace util{ function computeSimilir (line 65) | float computeSimilir(const cv::Mat &A,const cv::Mat &B) FILE: openCV/src/main/java/org/opencv/android/AsyncServiceHelper.java class AsyncServiceHelper (line 18) | class AsyncServiceHelper method initOpenCV (line 20) | public static boolean initOpenCV(String Version, final Context AppCont... method AsyncServiceHelper (line 38) | protected AsyncServiceHelper(String Version, Context AppContext, Loade... method InstallServiceQuiet (line 54) | protected static boolean InstallServiceQuiet(Context context) method InstallService (line 71) | protected static void InstallService(final Context AppContext, final L... method onServiceConnected (line 158) | public void onServiceConnected(ComponentName className, IBinder service) method onServiceDisconnected (line 334) | public void onServiceDisconnected(ComponentName className) method loadLibrary (line 340) | private boolean loadLibrary(String AbsPath) method initOpenCVLibs (line 360) | private boolean initOpenCVLibs(String Path, String Libs) FILE: openCV/src/main/java/org/opencv/android/BaseLoaderCallback.java class BaseLoaderCallback (line 13) | public abstract class BaseLoaderCallback implements LoaderCallbackInterf... method BaseLoaderCallback (line 15) | public BaseLoaderCallback(Context AppContext) { method onManagerConnected (line 19) | public void onManagerConnected(int status) method onPackageInstall (line 84) | public void onPackageInstall(final int operation, final InstallCallbac... method finish (line 134) | void finish() FILE: openCV/src/main/java/org/opencv/android/Camera2Renderer.java class Camera2Renderer (line 22) | @TargetApi(21) method Camera2Renderer (line 36) | Camera2Renderer(CameraGLSurfaceView view) { method doStart (line 40) | @Override method doStop (line 48) | @Override method cacPreviewSize (line 55) | boolean cacPreviewSize(final int width, final int height) { method openCamera (line 99) | @Override method closeCamera (line 142) | @Override method onOpened (line 164) | @Override method onDisconnected (line 171) | @Override method onError (line 178) | @Override method createCameraPreviewSession (line 187) | private void createCameraPreviewSession() { method startBackgroundThread (line 252) | private void startBackgroundThread() { method stopBackgroundThread (line 260) | private void stopBackgroundThread() { method setCameraPreviewSize (line 274) | @Override FILE: openCV/src/main/java/org/opencv/android/CameraBridgeViewBase.java class CameraBridgeViewBase (line 30) | public abstract class CameraBridgeViewBase extends SurfaceView implement... method CameraBridgeViewBase (line 59) | public CameraBridgeViewBase(Context context, int cameraId) { method CameraBridgeViewBase (line 67) | public CameraBridgeViewBase(Context context, AttributeSet attrs) { method setCameraIndex (line 89) | public void setCameraIndex(int cameraIndex) { type CvCameraViewListener (line 93) | public interface CvCameraViewListener { method onCameraViewStarted (line 100) | public void onCameraViewStarted(int width, int height); method onCameraViewStopped (line 106) | public void onCameraViewStopped(); method onCameraFrame (line 113) | public Mat onCameraFrame(Mat inputFrame); type CvCameraViewListener2 (line 116) | public interface CvCameraViewListener2 { method onCameraViewStarted (line 123) | public void onCameraViewStarted(int width, int height); method onCameraViewStopped (line 129) | public void onCameraViewStopped(); method onCameraFrame (line 136) | public Mat onCameraFrame(CvCameraViewFrame inputFrame); class CvCameraViewListenerAdapter (line 139) | protected class CvCameraViewListenerAdapter implements CvCameraViewLis... method CvCameraViewListenerAdapter (line 140) | public CvCameraViewListenerAdapter(CvCameraViewListener oldStypeList... method onCameraViewStarted (line 144) | public void onCameraViewStarted(int width, int height) { method onCameraViewStopped (line 148) | public void onCameraViewStopped() { method onCameraFrame (line 152) | public Mat onCameraFrame(CvCameraViewFrame inputFrame) { method setFrameFormat (line 168) | public void setFrameFormat(int format) { type CvCameraViewFrame (line 180) | public interface CvCameraViewFrame { method rgba (line 185) | public Mat rgba(); method gray (line 190) | public Mat gray(); method surfaceChanged (line 193) | public void surfaceChanged(SurfaceHolder arg0, int arg1, int arg2, int... method surfaceCreated (line 211) | public void surfaceCreated(SurfaceHolder holder) { method surfaceDestroyed (line 215) | public void surfaceDestroyed(SurfaceHolder holder) { method enableView (line 226) | public void enableView() { method disableView (line 237) | public void disableView() { method enableFpsMeter (line 247) | public void enableFpsMeter() { method disableFpsMeter (line 254) | public void disableFpsMeter() { method setCvCameraViewListener (line 263) | public void setCvCameraViewListener(CvCameraViewListener2 listener) { method setCvCameraViewListener (line 267) | public void setCvCameraViewListener(CvCameraViewListener listener) { method setMaxFrameSize (line 282) | public void setMaxFrameSize(int maxWidth, int maxHeight) { method SetCaptureFormat (line 287) | public void SetCaptureFormat(int format) method checkCurrentState (line 299) | private void checkCurrentState() { method processEnterState (line 317) | private void processEnterState(int state) { method processExitState (line 335) | private void processExitState(int state) { method onEnterStoppedState (line 347) | private void onEnterStoppedState() { method onExitStoppedState (line 351) | private void onExitStoppedState() { method onEnterStartedState (line 357) | private void onEnterStartedState() { method onExitStartedState (line 375) | private void onExitStartedState() { method deliverAndDrawFrame (line 388) | protected void deliverAndDrawFrame(CvCameraViewFrame frame) { method connectCamera (line 446) | protected abstract boolean connectCamera(int width, int height); method disconnectCamera (line 452) | protected abstract void disconnectCamera(); method AllocateCache (line 455) | protected void AllocateCache() type ListItemAccessor (line 460) | public interface ListItemAccessor { method getWidth (line 461) | public int getWidth(Object obj); method getHeight (line 462) | public int getHeight(Object obj); method calculateCameraFrameSize (line 474) | protected Size calculateCameraFrameSize(List supportedSizes, ListIt... FILE: openCV/src/main/java/org/opencv/android/CameraGLRendererBase.java class CameraGLRendererBase (line 20) | @TargetApi(15) method openCamera (line 87) | protected abstract void openCamera(int id); method closeCamera (line 88) | protected abstract void closeCamera(); method setCameraPreviewSize (line 89) | protected abstract void setCameraPreviewSize(int width, int height); method CameraGLRendererBase (line 91) | public CameraGLRendererBase(CameraGLSurfaceView view) { method onFrameAvailable (line 102) | @Override method onDrawFrame (line 109) | @Override method onSurfaceChanged (line 149) | @Override method onSurfaceCreated (line 157) | @Override method initShaders (line 163) | private void initShaders() { method initSurfaceTexture (line 183) | private void initSurfaceTexture() { method deleteSurfaceTexture (line 191) | private void deleteSurfaceTexture() { method initTexOES (line 200) | private void initTexOES(int[] tex) { method deleteTex (line 211) | private static void deleteTex(int[] tex) { method loadShader (line 217) | private static int loadShader(String vss, String fss) { method deleteFBO (line 270) | private void deleteFBO() method initFBO (line 281) | private void initFBO(int width, int height) method drawTex (line 318) | private void drawTex(int tex, boolean isOES, int fbo) method enableView (line 353) | public synchronized void enableView() { method disableView (line 359) | public synchronized void disableView() { method updateState (line 365) | protected void updateState() { method doStart (line 378) | protected synchronized void doStart() { method doStop (line 388) | protected void doStop() { method setPreviewSize (line 402) | protected void setPreviewSize(int width, int height) { method setCameraIndex (line 416) | public void setCameraIndex(int cameraIndex) { method setMaxCameraPreviewSize (line 422) | public void setMaxCameraPreviewSize(int maxWidth, int maxHeight) { method onResume (line 429) | public void onResume() { method onPause (line 433) | public void onPause() { FILE: openCV/src/main/java/org/opencv/android/CameraGLSurfaceView.java class CameraGLSurfaceView (line 12) | public class CameraGLSurfaceView extends GLSurfaceView { type CameraTextureListener (line 16) | public interface CameraTextureListener { method onCameraViewStarted (line 23) | public void onCameraViewStarted(int width, int height); method onCameraViewStopped (line 29) | public void onCameraViewStopped(); method onCameraTexture (line 39) | public boolean onCameraTexture(int texIn, int texOut, int width, int... method CameraGLSurfaceView (line 45) | public CameraGLSurfaceView(Context context, AttributeSet attrs) { method setCameraTextureListener (line 64) | public void setCameraTextureListener(CameraTextureListener texListener) method getCameraTextureListener (line 69) | public CameraTextureListener getCameraTextureListener() method setCameraIndex (line 74) | public void setCameraIndex(int cameraIndex) { method setMaxCameraPreviewSize (line 78) | public void setMaxCameraPreviewSize(int maxWidth, int maxHeight) { method surfaceCreated (line 82) | @Override method surfaceDestroyed (line 87) | @Override method surfaceChanged (line 93) | @Override method onResume (line 98) | @Override method onPause (line 105) | @Override method enableView (line 112) | public void enableView() { method disableView (line 116) | public void disableView() { FILE: openCV/src/main/java/org/opencv/android/CameraRenderer.java class CameraRenderer (line 12) | @TargetApi(15) method CameraRenderer (line 21) | CameraRenderer(CameraGLSurfaceView view) { method closeCamera (line 25) | @Override method openCamera (line 36) | @Override method setCameraPreviewSize (line 119) | @Override FILE: openCV/src/main/java/org/opencv/android/FpsMeter.java class FpsMeter (line 12) | public class FpsMeter { method init (line 26) | public void init() { method measure (line 37) | public void measure() { method setResolution (line 56) | public void setResolution(int width, int height) { method draw (line 61) | public void draw(Canvas canvas, float offsetx, float offsety) { FILE: openCV/src/main/java/org/opencv/android/InstallCallbackInterface.java type InstallCallbackInterface (line 6) | public interface InstallCallbackInterface method getPackageName (line 21) | public String getPackageName(); method install (line 25) | public void install(); method cancel (line 29) | public void cancel(); method wait_install (line 33) | public void wait_install(); FILE: openCV/src/main/java/org/opencv/android/JavaCamera2View.java class JavaCamera2View (line 39) | @TargetApi(21) method JavaCamera2View (line 56) | public JavaCamera2View(Context context, int cameraId) { method JavaCamera2View (line 60) | public JavaCamera2View(Context context, AttributeSet attrs) { method startBackgroundThread (line 64) | private void startBackgroundThread() { method stopBackgroundThread (line 72) | private void stopBackgroundThread() { method initializeCamera (line 86) | protected boolean initializeCamera() { method onOpened (line 136) | @Override method onDisconnected (line 142) | @Override method onError (line 148) | @Override method createCameraPreviewSession (line 156) | private void createCameraPreviewSession() { method disconnectCamera (line 239) | @Override method calcPreviewSize (line 261) | boolean calcPreviewSize(final int width, final int height) { method connectCamera (line 303) | @Override class JavaCamera2Frame (line 334) | private class JavaCamera2Frame implements CvCameraViewFrame { method gray (line 335) | @Override method rgba (line 340) | @Override method JavaCamera2Frame (line 355) | public JavaCamera2Frame(Mat Yuv420sp, int width, int height) { method JavaCamera2Frame (line 364) | public JavaCamera2Frame(Mat Y, Mat UV, int width, int height) { method release (line 373) | public void release() { FILE: openCV/src/main/java/org/opencv/android/JavaCameraView.java class JavaCameraView (line 30) | public class JavaCameraView extends CameraBridgeViewBase implements Prev... class JavaCameraSizeAccessor (line 46) | public static class JavaCameraSizeAccessor implements ListItemAccessor { method getWidth (line 48) | @Override method getHeight (line 54) | @Override method JavaCameraView (line 61) | public JavaCameraView(Context context, int cameraId) { method JavaCameraView (line 65) | public JavaCameraView(Context context, AttributeSet attrs) { method initializeCamera (line 69) | protected boolean initializeCamera(int width, int height) { method releaseCamera (line 229) | protected void releaseCamera() { method connectCamera (line 251) | @Override method disconnectCamera (line 273) | @Override method onPreviewFrame (line 300) | @Override class JavaCameraFrame (line 313) | private class JavaCameraFrame implements CvCameraViewFrame { method gray (line 314) | @Override method rgba (line 319) | @Override method JavaCameraFrame (line 331) | public JavaCameraFrame(Mat Yuv420sp, int width, int height) { method release (line 339) | public void release() { class CameraWorker (line 349) | private class CameraWorker implements Runnable { method run (line 351) | @Override FILE: openCV/src/main/java/org/opencv/android/LoaderCallbackInterface.java type LoaderCallbackInterface (line 6) | public interface LoaderCallbackInterface method onManagerConnected (line 33) | public void onManagerConnected(int status); method onPackageInstall (line 39) | public void onPackageInstall(final int operation, InstallCallbackInter... FILE: openCV/src/main/java/org/opencv/android/OpenCVLoader.java class OpenCVLoader (line 8) | public class OpenCVLoader method initDebug (line 105) | public static boolean initDebug() method initDebug (line 115) | public static boolean initDebug(boolean InitCuda) method initAsync (line 127) | public static boolean initAsync(String Version, Context AppContext, FILE: openCV/src/main/java/org/opencv/android/StaticHelper.java class StaticHelper (line 8) | class StaticHelper { method initOpenCV (line 10) | public static boolean initOpenCV(boolean InitCuda) method loadLibrary (line 57) | private static boolean loadLibrary(String Name) method initOpenCVLibs (line 77) | private static boolean initOpenCVLibs(String Libs) method getLibraryList (line 103) | private static native String getLibraryList(); FILE: openCV/src/main/java/org/opencv/android/Utils.java class Utils (line 17) | public class Utils { method exportResource (line 19) | public static String exportResource(Context context, int resourceId) { method exportResource (line 23) | public static String exportResource(Context context, int resourceId, S... method loadResource (line 49) | public static Mat loadResource(Context context, int resourceId) throws... method loadResource (line 54) | public static Mat loadResource(Context context, int resourceId, int fl... method bitmapToMat (line 88) | public static void bitmapToMat(Bitmap bmp, Mat mat, boolean unPremulti... method bitmapToMat (line 101) | public static void bitmapToMat(Bitmap bmp, Mat mat) { method matToBitmap (line 118) | public static void matToBitmap(Mat mat, Bitmap bmp, boolean premultipl... method matToBitmap (line 131) | public static void matToBitmap(Mat mat, Bitmap bmp) { method nBitmapToMat2 (line 136) | private static native void nBitmapToMat2(Bitmap b, long m_addr, boolea... method nMatToBitmap2 (line 138) | private static native void nMatToBitmap2(long m_addr, Bitmap b, boolea... FILE: openCV/src/main/java/org/opencv/calib3d/Calib3d.java class Calib3d (line 21) | public class Calib3d { method estimateAffine2D (line 112) | public static Mat estimateAffine2D(Mat from, Mat to, Mat inliers, int ... method estimateAffine2D (line 121) | public static Mat estimateAffine2D(Mat from, Mat to, Mat inliers, int ... method estimateAffine2D (line 130) | public static Mat estimateAffine2D(Mat from, Mat to, Mat inliers, int ... method estimateAffine2D (line 139) | public static Mat estimateAffine2D(Mat from, Mat to, Mat inliers, int ... method estimateAffine2D (line 148) | public static Mat estimateAffine2D(Mat from, Mat to, Mat inliers, int ... method estimateAffine2D (line 157) | public static Mat estimateAffine2D(Mat from, Mat to, Mat inliers) method estimateAffine2D (line 166) | public static Mat estimateAffine2D(Mat from, Mat to) method estimateAffinePartial2D (line 180) | public static Mat estimateAffinePartial2D(Mat from, Mat to, Mat inlier... method estimateAffinePartial2D (line 189) | public static Mat estimateAffinePartial2D(Mat from, Mat to, Mat inlier... method estimateAffinePartial2D (line 198) | public static Mat estimateAffinePartial2D(Mat from, Mat to, Mat inlier... method estimateAffinePartial2D (line 207) | public static Mat estimateAffinePartial2D(Mat from, Mat to, Mat inlier... method estimateAffinePartial2D (line 216) | public static Mat estimateAffinePartial2D(Mat from, Mat to, Mat inlier... method estimateAffinePartial2D (line 225) | public static Mat estimateAffinePartial2D(Mat from, Mat to, Mat inliers) method estimateAffinePartial2D (line 234) | public static Mat estimateAffinePartial2D(Mat from, Mat to) method findEssentialMat (line 248) | public static Mat findEssentialMat(Mat points1, Mat points2, Mat camer... method findEssentialMat (line 257) | public static Mat findEssentialMat(Mat points1, Mat points2, Mat camer... method findEssentialMat (line 266) | public static Mat findEssentialMat(Mat points1, Mat points2, Mat camer... method findEssentialMat (line 275) | public static Mat findEssentialMat(Mat points1, Mat points2, Mat camer... method findEssentialMat (line 284) | public static Mat findEssentialMat(Mat points1, Mat points2, Mat camer... method findEssentialMat (line 298) | public static Mat findEssentialMat(Mat points1, Mat points2, double fo... method findEssentialMat (line 307) | public static Mat findEssentialMat(Mat points1, Mat points2, double fo... method findEssentialMat (line 316) | public static Mat findEssentialMat(Mat points1, Mat points2, double fo... method findEssentialMat (line 325) | public static Mat findEssentialMat(Mat points1, Mat points2, double fo... method findEssentialMat (line 334) | public static Mat findEssentialMat(Mat points1, Mat points2, double fo... method findEssentialMat (line 343) | public static Mat findEssentialMat(Mat points1, Mat points2, double fo... method findEssentialMat (line 352) | public static Mat findEssentialMat(Mat points1, Mat points2) method findFundamentalMat (line 366) | public static Mat findFundamentalMat(MatOfPoint2f points1, MatOfPoint2... method findFundamentalMat (line 376) | public static Mat findFundamentalMat(MatOfPoint2f points1, MatOfPoint2... method findFundamentalMat (line 386) | public static Mat findFundamentalMat(MatOfPoint2f points1, MatOfPoint2... method findFundamentalMat (line 396) | public static Mat findFundamentalMat(MatOfPoint2f points1, MatOfPoint2... method findFundamentalMat (line 406) | public static Mat findFundamentalMat(MatOfPoint2f points1, MatOfPoint2... method findHomography (line 421) | public static Mat findHomography(MatOfPoint2f srcPoints, MatOfPoint2f ... method findHomography (line 431) | public static Mat findHomography(MatOfPoint2f srcPoints, MatOfPoint2f ... method findHomography (line 441) | public static Mat findHomography(MatOfPoint2f srcPoints, MatOfPoint2f ... method findHomography (line 451) | public static Mat findHomography(MatOfPoint2f srcPoints, MatOfPoint2f ... method findHomography (line 461) | public static Mat findHomography(MatOfPoint2f srcPoints, MatOfPoint2f ... method findHomography (line 471) | public static Mat findHomography(MatOfPoint2f srcPoints, MatOfPoint2f ... method getOptimalNewCameraMatrix (line 486) | public static Mat getOptimalNewCameraMatrix(Mat cameraMatrix, Mat dist... method getOptimalNewCameraMatrix (line 495) | public static Mat getOptimalNewCameraMatrix(Mat cameraMatrix, Mat dist... method getOptimalNewCameraMatrix (line 504) | public static Mat getOptimalNewCameraMatrix(Mat cameraMatrix, Mat dist... method getOptimalNewCameraMatrix (line 513) | public static Mat getOptimalNewCameraMatrix(Mat cameraMatrix, Mat dist... method initCameraMatrix2D (line 527) | public static Mat initCameraMatrix2D(List objectPoints, ... method initCameraMatrix2D (line 539) | public static Mat initCameraMatrix2D(List objectPoints, ... method getValidDisparityROI (line 556) | public static Rect getValidDisparityROI(Rect roi1, Rect roi2, int minD... method RQDecomp3x3 (line 570) | public static double[] RQDecomp3x3(Mat src, Mat mtxR, Mat mtxQ, Mat Qx... method RQDecomp3x3 (line 579) | public static double[] RQDecomp3x3(Mat src, Mat mtxR, Mat mtxQ, Mat Qx... method RQDecomp3x3 (line 588) | public static double[] RQDecomp3x3(Mat src, Mat mtxR, Mat mtxQ, Mat Qx) method RQDecomp3x3 (line 597) | public static double[] RQDecomp3x3(Mat src, Mat mtxR, Mat mtxQ) method findChessboardCorners (line 611) | public static boolean findChessboardCorners(Mat image, Size patternSiz... method findChessboardCorners (line 620) | public static boolean findChessboardCorners(Mat image, Size patternSiz... method findCirclesGrid (line 641) | public static boolean findCirclesGrid(Mat image, Size patternSize, Mat... method findCirclesGrid (line 650) | public static boolean findCirclesGrid(Mat image, Size patternSize, Mat... method solvePnP (line 671) | public static boolean solvePnP(MatOfPoint3f objectPoints, MatOfPoint2f... method solvePnP (line 682) | public static boolean solvePnP(MatOfPoint3f objectPoints, MatOfPoint2f... method solvePnP (line 693) | public static boolean solvePnP(MatOfPoint3f objectPoints, MatOfPoint2f... method solvePnPRansac (line 709) | public static boolean solvePnPRansac(MatOfPoint3f objectPoints, MatOfP... method solvePnPRansac (line 720) | public static boolean solvePnPRansac(MatOfPoint3f objectPoints, MatOfP... method solvePnPRansac (line 731) | public static boolean solvePnPRansac(MatOfPoint3f objectPoints, MatOfP... method solvePnPRansac (line 742) | public static boolean solvePnPRansac(MatOfPoint3f objectPoints, MatOfP... method solvePnPRansac (line 753) | public static boolean solvePnPRansac(MatOfPoint3f objectPoints, MatOfP... method solvePnPRansac (line 764) | public static boolean solvePnPRansac(MatOfPoint3f objectPoints, MatOfP... method solvePnPRansac (line 775) | public static boolean solvePnPRansac(MatOfPoint3f objectPoints, MatOfP... method stereoRectifyUncalibrated (line 791) | public static boolean stereoRectifyUncalibrated(Mat points1, Mat point... method stereoRectifyUncalibrated (line 800) | public static boolean stereoRectifyUncalibrated(Mat points1, Mat point... method calibrateCameraExtended (line 814) | public static double calibrateCameraExtended(List objectPoints, L... method calibrateCameraExtended (line 829) | public static double calibrateCameraExtended(List objectPoints, L... method calibrateCameraExtended (line 844) | public static double calibrateCameraExtended(List objectPoints, L... method calibrateCamera (line 864) | public static double calibrateCamera(List objectPoints, List... method calibrateCamera (line 879) | public static double calibrateCamera(List objectPoints, List... method calibrateCamera (line 894) | public static double calibrateCamera(List objectPoints, List... method sampsonDistance (line 914) | public static double sampsonDistance(Mat pt1, Mat pt2, Mat F) method stereoCalibrateExtended (line 928) | public static double stereoCalibrateExtended(List objectPoints, L... method stereoCalibrateExtended (line 939) | public static double stereoCalibrateExtended(List objectPoints, L... method stereoCalibrateExtended (line 950) | public static double stereoCalibrateExtended(List objectPoints, L... method stereoCalibrate (line 966) | public static double stereoCalibrate(List objectPoints, List... method stereoCalibrate (line 977) | public static double stereoCalibrate(List objectPoints, List... method stereoCalibrate (line 988) | public static double stereoCalibrate(List objectPoints, List... method fisheye_calibrate (line 1004) | public static double fisheye_calibrate(List objectPoints, List objectPoints, List objectPoints, List objectPoints, L... method fisheye_stereoCalibrate (line 1065) | public static double fisheye_stereoCalibrate(List objectPoints, L... method fisheye_stereoCalibrate (line 1076) | public static double fisheye_stereoCalibrate(List objectPoints, L... method rectify3Collinear (line 1092) | public static float rectify3Collinear(Mat cameraMatrix1, Mat distCoeff... method decomposeHomographyMat (line 1110) | public static int decomposeHomographyMat(Mat H, Mat K, List rotat... method estimateAffine3D (line 1131) | public static int estimateAffine3D(Mat src, Mat dst, Mat out, Mat inli... method estimateAffine3D (line 1140) | public static int estimateAffine3D(Mat src, Mat dst, Mat out, Mat inli... method estimateAffine3D (line 1149) | public static int estimateAffine3D(Mat src, Mat dst, Mat out, Mat inli... method recoverPose (line 1163) | public static int recoverPose(Mat E, Mat points1, Mat points2, Mat R, ... method recoverPose (line 1172) | public static int recoverPose(Mat E, Mat points1, Mat points2, Mat R, ... method recoverPose (line 1181) | public static int recoverPose(Mat E, Mat points1, Mat points2, Mat R, ... method recoverPose (line 1190) | public static int recoverPose(Mat E, Mat points1, Mat points2, Mat R, ... method recoverPose (line 1204) | public static int recoverPose(Mat E, Mat points1, Mat points2, Mat cam... method recoverPose (line 1213) | public static int recoverPose(Mat E, Mat points1, Mat points2, Mat cam... method recoverPose (line 1227) | public static int recoverPose(Mat E, Mat points1, Mat points2, Mat cam... method recoverPose (line 1236) | public static int recoverPose(Mat E, Mat points1, Mat points2, Mat cam... method recoverPose (line 1245) | public static int recoverPose(Mat E, Mat points1, Mat points2, Mat cam... method solveP3P (line 1259) | public static int solveP3P(Mat objectPoints, Mat imagePoints, Mat came... method Rodrigues (line 1277) | public static void Rodrigues(Mat src, Mat dst, Mat jacobian) method Rodrigues (line 1286) | public static void Rodrigues(Mat src, Mat dst) method calibrateHandEye (line 1300) | public static void calibrateHandEye(List R_gripper2base, List R_gripper2base, List ... method filterHomographyDecompByVisibleRefpoints (line 1604) | public static void filterHomographyDecompByVisibleRefpoints(List ... method filterSpeckles (line 1619) | public static void filterSpeckles(Mat img, double newVal, int maxSpeck... method filterSpeckles (line 1628) | public static void filterSpeckles(Mat img, double newVal, int maxSpeck... method matMulDeriv (line 1642) | public static void matMulDeriv(Mat A, Mat B, Mat dABdA, Mat dABdB) method projectPoints (line 1656) | public static void projectPoints(MatOfPoint3f objectPoints, Mat rvec, ... method projectPoints (line 1667) | public static void projectPoints(MatOfPoint3f objectPoints, Mat rvec, ... method projectPoints (line 1678) | public static void projectPoints(MatOfPoint3f objectPoints, Mat rvec, ... method reprojectImageTo3D (line 1694) | public static void reprojectImageTo3D(Mat disparity, Mat _3dImage, Mat... method reprojectImageTo3D (line 1703) | public static void reprojectImageTo3D(Mat disparity, Mat _3dImage, Mat... method reprojectImageTo3D (line 1712) | public static void reprojectImageTo3D(Mat disparity, Mat _3dImage, Mat Q) method stereoRectify (line 1726) | public static void stereoRectify(Mat cameraMatrix1, Mat distCoeffs1, M... method stereoRectify (line 1737) | public static void stereoRectify(Mat cameraMatrix1, Mat distCoeffs1, M... method stereoRectify (line 1746) | public static void stereoRectify(Mat cameraMatrix1, Mat distCoeffs1, M... method stereoRectify (line 1755) | public static void stereoRectify(Mat cameraMatrix1, Mat distCoeffs1, M... method stereoRectify (line 1764) | public static void stereoRectify(Mat cameraMatrix1, Mat distCoeffs1, M... method stereoRectify (line 1773) | public static void stereoRectify(Mat cameraMatrix1, Mat distCoeffs1, M... method triangulatePoints (line 1787) | public static void triangulatePoints(Mat projMatr1, Mat projMatr2, Mat... method validateDisparity (line 1801) | public static void validateDisparity(Mat disparity, Mat cost, int minD... method validateDisparity (line 1810) | public static void validateDisparity(Mat disparity, Mat cost, int minD... method fisheye_distortPoints (line 1824) | public static void fisheye_distortPoints(Mat undistorted, Mat distorte... method fisheye_distortPoints (line 1833) | public static void fisheye_distortPoints(Mat undistorted, Mat distorte... method fisheye_estimateNewCameraMatrixForUndistortRectify (line 1847) | public static void fisheye_estimateNewCameraMatrixForUndistortRectify(... method fisheye_estimateNewCameraMatrixForUndistortRectify (line 1856) | public static void fisheye_estimateNewCameraMatrixForUndistortRectify(... method fisheye_estimateNewCameraMatrixForUndistortRectify (line 1865) | public static void fisheye_estimateNewCameraMatrixForUndistortRectify(... method fisheye_estimateNewCameraMatrixForUndistortRectify (line 1874) | public static void fisheye_estimateNewCameraMatrixForUndistortRectify(... method fisheye_initUndistortRectifyMap (line 1888) | public static void fisheye_initUndistortRectifyMap(Mat K, Mat D, Mat R... method fisheye_projectPoints (line 1902) | public static void fisheye_projectPoints(Mat objectPoints, Mat imagePo... method fisheye_projectPoints (line 1911) | public static void fisheye_projectPoints(Mat objectPoints, Mat imagePo... method fisheye_projectPoints (line 1920) | public static void fisheye_projectPoints(Mat objectPoints, Mat imagePo... method fisheye_stereoRectify (line 1934) | public static void fisheye_stereoRectify(Mat K1, Mat D1, Mat K2, Mat D... method fisheye_stereoRectify (line 1943) | public static void fisheye_stereoRectify(Mat K1, Mat D1, Mat K2, Mat D... method fisheye_stereoRectify (line 1952) | public static void fisheye_stereoRectify(Mat K1, Mat D1, Mat K2, Mat D... method fisheye_stereoRectify (line 1961) | public static void fisheye_stereoRectify(Mat K1, Mat D1, Mat K2, Mat D... method fisheye_undistortImage (line 1975) | public static void fisheye_undistortImage(Mat distorted, Mat undistort... method fisheye_undistortImage (line 1984) | public static void fisheye_undistortImage(Mat distorted, Mat undistort... method fisheye_undistortImage (line 1993) | public static void fisheye_undistortImage(Mat distorted, Mat undistort... method fisheye_undistortPoints (line 2007) | public static void fisheye_undistortPoints(Mat distorted, Mat undistor... method fisheye_undistortPoints (line 2016) | public static void fisheye_undistortPoints(Mat distorted, Mat undistor... method fisheye_undistortPoints (line 2025) | public static void fisheye_undistortPoints(Mat distorted, Mat undistor... method estimateAffine2D_0 (line 2037) | private static native long estimateAffine2D_0(long from_nativeObj, lon... method estimateAffine2D_1 (line 2038) | private static native long estimateAffine2D_1(long from_nativeObj, lon... method estimateAffine2D_2 (line 2039) | private static native long estimateAffine2D_2(long from_nativeObj, lon... method estimateAffine2D_3 (line 2040) | private static native long estimateAffine2D_3(long from_nativeObj, lon... method estimateAffine2D_4 (line 2041) | private static native long estimateAffine2D_4(long from_nativeObj, lon... method estimateAffine2D_5 (line 2042) | private static native long estimateAffine2D_5(long from_nativeObj, lon... method estimateAffine2D_6 (line 2043) | private static native long estimateAffine2D_6(long from_nativeObj, lon... method estimateAffinePartial2D_0 (line 2046) | private static native long estimateAffinePartial2D_0(long from_nativeO... method estimateAffinePartial2D_1 (line 2047) | private static native long estimateAffinePartial2D_1(long from_nativeO... method estimateAffinePartial2D_2 (line 2048) | private static native long estimateAffinePartial2D_2(long from_nativeO... method estimateAffinePartial2D_3 (line 2049) | private static native long estimateAffinePartial2D_3(long from_nativeO... method estimateAffinePartial2D_4 (line 2050) | private static native long estimateAffinePartial2D_4(long from_nativeO... method estimateAffinePartial2D_5 (line 2051) | private static native long estimateAffinePartial2D_5(long from_nativeO... method estimateAffinePartial2D_6 (line 2052) | private static native long estimateAffinePartial2D_6(long from_nativeO... method findEssentialMat_0 (line 2055) | private static native long findEssentialMat_0(long points1_nativeObj, ... method findEssentialMat_1 (line 2056) | private static native long findEssentialMat_1(long points1_nativeObj, ... method findEssentialMat_2 (line 2057) | private static native long findEssentialMat_2(long points1_nativeObj, ... method findEssentialMat_3 (line 2058) | private static native long findEssentialMat_3(long points1_nativeObj, ... method findEssentialMat_4 (line 2059) | private static native long findEssentialMat_4(long points1_nativeObj, ... method findEssentialMat_5 (line 2062) | private static native long findEssentialMat_5(long points1_nativeObj, ... method findEssentialMat_6 (line 2063) | private static native long findEssentialMat_6(long points1_nativeObj, ... method findEssentialMat_7 (line 2064) | private static native long findEssentialMat_7(long points1_nativeObj, ... method findEssentialMat_8 (line 2065) | private static native long findEssentialMat_8(long points1_nativeObj, ... method findEssentialMat_9 (line 2066) | private static native long findEssentialMat_9(long points1_nativeObj, ... method findEssentialMat_10 (line 2067) | private static native long findEssentialMat_10(long points1_nativeObj,... method findEssentialMat_11 (line 2068) | private static native long findEssentialMat_11(long points1_nativeObj,... method findFundamentalMat_0 (line 2071) | private static native long findFundamentalMat_0(long points1_mat_nativ... method findFundamentalMat_1 (line 2072) | private static native long findFundamentalMat_1(long points1_mat_nativ... method findFundamentalMat_2 (line 2073) | private static native long findFundamentalMat_2(long points1_mat_nativ... method findFundamentalMat_3 (line 2074) | private static native long findFundamentalMat_3(long points1_mat_nativ... method findFundamentalMat_4 (line 2075) | private static native long findFundamentalMat_4(long points1_mat_nativ... method findHomography_0 (line 2078) | private static native long findHomography_0(long srcPoints_mat_nativeO... method findHomography_1 (line 2079) | private static native long findHomography_1(long srcPoints_mat_nativeO... method findHomography_2 (line 2080) | private static native long findHomography_2(long srcPoints_mat_nativeO... method findHomography_3 (line 2081) | private static native long findHomography_3(long srcPoints_mat_nativeO... method findHomography_4 (line 2082) | private static native long findHomography_4(long srcPoints_mat_nativeO... method findHomography_5 (line 2083) | private static native long findHomography_5(long srcPoints_mat_nativeO... method getOptimalNewCameraMatrix_0 (line 2086) | private static native long getOptimalNewCameraMatrix_0(long cameraMatr... method getOptimalNewCameraMatrix_1 (line 2087) | private static native long getOptimalNewCameraMatrix_1(long cameraMatr... method getOptimalNewCameraMatrix_2 (line 2088) | private static native long getOptimalNewCameraMatrix_2(long cameraMatr... method getOptimalNewCameraMatrix_3 (line 2089) | private static native long getOptimalNewCameraMatrix_3(long cameraMatr... method initCameraMatrix2D_0 (line 2092) | private static native long initCameraMatrix2D_0(long objectPoints_mat_... method initCameraMatrix2D_1 (line 2093) | private static native long initCameraMatrix2D_1(long objectPoints_mat_... method getValidDisparityROI_0 (line 2096) | private static native double[] getValidDisparityROI_0(int roi1_x, int ... method RQDecomp3x3_0 (line 2099) | private static native double[] RQDecomp3x3_0(long src_nativeObj, long ... method RQDecomp3x3_1 (line 2100) | private static native double[] RQDecomp3x3_1(long src_nativeObj, long ... method RQDecomp3x3_2 (line 2101) | private static native double[] RQDecomp3x3_2(long src_nativeObj, long ... method RQDecomp3x3_3 (line 2102) | private static native double[] RQDecomp3x3_3(long src_nativeObj, long ... method findChessboardCorners_0 (line 2105) | private static native boolean findChessboardCorners_0(long image_nativ... method findChessboardCorners_1 (line 2106) | private static native boolean findChessboardCorners_1(long image_nativ... method findCirclesGrid_0 (line 2109) | private static native boolean findCirclesGrid_0(long image_nativeObj, ... method findCirclesGrid_2 (line 2110) | private static native boolean findCirclesGrid_2(long image_nativeObj, ... method solvePnP_0 (line 2113) | private static native boolean solvePnP_0(long objectPoints_mat_nativeO... method solvePnP_1 (line 2114) | private static native boolean solvePnP_1(long objectPoints_mat_nativeO... method solvePnP_2 (line 2115) | private static native boolean solvePnP_2(long objectPoints_mat_nativeO... method solvePnPRansac_0 (line 2118) | private static native boolean solvePnPRansac_0(long objectPoints_mat_n... method solvePnPRansac_1 (line 2119) | private static native boolean solvePnPRansac_1(long objectPoints_mat_n... method solvePnPRansac_2 (line 2120) | private static native boolean solvePnPRansac_2(long objectPoints_mat_n... method solvePnPRansac_3 (line 2121) | private static native boolean solvePnPRansac_3(long objectPoints_mat_n... method solvePnPRansac_4 (line 2122) | private static native boolean solvePnPRansac_4(long objectPoints_mat_n... method solvePnPRansac_5 (line 2123) | private static native boolean solvePnPRansac_5(long objectPoints_mat_n... method solvePnPRansac_6 (line 2124) | private static native boolean solvePnPRansac_6(long objectPoints_mat_n... method stereoRectifyUncalibrated_0 (line 2127) | private static native boolean stereoRectifyUncalibrated_0(long points1... method stereoRectifyUncalibrated_1 (line 2128) | private static native boolean stereoRectifyUncalibrated_1(long points1... method calibrateCameraExtended_0 (line 2131) | private static native double calibrateCameraExtended_0(long objectPoin... method calibrateCameraExtended_1 (line 2132) | private static native double calibrateCameraExtended_1(long objectPoin... method calibrateCameraExtended_2 (line 2133) | private static native double calibrateCameraExtended_2(long objectPoin... method calibrateCamera_0 (line 2136) | private static native double calibrateCamera_0(long objectPoints_mat_n... method calibrateCamera_1 (line 2137) | private static native double calibrateCamera_1(long objectPoints_mat_n... method calibrateCamera_2 (line 2138) | private static native double calibrateCamera_2(long objectPoints_mat_n... method sampsonDistance_0 (line 2141) | private static native double sampsonDistance_0(long pt1_nativeObj, lon... method stereoCalibrateExtended_0 (line 2144) | private static native double stereoCalibrateExtended_0(long objectPoin... method stereoCalibrateExtended_1 (line 2145) | private static native double stereoCalibrateExtended_1(long objectPoin... method stereoCalibrateExtended_2 (line 2146) | private static native double stereoCalibrateExtended_2(long objectPoin... method stereoCalibrate_0 (line 2149) | private static native double stereoCalibrate_0(long objectPoints_mat_n... method stereoCalibrate_1 (line 2150) | private static native double stereoCalibrate_1(long objectPoints_mat_n... method stereoCalibrate_2 (line 2151) | private static native double stereoCalibrate_2(long objectPoints_mat_n... method fisheye_calibrate_0 (line 2154) | private static native double fisheye_calibrate_0(long objectPoints_mat... method fisheye_calibrate_1 (line 2155) | private static native double fisheye_calibrate_1(long objectPoints_mat... method fisheye_calibrate_2 (line 2156) | private static native double fisheye_calibrate_2(long objectPoints_mat... method fisheye_stereoCalibrate_0 (line 2159) | private static native double fisheye_stereoCalibrate_0(long objectPoin... method fisheye_stereoCalibrate_1 (line 2160) | private static native double fisheye_stereoCalibrate_1(long objectPoin... method fisheye_stereoCalibrate_2 (line 2161) | private static native double fisheye_stereoCalibrate_2(long objectPoin... method rectify3Collinear_0 (line 2164) | private static native float rectify3Collinear_0(long cameraMatrix1_nat... method decomposeHomographyMat_0 (line 2167) | private static native int decomposeHomographyMat_0(long H_nativeObj, l... method estimateAffine3D_0 (line 2170) | private static native int estimateAffine3D_0(long src_nativeObj, long ... method estimateAffine3D_1 (line 2171) | private static native int estimateAffine3D_1(long src_nativeObj, long ... method estimateAffine3D_2 (line 2172) | private static native int estimateAffine3D_2(long src_nativeObj, long ... method recoverPose_0 (line 2175) | private static native int recoverPose_0(long E_nativeObj, long points1... method recoverPose_1 (line 2176) | private static native int recoverPose_1(long E_nativeObj, long points1... method recoverPose_2 (line 2177) | private static native int recoverPose_2(long E_nativeObj, long points1... method recoverPose_3 (line 2178) | private static native int recoverPose_3(long E_nativeObj, long points1... method recoverPose_4 (line 2181) | private static native int recoverPose_4(long E_nativeObj, long points1... method recoverPose_5 (line 2182) | private static native int recoverPose_5(long E_nativeObj, long points1... method recoverPose_6 (line 2185) | private static native int recoverPose_6(long E_nativeObj, long points1... method recoverPose_7 (line 2186) | private static native int recoverPose_7(long E_nativeObj, long points1... method recoverPose_8 (line 2187) | private static native int recoverPose_8(long E_nativeObj, long points1... method solveP3P_0 (line 2190) | private static native int solveP3P_0(long objectPoints_nativeObj, long... method Rodrigues_0 (line 2193) | private static native void Rodrigues_0(long src_nativeObj, long dst_na... method Rodrigues_1 (line 2194) | private static native void Rodrigues_1(long src_nativeObj, long dst_na... method calibrateHandEye_0 (line 2197) | private static native void calibrateHandEye_0(long R_gripper2base_mat_... method calibrateHandEye_1 (line 2198) | private static native void calibrateHandEye_1(long R_gripper2base_mat_... method calibrationMatrixValues_0 (line 2201) | private static native void calibrationMatrixValues_0(long cameraMatrix... method composeRT_0 (line 2204) | private static native void composeRT_0(long rvec1_nativeObj, long tvec... method composeRT_1 (line 2205) | private static native void composeRT_1(long rvec1_nativeObj, long tvec... method composeRT_2 (line 2206) | private static native void composeRT_2(long rvec1_nativeObj, long tvec... method composeRT_3 (line 2207) | private static native void composeRT_3(long rvec1_nativeObj, long tvec... method composeRT_4 (line 2208) | private static native void composeRT_4(long rvec1_nativeObj, long tvec... method composeRT_5 (line 2209) | private static native void composeRT_5(long rvec1_nativeObj, long tvec... method composeRT_6 (line 2210) | private static native void composeRT_6(long rvec1_nativeObj, long tvec... method composeRT_7 (line 2211) | private static native void composeRT_7(long rvec1_nativeObj, long tvec... method composeRT_8 (line 2212) | private static native void composeRT_8(long rvec1_nativeObj, long tvec... method computeCorrespondEpilines_0 (line 2215) | private static native void computeCorrespondEpilines_0(long points_nat... method convertPointsFromHomogeneous_0 (line 2218) | private static native void convertPointsFromHomogeneous_0(long src_nat... method convertPointsToHomogeneous_0 (line 2221) | private static native void convertPointsToHomogeneous_0(long src_nativ... method correctMatches_0 (line 2224) | private static native void correctMatches_0(long F_nativeObj, long poi... method decomposeEssentialMat_0 (line 2227) | private static native void decomposeEssentialMat_0(long E_nativeObj, l... method decomposeProjectionMatrix_0 (line 2230) | private static native void decomposeProjectionMatrix_0(long projMatrix... method decomposeProjectionMatrix_1 (line 2231) | private static native void decomposeProjectionMatrix_1(long projMatrix... method decomposeProjectionMatrix_2 (line 2232) | private static native void decomposeProjectionMatrix_2(long projMatrix... method decomposeProjectionMatrix_3 (line 2233) | private static native void decomposeProjectionMatrix_3(long projMatrix... method decomposeProjectionMatrix_4 (line 2234) | private static native void decomposeProjectionMatrix_4(long projMatrix... method drawChessboardCorners_0 (line 2237) | private static native void drawChessboardCorners_0(long image_nativeOb... method drawFrameAxes_0 (line 2240) | private static native void drawFrameAxes_0(long image_nativeObj, long ... method drawFrameAxes_1 (line 2241) | private static native void drawFrameAxes_1(long image_nativeObj, long ... method filterHomographyDecompByVisibleRefpoints_0 (line 2244) | private static native void filterHomographyDecompByVisibleRefpoints_0(... method filterHomographyDecompByVisibleRefpoints_1 (line 2245) | private static native void filterHomographyDecompByVisibleRefpoints_1(... method filterSpeckles_0 (line 2248) | private static native void filterSpeckles_0(long img_nativeObj, double... method filterSpeckles_1 (line 2249) | private static native void filterSpeckles_1(long img_nativeObj, double... method matMulDeriv_0 (line 2252) | private static native void matMulDeriv_0(long A_nativeObj, long B_nati... method projectPoints_0 (line 2255) | private static native void projectPoints_0(long objectPoints_mat_nativ... method projectPoints_1 (line 2256) | private static native void projectPoints_1(long objectPoints_mat_nativ... method projectPoints_2 (line 2257) | private static native void projectPoints_2(long objectPoints_mat_nativ... method reprojectImageTo3D_0 (line 2260) | private static native void reprojectImageTo3D_0(long disparity_nativeO... method reprojectImageTo3D_1 (line 2261) | private static native void reprojectImageTo3D_1(long disparity_nativeO... method reprojectImageTo3D_2 (line 2262) | private static native void reprojectImageTo3D_2(long disparity_nativeO... method stereoRectify_0 (line 2265) | private static native void stereoRectify_0(long cameraMatrix1_nativeOb... method stereoRectify_1 (line 2266) | private static native void stereoRectify_1(long cameraMatrix1_nativeOb... method stereoRectify_2 (line 2267) | private static native void stereoRectify_2(long cameraMatrix1_nativeOb... method stereoRectify_3 (line 2268) | private static native void stereoRectify_3(long cameraMatrix1_nativeOb... method stereoRectify_4 (line 2269) | private static native void stereoRectify_4(long cameraMatrix1_nativeOb... method stereoRectify_5 (line 2270) | private static native void stereoRectify_5(long cameraMatrix1_nativeOb... method triangulatePoints_0 (line 2273) | private static native void triangulatePoints_0(long projMatr1_nativeOb... method validateDisparity_0 (line 2276) | private static native void validateDisparity_0(long disparity_nativeOb... method validateDisparity_1 (line 2277) | private static native void validateDisparity_1(long disparity_nativeOb... method fisheye_distortPoints_0 (line 2280) | private static native void fisheye_distortPoints_0(long undistorted_na... method fisheye_distortPoints_1 (line 2281) | private static native void fisheye_distortPoints_1(long undistorted_na... method fisheye_estimateNewCameraMatrixForUndistortRectify_0 (line 2284) | private static native void fisheye_estimateNewCameraMatrixForUndistort... method fisheye_estimateNewCameraMatrixForUndistortRectify_1 (line 2285) | private static native void fisheye_estimateNewCameraMatrixForUndistort... method fisheye_estimateNewCameraMatrixForUndistortRectify_2 (line 2286) | private static native void fisheye_estimateNewCameraMatrixForUndistort... method fisheye_estimateNewCameraMatrixForUndistortRectify_3 (line 2287) | private static native void fisheye_estimateNewCameraMatrixForUndistort... method fisheye_initUndistortRectifyMap_0 (line 2290) | private static native void fisheye_initUndistortRectifyMap_0(long K_na... method fisheye_projectPoints_0 (line 2293) | private static native void fisheye_projectPoints_0(long objectPoints_n... method fisheye_projectPoints_1 (line 2294) | private static native void fisheye_projectPoints_1(long objectPoints_n... method fisheye_projectPoints_2 (line 2295) | private static native void fisheye_projectPoints_2(long objectPoints_n... method fisheye_stereoRectify_0 (line 2298) | private static native void fisheye_stereoRectify_0(long K1_nativeObj, ... method fisheye_stereoRectify_1 (line 2299) | private static native void fisheye_stereoRectify_1(long K1_nativeObj, ... method fisheye_stereoRectify_2 (line 2300) | private static native void fisheye_stereoRectify_2(long K1_nativeObj, ... method fisheye_stereoRectify_3 (line 2301) | private static native void fisheye_stereoRectify_3(long K1_nativeObj, ... method fisheye_undistortImage_0 (line 2304) | private static native void fisheye_undistortImage_0(long distorted_nat... method fisheye_undistortImage_1 (line 2305) | private static native void fisheye_undistortImage_1(long distorted_nat... method fisheye_undistortImage_2 (line 2306) | private static native void fisheye_undistortImage_2(long distorted_nat... method fisheye_undistortPoints_0 (line 2309) | private static native void fisheye_undistortPoints_0(long distorted_na... method fisheye_undistortPoints_1 (line 2310) | private static native void fisheye_undistortPoints_1(long distorted_na... method fisheye_undistortPoints_2 (line 2311) | private static native void fisheye_undistortPoints_2(long distorted_na... FILE: openCV/src/main/java/org/opencv/calib3d/StereoBM.java class StereoBM (line 13) | public class StereoBM extends StereoMatcher { method StereoBM (line 15) | protected StereoBM(long addr) { super(addr); } method __fromPtr__ (line 18) | public static StereoBM __fromPtr__(long addr) { return new StereoBM(ad... method create (line 31) | public static StereoBM create(int numDisparities, int blockSize) method create (line 40) | public static StereoBM create(int numDisparities) method create (line 49) | public static StereoBM create() method getROI1 (line 63) | public Rect getROI1() method getROI2 (line 77) | public Rect getROI2() method getPreFilterCap (line 91) | public int getPreFilterCap() method getPreFilterSize (line 105) | public int getPreFilterSize() method getPreFilterType (line 119) | public int getPreFilterType() method getSmallerBlockSize (line 133) | public int getSmallerBlockSize() method getTextureThreshold (line 147) | public int getTextureThreshold() method getUniquenessRatio (line 161) | public int getUniquenessRatio() method setPreFilterCap (line 175) | public void setPreFilterCap(int preFilterCap) method setPreFilterSize (line 189) | public void setPreFilterSize(int preFilterSize) method setPreFilterType (line 203) | public void setPreFilterType(int preFilterType) method setROI1 (line 217) | public void setROI1(Rect roi1) method setROI2 (line 231) | public void setROI2(Rect roi2) method setSmallerBlockSize (line 245) | public void setSmallerBlockSize(int blockSize) method setTextureThreshold (line 259) | public void setTextureThreshold(int textureThreshold) method setUniquenessRatio (line 273) | public void setUniquenessRatio(int uniquenessRatio) method finalize (line 282) | @Override method create_0 (line 290) | private static native long create_0(int numDisparities, int blockSize); method create_1 (line 291) | private static native long create_1(int numDisparities); method create_2 (line 292) | private static native long create_2(); method getROI1_0 (line 295) | private static native double[] getROI1_0(long nativeObj); method getROI2_0 (line 298) | private static native double[] getROI2_0(long nativeObj); method getPreFilterCap_0 (line 301) | private static native int getPreFilterCap_0(long nativeObj); method getPreFilterSize_0 (line 304) | private static native int getPreFilterSize_0(long nativeObj); method getPreFilterType_0 (line 307) | private static native int getPreFilterType_0(long nativeObj); method getSmallerBlockSize_0 (line 310) | private static native int getSmallerBlockSize_0(long nativeObj); method getTextureThreshold_0 (line 313) | private static native int getTextureThreshold_0(long nativeObj); method getUniquenessRatio_0 (line 316) | private static native int getUniquenessRatio_0(long nativeObj); method setPreFilterCap_0 (line 319) | private static native void setPreFilterCap_0(long nativeObj, int preFi... method setPreFilterSize_0 (line 322) | private static native void setPreFilterSize_0(long nativeObj, int preF... method setPreFilterType_0 (line 325) | private static native void setPreFilterType_0(long nativeObj, int preF... method setROI1_0 (line 328) | private static native void setROI1_0(long nativeObj, int roi1_x, int r... method setROI2_0 (line 331) | private static native void setROI2_0(long nativeObj, int roi2_x, int r... method setSmallerBlockSize_0 (line 334) | private static native void setSmallerBlockSize_0(long nativeObj, int b... method setTextureThreshold_0 (line 337) | private static native void setTextureThreshold_0(long nativeObj, int t... method setUniquenessRatio_0 (line 340) | private static native void setUniquenessRatio_0(long nativeObj, int un... method delete (line 343) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/calib3d/StereoMatcher.java class StereoMatcher (line 12) | public class StereoMatcher extends Algorithm { method StereoMatcher (line 14) | protected StereoMatcher(long addr) { super(addr); } method __fromPtr__ (line 17) | public static StereoMatcher __fromPtr__(long addr) { return new Stereo... method getBlockSize (line 30) | public int getBlockSize() method getDisp12MaxDiff (line 44) | public int getDisp12MaxDiff() method getMinDisparity (line 58) | public int getMinDisparity() method getNumDisparities (line 72) | public int getNumDisparities() method getSpeckleRange (line 86) | public int getSpeckleRange() method getSpeckleWindowSize (line 100) | public int getSpeckleWindowSize() method compute (line 114) | public void compute(Mat left, Mat right, Mat disparity) method setBlockSize (line 128) | public void setBlockSize(int blockSize) method setDisp12MaxDiff (line 142) | public void setDisp12MaxDiff(int disp12MaxDiff) method setMinDisparity (line 156) | public void setMinDisparity(int minDisparity) method setNumDisparities (line 170) | public void setNumDisparities(int numDisparities) method setSpeckleRange (line 184) | public void setSpeckleRange(int speckleRange) method setSpeckleWindowSize (line 198) | public void setSpeckleWindowSize(int speckleWindowSize) method finalize (line 207) | @Override method getBlockSize_0 (line 215) | private static native int getBlockSize_0(long nativeObj); method getDisp12MaxDiff_0 (line 218) | private static native int getDisp12MaxDiff_0(long nativeObj); method getMinDisparity_0 (line 221) | private static native int getMinDisparity_0(long nativeObj); method getNumDisparities_0 (line 224) | private static native int getNumDisparities_0(long nativeObj); method getSpeckleRange_0 (line 227) | private static native int getSpeckleRange_0(long nativeObj); method getSpeckleWindowSize_0 (line 230) | private static native int getSpeckleWindowSize_0(long nativeObj); method compute_0 (line 233) | private static native void compute_0(long nativeObj, long left_nativeO... method setBlockSize_0 (line 236) | private static native void setBlockSize_0(long nativeObj, int blockSize); method setDisp12MaxDiff_0 (line 239) | private static native void setDisp12MaxDiff_0(long nativeObj, int disp... method setMinDisparity_0 (line 242) | private static native void setMinDisparity_0(long nativeObj, int minDi... method setNumDisparities_0 (line 245) | private static native void setNumDisparities_0(long nativeObj, int num... method setSpeckleRange_0 (line 248) | private static native void setSpeckleRange_0(long nativeObj, int speck... method setSpeckleWindowSize_0 (line 251) | private static native void setSpeckleWindowSize_0(long nativeObj, int ... method delete (line 254) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/calib3d/StereoSGBM.java class StereoSGBM (line 12) | public class StereoSGBM extends StereoMatcher { method StereoSGBM (line 14) | protected StereoSGBM(long addr) { super(addr); } method __fromPtr__ (line 17) | public static StereoSGBM __fromPtr__(long addr) { return new StereoSGB... method create (line 32) | public static StereoSGBM create(int minDisparity, int numDisparities, ... method create (line 41) | public static StereoSGBM create(int minDisparity, int numDisparities, ... method create (line 50) | public static StereoSGBM create(int minDisparity, int numDisparities, ... method create (line 59) | public static StereoSGBM create(int minDisparity, int numDisparities, ... method create (line 68) | public static StereoSGBM create(int minDisparity, int numDisparities, ... method create (line 77) | public static StereoSGBM create(int minDisparity, int numDisparities, ... method create (line 86) | public static StereoSGBM create(int minDisparity, int numDisparities, ... method create (line 95) | public static StereoSGBM create(int minDisparity, int numDisparities, ... method create (line 104) | public static StereoSGBM create(int minDisparity, int numDisparities, ... method create (line 113) | public static StereoSGBM create(int minDisparity, int numDisparities) method create (line 122) | public static StereoSGBM create(int minDisparity) method create (line 131) | public static StereoSGBM create() method getMode (line 145) | public int getMode() method getP1 (line 159) | public int getP1() method getP2 (line 173) | public int getP2() method getPreFilterCap (line 187) | public int getPreFilterCap() method getUniquenessRatio (line 201) | public int getUniquenessRatio() method setMode (line 215) | public void setMode(int mode) method setP1 (line 229) | public void setP1(int P1) method setP2 (line 243) | public void setP2(int P2) method setPreFilterCap (line 257) | public void setPreFilterCap(int preFilterCap) method setUniquenessRatio (line 271) | public void setUniquenessRatio(int uniquenessRatio) method finalize (line 280) | @Override method create_0 (line 288) | private static native long create_0(int minDisparity, int numDispariti... method create_1 (line 289) | private static native long create_1(int minDisparity, int numDispariti... method create_2 (line 290) | private static native long create_2(int minDisparity, int numDispariti... method create_3 (line 291) | private static native long create_3(int minDisparity, int numDispariti... method create_4 (line 292) | private static native long create_4(int minDisparity, int numDispariti... method create_5 (line 293) | private static native long create_5(int minDisparity, int numDispariti... method create_6 (line 294) | private static native long create_6(int minDisparity, int numDispariti... method create_7 (line 295) | private static native long create_7(int minDisparity, int numDispariti... method create_8 (line 296) | private static native long create_8(int minDisparity, int numDispariti... method create_9 (line 297) | private static native long create_9(int minDisparity, int numDispariti... method create_10 (line 298) | private static native long create_10(int minDisparity); method create_11 (line 299) | private static native long create_11(); method getMode_0 (line 302) | private static native int getMode_0(long nativeObj); method getP1_0 (line 305) | private static native int getP1_0(long nativeObj); method getP2_0 (line 308) | private static native int getP2_0(long nativeObj); method getPreFilterCap_0 (line 311) | private static native int getPreFilterCap_0(long nativeObj); method getUniquenessRatio_0 (line 314) | private static native int getUniquenessRatio_0(long nativeObj); method setMode_0 (line 317) | private static native void setMode_0(long nativeObj, int mode); method setP1_0 (line 320) | private static native void setP1_0(long nativeObj, int P1); method setP2_0 (line 323) | private static native void setP2_0(long nativeObj, int P2); method setPreFilterCap_0 (line 326) | private static native void setPreFilterCap_0(long nativeObj, int preFi... method setUniquenessRatio_0 (line 329) | private static native void setUniquenessRatio_0(long nativeObj, int un... method delete (line 332) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/core/Algorithm.java class Algorithm (line 11) | public class Algorithm { method Algorithm (line 14) | protected Algorithm(long addr) { nativeObj = addr; } method getNativeObjAddr (line 16) | public long getNativeObjAddr() { return nativeObj; } method __fromPtr__ (line 19) | public static Algorithm __fromPtr__(long addr) { return new Algorithm(... method getDefaultName (line 26) | public String getDefaultName() method empty (line 40) | public boolean empty() method clear (line 54) | public void clear() method save (line 75) | public void save(String filename) method finalize (line 91) | @Override method getDefaultName_0 (line 99) | private static native String getDefaultName_0(long nativeObj); method empty_0 (line 102) | private static native boolean empty_0(long nativeObj); method clear_0 (line 105) | private static native void clear_0(long nativeObj); method save_0 (line 108) | private static native void save_0(long nativeObj, String filename); method delete (line 111) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/core/Core.java class Core (line 19) | public class Core { method getVersion (line 21) | private static String getVersion() { return "3.4.6"; } method getNativeLibraryName (line 22) | private static String getNativeLibraryName() { return "opencv_java346"; } method getVersionMajorJ (line 23) | private static int getVersionMajorJ() { return 3; } method getVersionMinorJ (line 24) | private static int getVersionMinorJ() { return 4; } method getVersionRevisionJ (line 25) | private static int getVersionRevisionJ() { return 6; } method getVersionStatusJ (line 26) | private static String getVersionStatusJ() { return ""; } method mean (line 289) | public static Scalar mean(Mat src, Mat mask) method mean (line 298) | public static Scalar mean(Mat src) method sumElems (line 312) | public static Scalar sumElems(Mat src) method trace (line 326) | public static Scalar trace(Mat mtx) method getBuildInformation (line 340) | public static String getBuildInformation() method getHardwareFeatureName (line 354) | public static String getHardwareFeatureName(int feature) method getVersionString (line 368) | public static String getVersionString() method getIppVersion (line 382) | public static String getIppVersion() method findFile (line 396) | public static String findFile(String relative_path, boolean required, ... method findFile (line 405) | public static String findFile(String relative_path, boolean required) method findFile (line 414) | public static String findFile(String relative_path) method findFileOrKeep (line 428) | public static String findFileOrKeep(String relative_path, boolean sile... method findFileOrKeep (line 437) | public static String findFileOrKeep(String relative_path) method checkRange (line 451) | public static boolean checkRange(Mat a, boolean quiet, double minVal, ... method checkRange (line 460) | public static boolean checkRange(Mat a, boolean quiet, double minVal) method checkRange (line 469) | public static boolean checkRange(Mat a, boolean quiet) method checkRange (line 478) | public static boolean checkRange(Mat a) method eigen (line 492) | public static boolean eigen(Mat src, Mat eigenvalues, Mat eigenvectors) method eigen (line 501) | public static boolean eigen(Mat src, Mat eigenvalues) method solve (line 515) | public static boolean solve(Mat src1, Mat src2, Mat dst, int flags) method solve (line 524) | public static boolean solve(Mat src1, Mat src2, Mat dst) method useIPP (line 538) | public static boolean useIPP() method useIPP_NE (line 552) | public static boolean useIPP_NE() method useIPP_NotExact (line 566) | public static boolean useIPP_NotExact() method Mahalanobis (line 580) | public static double Mahalanobis(Mat v1, Mat v2, Mat icovar) method PSNR (line 594) | public static double PSNR(Mat src1, Mat src2) method determinant (line 608) | public static double determinant(Mat mtx) method getTickFrequency (line 622) | public static double getTickFrequency() method invert (line 636) | public static double invert(Mat src, Mat dst, int flags) method invert (line 645) | public static double invert(Mat src, Mat dst) method kmeans (line 659) | public static double kmeans(Mat data, int K, Mat bestLabels, TermCrite... method kmeans (line 668) | public static double kmeans(Mat data, int K, Mat bestLabels, TermCrite... method norm (line 682) | public static double norm(Mat src1, Mat src2, int normType, Mat mask) method norm (line 691) | public static double norm(Mat src1, Mat src2, int normType) method norm (line 700) | public static double norm(Mat src1, Mat src2) method norm (line 714) | public static double norm(Mat src1, int normType, Mat mask) method norm (line 723) | public static double norm(Mat src1, int normType) method norm (line 732) | public static double norm(Mat src1) method solvePoly (line 746) | public static double solvePoly(Mat coeffs, Mat roots, int maxIters) method solvePoly (line 755) | public static double solvePoly(Mat coeffs, Mat roots) method cubeRoot (line 769) | public static float cubeRoot(float val) method fastAtan2 (line 783) | public static float fastAtan2(float y, float x) method borderInterpolate (line 797) | public static int borderInterpolate(int p, int len, int borderType) method countNonZero (line 811) | public static int countNonZero(Mat src) method getNumThreads (line 825) | public static int getNumThreads() method getNumberOfCPUs (line 839) | public static int getNumberOfCPUs() method getOptimalDFTSize (line 853) | public static int getOptimalDFTSize(int vecsize) method getThreadNum (line 867) | @Deprecated method getVersionMajor (line 882) | public static int getVersionMajor() method getVersionMinor (line 896) | public static int getVersionMinor() method getVersionRevision (line 910) | public static int getVersionRevision() method solveCubic (line 924) | public static int solveCubic(Mat coeffs, Mat roots) method getCPUTickCount (line 938) | public static long getCPUTickCount() method getTickCount (line 952) | public static long getTickCount() method LUT (line 966) | public static void LUT(Mat src, Mat lut, Mat dst) method PCABackProject (line 980) | public static void PCABackProject(Mat data, Mat mean, Mat eigenvectors... method PCACompute2 (line 994) | public static void PCACompute2(Mat data, Mat mean, Mat eigenvectors, M... method PCACompute2 (line 1008) | public static void PCACompute2(Mat data, Mat mean, Mat eigenvectors, M... method PCACompute2 (line 1017) | public static void PCACompute2(Mat data, Mat mean, Mat eigenvectors, M... method PCACompute (line 1031) | public static void PCACompute(Mat data, Mat mean, Mat eigenvectors, do... method PCACompute (line 1045) | public static void PCACompute(Mat data, Mat mean, Mat eigenvectors, in... method PCACompute (line 1054) | public static void PCACompute(Mat data, Mat mean, Mat eigenvectors) method PCAProject (line 1068) | public static void PCAProject(Mat data, Mat mean, Mat eigenvectors, Ma... method SVBackSubst (line 1082) | public static void SVBackSubst(Mat w, Mat u, Mat vt, Mat rhs, Mat dst) method SVDecomp (line 1096) | public static void SVDecomp(Mat src, Mat w, Mat u, Mat vt, int flags) method SVDecomp (line 1105) | public static void SVDecomp(Mat src, Mat w, Mat u, Mat vt) method absdiff (line 1119) | public static void absdiff(Mat src1, Mat src2, Mat dst) method absdiff (line 1133) | public static void absdiff(Mat src1, Scalar src2, Mat dst) method add (line 1147) | public static void add(Mat src1, Mat src2, Mat dst, Mat mask, int dtype) method add (line 1156) | public static void add(Mat src1, Mat src2, Mat dst, Mat mask) method add (line 1165) | public static void add(Mat src1, Mat src2, Mat dst) method add (line 1179) | public static void add(Mat src1, Scalar src2, Mat dst, Mat mask, int d... method add (line 1188) | public static void add(Mat src1, Scalar src2, Mat dst, Mat mask) method add (line 1197) | public static void add(Mat src1, Scalar src2, Mat dst) method addWeighted (line 1211) | public static void addWeighted(Mat src1, double alpha, Mat src2, doubl... method addWeighted (line 1220) | public static void addWeighted(Mat src1, double alpha, Mat src2, doubl... method batchDistance (line 1234) | public static void batchDistance(Mat src1, Mat src2, Mat dist, int dty... method batchDistance (line 1243) | public static void batchDistance(Mat src1, Mat src2, Mat dist, int dty... method batchDistance (line 1252) | public static void batchDistance(Mat src1, Mat src2, Mat dist, int dty... method batchDistance (line 1261) | public static void batchDistance(Mat src1, Mat src2, Mat dist, int dty... method batchDistance (line 1270) | public static void batchDistance(Mat src1, Mat src2, Mat dist, int dty... method batchDistance (line 1279) | public static void batchDistance(Mat src1, Mat src2, Mat dist, int dty... method bitwise_and (line 1293) | public static void bitwise_and(Mat src1, Mat src2, Mat dst, Mat mask) method bitwise_and (line 1302) | public static void bitwise_and(Mat src1, Mat src2, Mat dst) method bitwise_not (line 1316) | public static void bitwise_not(Mat src, Mat dst, Mat mask) method bitwise_not (line 1325) | public static void bitwise_not(Mat src, Mat dst) method bitwise_or (line 1339) | public static void bitwise_or(Mat src1, Mat src2, Mat dst, Mat mask) method bitwise_or (line 1348) | public static void bitwise_or(Mat src1, Mat src2, Mat dst) method bitwise_xor (line 1362) | public static void bitwise_xor(Mat src1, Mat src2, Mat dst, Mat mask) method bitwise_xor (line 1371) | public static void bitwise_xor(Mat src1, Mat src2, Mat dst) method calcCovarMatrix (line 1385) | public static void calcCovarMatrix(Mat samples, Mat covar, Mat mean, i... method calcCovarMatrix (line 1394) | public static void calcCovarMatrix(Mat samples, Mat covar, Mat mean, i... method cartToPolar (line 1408) | public static void cartToPolar(Mat x, Mat y, Mat magnitude, Mat angle,... method cartToPolar (line 1417) | public static void cartToPolar(Mat x, Mat y, Mat magnitude, Mat angle) method compare (line 1431) | public static void compare(Mat src1, Mat src2, Mat dst, int cmpop) method compare (line 1445) | public static void compare(Mat src1, Scalar src2, Mat dst, int cmpop) method completeSymm (line 1459) | public static void completeSymm(Mat m, boolean lowerToUpper) method completeSymm (line 1468) | public static void completeSymm(Mat m) method convertFp16 (line 1482) | public static void convertFp16(Mat src, Mat dst) method convertScaleAbs (line 1496) | public static void convertScaleAbs(Mat src, Mat dst, double alpha, dou... method convertScaleAbs (line 1505) | public static void convertScaleAbs(Mat src, Mat dst, double alpha) method convertScaleAbs (line 1514) | public static void convertScaleAbs(Mat src, Mat dst) method copyMakeBorder (line 1528) | public static void copyMakeBorder(Mat src, Mat dst, int top, int botto... method copyMakeBorder (line 1537) | public static void copyMakeBorder(Mat src, Mat dst, int top, int botto... method dct (line 1551) | public static void dct(Mat src, Mat dst, int flags) method dct (line 1560) | public static void dct(Mat src, Mat dst) method dft (line 1574) | public static void dft(Mat src, Mat dst, int flags, int nonzeroRows) method dft (line 1583) | public static void dft(Mat src, Mat dst, int flags) method dft (line 1592) | public static void dft(Mat src, Mat dst) method divide (line 1606) | public static void divide(Mat src1, Mat src2, Mat dst, double scale, i... method divide (line 1615) | public static void divide(Mat src1, Mat src2, Mat dst, double scale) method divide (line 1624) | public static void divide(Mat src1, Mat src2, Mat dst) method divide (line 1638) | public static void divide(Mat src1, Scalar src2, Mat dst, double scale... method divide (line 1647) | public static void divide(Mat src1, Scalar src2, Mat dst, double scale) method divide (line 1656) | public static void divide(Mat src1, Scalar src2, Mat dst) method divide (line 1670) | public static void divide(double scale, Mat src2, Mat dst, int dtype) method divide (line 1679) | public static void divide(double scale, Mat src2, Mat dst) method eigenNonSymmetric (line 1693) | public static void eigenNonSymmetric(Mat src, Mat eigenvalues, Mat eig... method exp (line 1707) | public static void exp(Mat src, Mat dst) method extractChannel (line 1721) | public static void extractChannel(Mat src, Mat dst, int coi) method findNonZero (line 1735) | public static void findNonZero(Mat src, Mat idx) method flip (line 1749) | public static void flip(Mat src, Mat dst, int flipCode) method gemm (line 1763) | public static void gemm(Mat src1, Mat src2, double alpha, Mat src3, do... method gemm (line 1772) | public static void gemm(Mat src1, Mat src2, double alpha, Mat src3, do... method hconcat (line 1786) | public static void hconcat(List src, Mat dst) method idct (line 1800) | public static void idct(Mat src, Mat dst, int flags) method idct (line 1809) | public static void idct(Mat src, Mat dst) method idft (line 1823) | public static void idft(Mat src, Mat dst, int flags, int nonzeroRows) method idft (line 1832) | public static void idft(Mat src, Mat dst, int flags) method idft (line 1841) | public static void idft(Mat src, Mat dst) method inRange (line 1855) | public static void inRange(Mat src, Scalar lowerb, Scalar upperb, Mat ... method insertChannel (line 1869) | public static void insertChannel(Mat src, Mat dst, int coi) method log (line 1883) | public static void log(Mat src, Mat dst) method magnitude (line 1897) | public static void magnitude(Mat x, Mat y, Mat magnitude) method max (line 1911) | public static void max(Mat src1, Mat src2, Mat dst) method max (line 1925) | public static void max(Mat src1, Scalar src2, Mat dst) method meanStdDev (line 1939) | public static void meanStdDev(Mat src, MatOfDouble mean, MatOfDouble s... method meanStdDev (line 1949) | public static void meanStdDev(Mat src, MatOfDouble mean, MatOfDouble s... method merge (line 1964) | public static void merge(List mv, Mat dst) method min (line 1978) | public static void min(Mat src1, Mat src2, Mat dst) method min (line 1992) | public static void min(Mat src1, Scalar src2, Mat dst) method mixChannels (line 2006) | public static void mixChannels(List src, List dst, MatOfInt ... method mulSpectrums (line 2022) | public static void mulSpectrums(Mat a, Mat b, Mat c, int flags, boolea... method mulSpectrums (line 2031) | public static void mulSpectrums(Mat a, Mat b, Mat c, int flags) method mulTransposed (line 2045) | public static void mulTransposed(Mat src, Mat dst, boolean aTa, Mat de... method mulTransposed (line 2054) | public static void mulTransposed(Mat src, Mat dst, boolean aTa, Mat de... method mulTransposed (line 2063) | public static void mulTransposed(Mat src, Mat dst, boolean aTa, Mat de... method mulTransposed (line 2072) | public static void mulTransposed(Mat src, Mat dst, boolean aTa) method multiply (line 2086) | public static void multiply(Mat src1, Mat src2, Mat dst, double scale,... method multiply (line 2095) | public static void multiply(Mat src1, Mat src2, Mat dst, double scale) method multiply (line 2104) | public static void multiply(Mat src1, Mat src2, Mat dst) method multiply (line 2118) | public static void multiply(Mat src1, Scalar src2, Mat dst, double sca... method multiply (line 2127) | public static void multiply(Mat src1, Scalar src2, Mat dst, double scale) method multiply (line 2136) | public static void multiply(Mat src1, Scalar src2, Mat dst) method normalize (line 2150) | public static void normalize(Mat src, Mat dst, double alpha, double be... method normalize (line 2159) | public static void normalize(Mat src, Mat dst, double alpha, double be... method normalize (line 2168) | public static void normalize(Mat src, Mat dst, double alpha, double be... method normalize (line 2177) | public static void normalize(Mat src, Mat dst, double alpha, double beta) method normalize (line 2186) | public static void normalize(Mat src, Mat dst, double alpha) method normalize (line 2195) | public static void normalize(Mat src, Mat dst) method patchNaNs (line 2209) | public static void patchNaNs(Mat a, double val) method patchNaNs (line 2218) | public static void patchNaNs(Mat a) method perspectiveTransform (line 2232) | public static void perspectiveTransform(Mat src, Mat dst, Mat m) method phase (line 2246) | public static void phase(Mat x, Mat y, Mat angle, boolean angleInDegrees) method phase (line 2255) | public static void phase(Mat x, Mat y, Mat angle) method polarToCart (line 2269) | public static void polarToCart(Mat magnitude, Mat angle, Mat x, Mat y,... method polarToCart (line 2278) | public static void polarToCart(Mat magnitude, Mat angle, Mat x, Mat y) method pow (line 2292) | public static void pow(Mat src, double power, Mat dst) method randShuffle (line 2306) | public static void randShuffle(Mat dst, double iterFactor) method randShuffle (line 2315) | public static void randShuffle(Mat dst) method randn (line 2329) | public static void randn(Mat dst, double mean, double stddev) method randu (line 2343) | public static void randu(Mat dst, double low, double high) method reduce (line 2357) | public static void reduce(Mat src, Mat dst, int dim, int rtype, int dt... method reduce (line 2366) | public static void reduce(Mat src, Mat dst, int dim, int rtype) method repeat (line 2380) | public static void repeat(Mat src, int ny, int nx, Mat dst) method rotate (line 2394) | public static void rotate(Mat src, Mat dst, int rotateCode) method scaleAdd (line 2408) | public static void scaleAdd(Mat src1, double alpha, Mat src2, Mat dst) method setErrorVerbosity (line 2422) | public static void setErrorVerbosity(boolean verbose) method setIdentity (line 2436) | public static void setIdentity(Mat mtx, Scalar s) method setIdentity (line 2445) | public static void setIdentity(Mat mtx) method setNumThreads (line 2459) | public static void setNumThreads(int nthreads) method setRNGSeed (line 2473) | public static void setRNGSeed(int seed) method sort (line 2487) | public static void sort(Mat src, Mat dst, int flags) method sortIdx (line 2501) | public static void sortIdx(Mat src, Mat dst, int flags) method split (line 2515) | public static void split(Mat m, List mv) method sqrt (line 2530) | public static void sqrt(Mat src, Mat dst) method subtract (line 2544) | public static void subtract(Mat src1, Mat src2, Mat dst, Mat mask, int... method subtract (line 2553) | public static void subtract(Mat src1, Mat src2, Mat dst, Mat mask) method subtract (line 2562) | public static void subtract(Mat src1, Mat src2, Mat dst) method subtract (line 2576) | public static void subtract(Mat src1, Scalar src2, Mat dst, Mat mask, ... method subtract (line 2585) | public static void subtract(Mat src1, Scalar src2, Mat dst, Mat mask) method subtract (line 2594) | public static void subtract(Mat src1, Scalar src2, Mat dst) method transform (line 2608) | public static void transform(Mat src, Mat dst, Mat m) method transpose (line 2622) | public static void transpose(Mat src, Mat dst) method vconcat (line 2636) | public static void vconcat(List src, Mat dst) method setUseIPP (line 2650) | public static void setUseIPP(boolean flag) method setUseIPP_NE (line 2664) | public static void setUseIPP_NE(boolean flag) method setUseIPP_NotExact (line 2678) | public static void setUseIPP_NotExact(boolean flag) method addSamplesDataSearchPath (line 2692) | public static void addSamplesDataSearchPath(String path) method addSamplesDataSearchSubDirectory (line 2706) | public static void addSamplesDataSearchSubDirectory(String subdir) class MinMaxLocResult (line 2715) | public static class MinMaxLocResult { method MinMaxLocResult (line 2722) | public MinMaxLocResult() { method minMaxLoc (line 2734) | public static MinMaxLocResult minMaxLoc(Mat src, Mat mask) { method minMaxLoc (line 2752) | public static MinMaxLocResult minMaxLoc(Mat src) { method mean_0 (line 2758) | private static native double[] mean_0(long src_nativeObj, long mask_na... method mean_1 (line 2759) | private static native double[] mean_1(long src_nativeObj); method sumElems_0 (line 2762) | private static native double[] sumElems_0(long src_nativeObj); method trace_0 (line 2765) | private static native double[] trace_0(long mtx_nativeObj); method getBuildInformation_0 (line 2768) | private static native String getBuildInformation_0(); method getHardwareFeatureName_0 (line 2771) | private static native String getHardwareFeatureName_0(int feature); method getVersionString_0 (line 2774) | private static native String getVersionString_0(); method getIppVersion_0 (line 2777) | private static native String getIppVersion_0(); method findFile_0 (line 2780) | private static native String findFile_0(String relative_path, boolean ... method findFile_1 (line 2781) | private static native String findFile_1(String relative_path, boolean ... method findFile_2 (line 2782) | private static native String findFile_2(String relative_path); method findFileOrKeep_0 (line 2785) | private static native String findFileOrKeep_0(String relative_path, bo... method findFileOrKeep_1 (line 2786) | private static native String findFileOrKeep_1(String relative_path); method checkRange_0 (line 2789) | private static native boolean checkRange_0(long a_nativeObj, boolean q... method checkRange_1 (line 2790) | private static native boolean checkRange_1(long a_nativeObj, boolean q... method checkRange_2 (line 2791) | private static native boolean checkRange_2(long a_nativeObj, boolean q... method checkRange_4 (line 2792) | private static native boolean checkRange_4(long a_nativeObj); method eigen_0 (line 2795) | private static native boolean eigen_0(long src_nativeObj, long eigenva... method eigen_1 (line 2796) | private static native boolean eigen_1(long src_nativeObj, long eigenva... method solve_0 (line 2799) | private static native boolean solve_0(long src1_nativeObj, long src2_n... method solve_1 (line 2800) | private static native boolean solve_1(long src1_nativeObj, long src2_n... method useIPP_0 (line 2803) | private static native boolean useIPP_0(); method useIPP_NE_0 (line 2806) | private static native boolean useIPP_NE_0(); method useIPP_NotExact_0 (line 2809) | private static native boolean useIPP_NotExact_0(); method Mahalanobis_0 (line 2812) | private static native double Mahalanobis_0(long v1_nativeObj, long v2_... method PSNR_0 (line 2815) | private static native double PSNR_0(long src1_nativeObj, long src2_nat... method determinant_0 (line 2818) | private static native double determinant_0(long mtx_nativeObj); method getTickFrequency_0 (line 2821) | private static native double getTickFrequency_0(); method invert_0 (line 2824) | private static native double invert_0(long src_nativeObj, long dst_nat... method invert_1 (line 2825) | private static native double invert_1(long src_nativeObj, long dst_nat... method kmeans_0 (line 2828) | private static native double kmeans_0(long data_nativeObj, int K, long... method kmeans_1 (line 2829) | private static native double kmeans_1(long data_nativeObj, int K, long... method norm_0 (line 2832) | private static native double norm_0(long src1_nativeObj, long src2_nat... method norm_1 (line 2833) | private static native double norm_1(long src1_nativeObj, long src2_nat... method norm_2 (line 2834) | private static native double norm_2(long src1_nativeObj, long src2_nat... method norm_3 (line 2837) | private static native double norm_3(long src1_nativeObj, int normType,... method norm_4 (line 2838) | private static native double norm_4(long src1_nativeObj, int normType); method norm_5 (line 2839) | private static native double norm_5(long src1_nativeObj); method solvePoly_0 (line 2842) | private static native double solvePoly_0(long coeffs_nativeObj, long r... method solvePoly_1 (line 2843) | private static native double solvePoly_1(long coeffs_nativeObj, long r... method cubeRoot_0 (line 2846) | private static native float cubeRoot_0(float val); method fastAtan2_0 (line 2849) | private static native float fastAtan2_0(float y, float x); method borderInterpolate_0 (line 2852) | private static native int borderInterpolate_0(int p, int len, int bord... method countNonZero_0 (line 2855) | private static native int countNonZero_0(long src_nativeObj); method getNumThreads_0 (line 2858) | private static native int getNumThreads_0(); method getNumberOfCPUs_0 (line 2861) | private static native int getNumberOfCPUs_0(); method getOptimalDFTSize_0 (line 2864) | private static native int getOptimalDFTSize_0(int vecsize); method getThreadNum_0 (line 2867) | private static native int getThreadNum_0(); method getVersionMajor_0 (line 2870) | private static native int getVersionMajor_0(); method getVersionMinor_0 (line 2873) | private static native int getVersionMinor_0(); method getVersionRevision_0 (line 2876) | private static native int getVersionRevision_0(); method solveCubic_0 (line 2879) | private static native int solveCubic_0(long coeffs_nativeObj, long roo... method getCPUTickCount_0 (line 2882) | private static native long getCPUTickCount_0(); method getTickCount_0 (line 2885) | private static native long getTickCount_0(); method LUT_0 (line 2888) | private static native void LUT_0(long src_nativeObj, long lut_nativeOb... method PCABackProject_0 (line 2891) | private static native void PCABackProject_0(long data_nativeObj, long ... method PCACompute2_0 (line 2894) | private static native void PCACompute2_0(long data_nativeObj, long mea... method PCACompute2_1 (line 2897) | private static native void PCACompute2_1(long data_nativeObj, long mea... method PCACompute2_2 (line 2898) | private static native void PCACompute2_2(long data_nativeObj, long mea... method PCACompute_0 (line 2901) | private static native void PCACompute_0(long data_nativeObj, long mean... method PCACompute_1 (line 2904) | private static native void PCACompute_1(long data_nativeObj, long mean... method PCACompute_2 (line 2905) | private static native void PCACompute_2(long data_nativeObj, long mean... method PCAProject_0 (line 2908) | private static native void PCAProject_0(long data_nativeObj, long mean... method SVBackSubst_0 (line 2911) | private static native void SVBackSubst_0(long w_nativeObj, long u_nati... method SVDecomp_0 (line 2914) | private static native void SVDecomp_0(long src_nativeObj, long w_nativ... method SVDecomp_1 (line 2915) | private static native void SVDecomp_1(long src_nativeObj, long w_nativ... method absdiff_0 (line 2918) | private static native void absdiff_0(long src1_nativeObj, long src2_na... method absdiff_1 (line 2921) | private static native void absdiff_1(long src1_nativeObj, double src2_... method add_0 (line 2924) | private static native void add_0(long src1_nativeObj, long src2_native... method add_1 (line 2925) | private static native void add_1(long src1_nativeObj, long src2_native... method add_2 (line 2926) | private static native void add_2(long src1_nativeObj, long src2_native... method add_3 (line 2929) | private static native void add_3(long src1_nativeObj, double src2_val0... method add_4 (line 2930) | private static native void add_4(long src1_nativeObj, double src2_val0... method add_5 (line 2931) | private static native void add_5(long src1_nativeObj, double src2_val0... method addWeighted_0 (line 2934) | private static native void addWeighted_0(long src1_nativeObj, double a... method addWeighted_1 (line 2935) | private static native void addWeighted_1(long src1_nativeObj, double a... method batchDistance_0 (line 2938) | private static native void batchDistance_0(long src1_nativeObj, long s... method batchDistance_1 (line 2939) | private static native void batchDistance_1(long src1_nativeObj, long s... method batchDistance_2 (line 2940) | private static native void batchDistance_2(long src1_nativeObj, long s... method batchDistance_3 (line 2941) | private static native void batchDistance_3(long src1_nativeObj, long s... method batchDistance_4 (line 2942) | private static native void batchDistance_4(long src1_nativeObj, long s... method batchDistance_5 (line 2943) | private static native void batchDistance_5(long src1_nativeObj, long s... method bitwise_and_0 (line 2946) | private static native void bitwise_and_0(long src1_nativeObj, long src... method bitwise_and_1 (line 2947) | private static native void bitwise_and_1(long src1_nativeObj, long src... method bitwise_not_0 (line 2950) | private static native void bitwise_not_0(long src_nativeObj, long dst_... method bitwise_not_1 (line 2951) | private static native void bitwise_not_1(long src_nativeObj, long dst_... method bitwise_or_0 (line 2954) | private static native void bitwise_or_0(long src1_nativeObj, long src2... method bitwise_or_1 (line 2955) | private static native void bitwise_or_1(long src1_nativeObj, long src2... method bitwise_xor_0 (line 2958) | private static native void bitwise_xor_0(long src1_nativeObj, long src... method bitwise_xor_1 (line 2959) | private static native void bitwise_xor_1(long src1_nativeObj, long src... method calcCovarMatrix_0 (line 2962) | private static native void calcCovarMatrix_0(long samples_nativeObj, l... method calcCovarMatrix_1 (line 2963) | private static native void calcCovarMatrix_1(long samples_nativeObj, l... method cartToPolar_0 (line 2966) | private static native void cartToPolar_0(long x_nativeObj, long y_nati... method cartToPolar_1 (line 2967) | private static native void cartToPolar_1(long x_nativeObj, long y_nati... method compare_0 (line 2970) | private static native void compare_0(long src1_nativeObj, long src2_na... method compare_1 (line 2973) | private static native void compare_1(long src1_nativeObj, double src2_... method completeSymm_0 (line 2976) | private static native void completeSymm_0(long m_nativeObj, boolean lo... method completeSymm_1 (line 2977) | private static native void completeSymm_1(long m_nativeObj); method convertFp16_0 (line 2980) | private static native void convertFp16_0(long src_nativeObj, long dst_... method convertScaleAbs_0 (line 2983) | private static native void convertScaleAbs_0(long src_nativeObj, long ... method convertScaleAbs_1 (line 2984) | private static native void convertScaleAbs_1(long src_nativeObj, long ... method convertScaleAbs_2 (line 2985) | private static native void convertScaleAbs_2(long src_nativeObj, long ... method copyMakeBorder_0 (line 2988) | private static native void copyMakeBorder_0(long src_nativeObj, long d... method copyMakeBorder_1 (line 2989) | private static native void copyMakeBorder_1(long src_nativeObj, long d... method dct_0 (line 2992) | private static native void dct_0(long src_nativeObj, long dst_nativeOb... method dct_1 (line 2993) | private static native void dct_1(long src_nativeObj, long dst_nativeObj); method dft_0 (line 2996) | private static native void dft_0(long src_nativeObj, long dst_nativeOb... method dft_1 (line 2997) | private static native void dft_1(long src_nativeObj, long dst_nativeOb... method dft_2 (line 2998) | private static native void dft_2(long src_nativeObj, long dst_nativeObj); method divide_0 (line 3001) | private static native void divide_0(long src1_nativeObj, long src2_nat... method divide_1 (line 3002) | private static native void divide_1(long src1_nativeObj, long src2_nat... method divide_2 (line 3003) | private static native void divide_2(long src1_nativeObj, long src2_nat... method divide_3 (line 3006) | private static native void divide_3(long src1_nativeObj, double src2_v... method divide_4 (line 3007) | private static native void divide_4(long src1_nativeObj, double src2_v... method divide_5 (line 3008) | private static native void divide_5(long src1_nativeObj, double src2_v... method divide_6 (line 3011) | private static native void divide_6(double scale, long src2_nativeObj,... method divide_7 (line 3012) | private static native void divide_7(double scale, long src2_nativeObj,... method eigenNonSymmetric_0 (line 3015) | private static native void eigenNonSymmetric_0(long src_nativeObj, lon... method exp_0 (line 3018) | private static native void exp_0(long src_nativeObj, long dst_nativeObj); method extractChannel_0 (line 3021) | private static native void extractChannel_0(long src_nativeObj, long d... method findNonZero_0 (line 3024) | private static native void findNonZero_0(long src_nativeObj, long idx_... method flip_0 (line 3027) | private static native void flip_0(long src_nativeObj, long dst_nativeO... method gemm_0 (line 3030) | private static native void gemm_0(long src1_nativeObj, long src2_nativ... method gemm_1 (line 3031) | private static native void gemm_1(long src1_nativeObj, long src2_nativ... method hconcat_0 (line 3034) | private static native void hconcat_0(long src_mat_nativeObj, long dst_... method idct_0 (line 3037) | private static native void idct_0(long src_nativeObj, long dst_nativeO... method idct_1 (line 3038) | private static native void idct_1(long src_nativeObj, long dst_nativeO... method idft_0 (line 3041) | private static native void idft_0(long src_nativeObj, long dst_nativeO... method idft_1 (line 3042) | private static native void idft_1(long src_nativeObj, long dst_nativeO... method idft_2 (line 3043) | private static native void idft_2(long src_nativeObj, long dst_nativeO... method inRange_0 (line 3046) | private static native void inRange_0(long src_nativeObj, double lowerb... method insertChannel_0 (line 3049) | private static native void insertChannel_0(long src_nativeObj, long ds... method log_0 (line 3052) | private static native void log_0(long src_nativeObj, long dst_nativeObj); method magnitude_0 (line 3055) | private static native void magnitude_0(long x_nativeObj, long y_native... method max_0 (line 3058) | private static native void max_0(long src1_nativeObj, long src2_native... method max_1 (line 3061) | private static native void max_1(long src1_nativeObj, double src2_val0... method meanStdDev_0 (line 3064) | private static native void meanStdDev_0(long src_nativeObj, long mean_... method meanStdDev_1 (line 3065) | private static native void meanStdDev_1(long src_nativeObj, long mean_... method merge_0 (line 3068) | private static native void merge_0(long mv_mat_nativeObj, long dst_nat... method min_0 (line 3071) | private static native void min_0(long src1_nativeObj, long src2_native... method min_1 (line 3074) | private static native void min_1(long src1_nativeObj, double src2_val0... method mixChannels_0 (line 3077) | private static native void mixChannels_0(long src_mat_nativeObj, long ... method mulSpectrums_0 (line 3080) | private static native void mulSpectrums_0(long a_nativeObj, long b_nat... method mulSpectrums_1 (line 3081) | private static native void mulSpectrums_1(long a_nativeObj, long b_nat... method mulTransposed_0 (line 3084) | private static native void mulTransposed_0(long src_nativeObj, long ds... method mulTransposed_1 (line 3085) | private static native void mulTransposed_1(long src_nativeObj, long ds... method mulTransposed_2 (line 3086) | private static native void mulTransposed_2(long src_nativeObj, long ds... method mulTransposed_3 (line 3087) | private static native void mulTransposed_3(long src_nativeObj, long ds... method multiply_0 (line 3090) | private static native void multiply_0(long src1_nativeObj, long src2_n... method multiply_1 (line 3091) | private static native void multiply_1(long src1_nativeObj, long src2_n... method multiply_2 (line 3092) | private static native void multiply_2(long src1_nativeObj, long src2_n... method multiply_3 (line 3095) | private static native void multiply_3(long src1_nativeObj, double src2... method multiply_4 (line 3096) | private static native void multiply_4(long src1_nativeObj, double src2... method multiply_5 (line 3097) | private static native void multiply_5(long src1_nativeObj, double src2... method normalize_0 (line 3100) | private static native void normalize_0(long src_nativeObj, long dst_na... method normalize_1 (line 3101) | private static native void normalize_1(long src_nativeObj, long dst_na... method normalize_2 (line 3102) | private static native void normalize_2(long src_nativeObj, long dst_na... method normalize_3 (line 3103) | private static native void normalize_3(long src_nativeObj, long dst_na... method normalize_4 (line 3104) | private static native void normalize_4(long src_nativeObj, long dst_na... method normalize_5 (line 3105) | private static native void normalize_5(long src_nativeObj, long dst_na... method patchNaNs_0 (line 3108) | private static native void patchNaNs_0(long a_nativeObj, double val); method patchNaNs_1 (line 3109) | private static native void patchNaNs_1(long a_nativeObj); method perspectiveTransform_0 (line 3112) | private static native void perspectiveTransform_0(long src_nativeObj, ... method phase_0 (line 3115) | private static native void phase_0(long x_nativeObj, long y_nativeObj,... method phase_1 (line 3116) | private static native void phase_1(long x_nativeObj, long y_nativeObj,... method polarToCart_0 (line 3119) | private static native void polarToCart_0(long magnitude_nativeObj, lon... method polarToCart_1 (line 3120) | private static native void polarToCart_1(long magnitude_nativeObj, lon... method pow_0 (line 3123) | private static native void pow_0(long src_nativeObj, double power, lon... method randShuffle_0 (line 3126) | private static native void randShuffle_0(long dst_nativeObj, double it... method randShuffle_2 (line 3127) | private static native void randShuffle_2(long dst_nativeObj); method randn_0 (line 3130) | private static native void randn_0(long dst_nativeObj, double mean, do... method randu_0 (line 3133) | private static native void randu_0(long dst_nativeObj, double low, dou... method reduce_0 (line 3136) | private static native void reduce_0(long src_nativeObj, long dst_nativ... method reduce_1 (line 3137) | private static native void reduce_1(long src_nativeObj, long dst_nativ... method repeat_0 (line 3140) | private static native void repeat_0(long src_nativeObj, int ny, int nx... method rotate_0 (line 3143) | private static native void rotate_0(long src_nativeObj, long dst_nativ... method scaleAdd_0 (line 3146) | private static native void scaleAdd_0(long src1_nativeObj, double alph... method setErrorVerbosity_0 (line 3149) | private static native void setErrorVerbosity_0(boolean verbose); method setIdentity_0 (line 3152) | private static native void setIdentity_0(long mtx_nativeObj, double s_... method setIdentity_1 (line 3153) | private static native void setIdentity_1(long mtx_nativeObj); method setNumThreads_0 (line 3156) | private static native void setNumThreads_0(int nthreads); method setRNGSeed_0 (line 3159) | private static native void setRNGSeed_0(int seed); method sort_0 (line 3162) | private static native void sort_0(long src_nativeObj, long dst_nativeO... method sortIdx_0 (line 3165) | private static native void sortIdx_0(long src_nativeObj, long dst_nati... method split_0 (line 3168) | private static native void split_0(long m_nativeObj, long mv_mat_nativ... method sqrt_0 (line 3171) | private static native void sqrt_0(long src_nativeObj, long dst_nativeO... method subtract_0 (line 3174) | private static native void subtract_0(long src1_nativeObj, long src2_n... method subtract_1 (line 3175) | private static native void subtract_1(long src1_nativeObj, long src2_n... method subtract_2 (line 3176) | private static native void subtract_2(long src1_nativeObj, long src2_n... method subtract_3 (line 3179) | private static native void subtract_3(long src1_nativeObj, double src2... method subtract_4 (line 3180) | private static native void subtract_4(long src1_nativeObj, double src2... method subtract_5 (line 3181) | private static native void subtract_5(long src1_nativeObj, double src2... method transform_0 (line 3184) | private static native void transform_0(long src_nativeObj, long dst_na... method transpose_0 (line 3187) | private static native void transpose_0(long src_nativeObj, long dst_na... method vconcat_0 (line 3190) | private static native void vconcat_0(long src_mat_nativeObj, long dst_... method setUseIPP_0 (line 3193) | private static native void setUseIPP_0(boolean flag); method setUseIPP_NE_0 (line 3196) | private static native void setUseIPP_NE_0(boolean flag); method setUseIPP_NotExact_0 (line 3199) | private static native void setUseIPP_NotExact_0(boolean flag); method addSamplesDataSearchPath_0 (line 3202) | private static native void addSamplesDataSearchPath_0(String path); method addSamplesDataSearchSubDirectory_0 (line 3205) | private static native void addSamplesDataSearchSubDirectory_0(String s... method n_minMaxLocManual (line 3206) | private static native double[] n_minMaxLocManual(long src_nativeObj, l... FILE: openCV/src/main/java/org/opencv/core/CvException.java class CvException (line 3) | public class CvException extends RuntimeException { method CvException (line 7) | public CvException(String msg) { method toString (line 11) | @Override FILE: openCV/src/main/java/org/opencv/core/CvType.java class CvType (line 3) | public final class CvType { method makeType (line 26) | public static final int makeType(int depth, int channels) { method CV_8UC (line 38) | public static final int CV_8UC(int ch) { method CV_8SC (line 42) | public static final int CV_8SC(int ch) { method CV_16UC (line 46) | public static final int CV_16UC(int ch) { method CV_16SC (line 50) | public static final int CV_16SC(int ch) { method CV_32SC (line 54) | public static final int CV_32SC(int ch) { method CV_32FC (line 58) | public static final int CV_32FC(int ch) { method CV_64FC (line 62) | public static final int CV_64FC(int ch) { method channels (line 66) | public static final int channels(int type) { method depth (line 70) | public static final int depth(int type) { method isInteger (line 74) | public static final boolean isInteger(int type) { method ELEM_SIZE (line 78) | public static final int ELEM_SIZE(int type) { method typeToString (line 97) | public static final String typeToString(int type) { FILE: openCV/src/main/java/org/opencv/core/DMatch.java class DMatch (line 9) | public class DMatch { method DMatch (line 28) | public DMatch() { method DMatch (line 33) | public DMatch(int _queryIdx, int _trainIdx, float _distance) { method DMatch (line 41) | public DMatch(int _queryIdx, int _trainIdx, int _imgIdx, float _distan... method lessThan (line 48) | public boolean lessThan(DMatch it) { method toString (line 52) | @Override FILE: openCV/src/main/java/org/opencv/core/KeyPoint.java class KeyPoint (line 6) | public class KeyPoint { method KeyPoint (line 36) | public KeyPoint(float x, float y, float _size, float _angle, float _re... method KeyPoint (line 47) | public KeyPoint() method KeyPoint (line 53) | public KeyPoint(float x, float y, float _size, float _angle, float _re... method KeyPoint (line 59) | public KeyPoint(float x, float y, float _size, float _angle, float _re... method KeyPoint (line 65) | public KeyPoint(float x, float y, float _size, float _angle) method KeyPoint (line 71) | public KeyPoint(float x, float y, float _size) method toString (line 76) | @Override FILE: openCV/src/main/java/org/opencv/core/Mat.java class Mat (line 7) | public class Mat { method Mat (line 11) | public Mat(long addr) method Mat (line 23) | public Mat() method Mat (line 36) | public Mat(int rows, int cols, int type) method Mat (line 49) | public Mat(int rows, int cols, int type, ByteBuffer data) method Mat (line 62) | public Mat(Size size, int type) method Mat (line 75) | public Mat(int[] sizes, int type) method Mat (line 88) | public Mat(int rows, int cols, int type, Scalar s) method Mat (line 101) | public Mat(Size size, int type, Scalar s) method Mat (line 114) | public Mat(int[] sizes, int type, Scalar s) method Mat (line 127) | public Mat(Mat m, Range rowRange, Range colRange) method Mat (line 136) | public Mat(Mat m, Range rowRange) method Mat (line 149) | public Mat(Mat m, Range[] ranges) method Mat (line 162) | public Mat(Mat m, Rect roi) method adjustROI (line 175) | public Mat adjustROI(int dtop, int dbottom, int dleft, int dright) method assignTo (line 188) | public void assignTo(Mat m, int type) method assignTo (line 197) | public void assignTo(Mat m) method channels (line 210) | public int channels() method checkVector (line 224) | public int checkVector(int elemChannels, int depth, boolean requireCon... method checkVector (line 233) | public int checkVector(int elemChannels, int depth) method checkVector (line 242) | public int checkVector(int elemChannels) method clone (line 255) | public Mat clone() method col (line 268) | public Mat col(int x) method colRange (line 281) | public Mat colRange(int startcol, int endcol) method colRange (line 294) | public Mat colRange(Range r) method dims (line 307) | public int dims() method cols (line 320) | public int cols() method convertTo (line 334) | public void convertTo(Mat m, int rtype, double alpha, double beta) method convertTo (line 343) | public void convertTo(Mat m, int rtype, double alpha) method convertTo (line 352) | public void convertTo(Mat m, int rtype) method copyTo (line 365) | public void copyTo(Mat m) method copyTo (line 378) | public void copyTo(Mat m, Mat mask) method create (line 391) | public void create(int rows, int cols, int type) method create (line 404) | public void create(Size size, int type) method create (line 417) | public void create(int[] sizes, int type) method copySize (line 430) | public void copySize(Mat m) method cross (line 442) | public Mat cross(Mat m) method dataAddr (line 455) | public long dataAddr() method depth (line 468) | public int depth() method diag (line 481) | public Mat diag(int d) method diag (line 490) | public Mat diag() method diag (line 503) | public static Mat diag(Mat d) method dot (line 516) | public double dot(Mat m) method elemSize (line 529) | public long elemSize() method elemSize1 (line 542) | public long elemSize1() method empty (line 555) | public boolean empty() method eye (line 568) | public static Mat eye(int rows, int cols, int type) method eye (line 581) | public static Mat eye(Size size, int type) method inv (line 594) | public Mat inv(int method) method inv (line 603) | public Mat inv() method isContinuous (line 616) | public boolean isContinuous() method isSubmatrix (line 629) | public boolean isSubmatrix() method locateROI (line 642) | public void locateROI(Size wholeSize, Point ofs) method mul (line 657) | public Mat mul(Mat m, double scale) method mul (line 666) | public Mat mul(Mat m) method ones (line 679) | public static Mat ones(int rows, int cols, int type) method ones (line 692) | public static Mat ones(Size size, int type) method ones (line 705) | public static Mat ones(int[] sizes, int type) method push_back (line 718) | public void push_back(Mat m) method release (line 731) | public void release() method reshape (line 744) | public Mat reshape(int cn, int rows) method reshape (line 753) | public Mat reshape(int cn) method reshape (line 766) | public Mat reshape(int cn, int[] newshape) method row (line 778) | public Mat row(int y) method rowRange (line 791) | public Mat rowRange(int startrow, int endrow) method rowRange (line 804) | public Mat rowRange(Range r) method rows (line 817) | public int rows() method setTo (line 830) | public Mat setTo(Scalar s) method setTo (line 843) | public Mat setTo(Scalar value, Mat mask) method setTo (line 856) | public Mat setTo(Mat value, Mat mask) method setTo (line 865) | public Mat setTo(Mat value) method size (line 878) | public Size size() method size (line 891) | public int size(int i) method step1 (line 903) | public long step1(int i) method step1 (line 912) | public long step1() method submat (line 926) | public Mat submat(int rowStart, int rowEnd, int colStart, int colEnd) method submat (line 939) | public Mat submat(Range rowRange, Range colRange) method submat (line 952) | public Mat submat(Range[] ranges) method submat (line 965) | public Mat submat(Rect roi) method t (line 978) | public Mat t() method total (line 991) | public long total() method type (line 1004) | public int type() method zeros (line 1017) | public static Mat zeros(int rows, int cols, int type) method zeros (line 1030) | public static Mat zeros(Size size, int type) method zeros (line 1043) | public static Mat zeros(int[] sizes, int type) method finalize (line 1051) | @Override method toString (line 1058) | @Override method dump (line 1069) | public String dump() { method put (line 1074) | public int put(int row, int col, double... data) { method put (line 1086) | public int put(int[] idx, double... data) { method put (line 1100) | public int put(int row, int col, float[] data) { method put (line 1115) | public int put(int[] idx, float[] data) { method put (line 1132) | public int put(int row, int col, int[] data) { method put (line 1147) | public int put(int[] idx, int[] data) { method put (line 1164) | public int put(int row, int col, short[] data) { method put (line 1179) | public int put(int[] idx, short[] data) { method put (line 1196) | public int put(int row, int col, byte[] data) { method put (line 1211) | public int put(int[] idx, byte[] data) { method put (line 1228) | public int put(int row, int col, byte[] data, int offset, int length) { method put (line 1243) | public int put(int[] idx, byte[] data, int offset, int length) { method get (line 1260) | public int get(int row, int col, byte[] data) { method get (line 1275) | public int get(int[] idx, byte[] data) { method get (line 1292) | public int get(int row, int col, short[] data) { method get (line 1307) | public int get(int[] idx, short[] data) { method get (line 1324) | public int get(int row, int col, int[] data) { method get (line 1339) | public int get(int[] idx, int[] data) { method get (line 1356) | public int get(int row, int col, float[] data) { method get (line 1371) | public int get(int[] idx, float[] data) { method get (line 1388) | public int get(int row, int col, double[] data) { method get (line 1403) | public int get(int[] idx, double[] data) { method get (line 1420) | public double[] get(int row, int col) { method get (line 1425) | public double[] get(int[] idx) { method height (line 1432) | public int height() { method width (line 1437) | public int width() { method getNativeObjAddr (line 1442) | public long getNativeObjAddr() { method n_Mat (line 1447) | private static native long n_Mat(); method n_Mat (line 1450) | private static native long n_Mat(int rows, int cols, int type); method n_Mat (line 1453) | private static native long n_Mat(int ndims, int[] sizes, int type); method n_Mat (line 1456) | private static native long n_Mat(int rows, int cols, int type, ByteBuf... method n_Mat (line 1459) | private static native long n_Mat(double size_width, double size_height... method n_Mat (line 1462) | private static native long n_Mat(int rows, int cols, int type, double ... method n_Mat (line 1465) | private static native long n_Mat(double size_width, double size_height... method n_Mat (line 1468) | private static native long n_Mat(int ndims, int[] sizes, int type, dou... method n_Mat (line 1471) | private static native long n_Mat(long m_nativeObj, int rowRange_start,... method n_Mat (line 1473) | private static native long n_Mat(long m_nativeObj, int rowRange_start,... method n_Mat (line 1476) | private static native long n_Mat(long m_nativeObj, Range[] ranges); method n_adjustROI (line 1479) | private static native long n_adjustROI(long nativeObj, int dtop, int d... method n_assignTo (line 1482) | private static native void n_assignTo(long nativeObj, long m_nativeObj... method n_assignTo (line 1484) | private static native void n_assignTo(long nativeObj, long m_nativeObj); method n_channels (line 1487) | private static native int n_channels(long nativeObj); method n_checkVector (line 1491) | private static native int n_checkVector(long nativeObj, int elemChanne... method n_checkVector (line 1493) | private static native int n_checkVector(long nativeObj, int elemChanne... method n_checkVector (line 1495) | private static native int n_checkVector(long nativeObj, int elemChanne... method n_clone (line 1498) | private static native long n_clone(long nativeObj); method n_col (line 1501) | private static native long n_col(long nativeObj, int x); method n_colRange (line 1504) | private static native long n_colRange(long nativeObj, int startcol, in... method n_dims (line 1507) | private static native int n_dims(long nativeObj); method n_cols (line 1510) | private static native int n_cols(long nativeObj); method n_convertTo (line 1514) | private static native void n_convertTo(long nativeObj, long m_nativeOb... method n_convertTo (line 1516) | private static native void n_convertTo(long nativeObj, long m_nativeOb... method n_convertTo (line 1518) | private static native void n_convertTo(long nativeObj, long m_nativeOb... method n_copyTo (line 1521) | private static native void n_copyTo(long nativeObj, long m_nativeObj); method n_copyTo (line 1524) | private static native void n_copyTo(long nativeObj, long m_nativeObj, ... method n_create (line 1527) | private static native void n_create(long nativeObj, int rows, int cols... method n_create (line 1530) | private static native void n_create(long nativeObj, double size_width,... method n_create (line 1533) | private static native void n_create(long nativeObj, int ndims, int[] s... method n_copySize (line 1536) | private static native void n_copySize(long nativeObj, long m_nativeObj); method n_cross (line 1539) | private static native long n_cross(long nativeObj, long m_nativeObj); method n_dataAddr (line 1542) | private static native long n_dataAddr(long nativeObj); method n_depth (line 1545) | private static native int n_depth(long nativeObj); method n_diag (line 1548) | private static native long n_diag(long nativeObj, int d); method n_diag (line 1551) | private static native long n_diag(long d_nativeObj); method n_dot (line 1554) | private static native double n_dot(long nativeObj, long m_nativeObj); method n_elemSize (line 1557) | private static native long n_elemSize(long nativeObj); method n_elemSize1 (line 1560) | private static native long n_elemSize1(long nativeObj); method n_empty (line 1563) | private static native boolean n_empty(long nativeObj); method n_eye (line 1566) | private static native long n_eye(int rows, int cols, int type); method n_eye (line 1569) | private static native long n_eye(double size_width, double size_height... method n_inv (line 1572) | private static native long n_inv(long nativeObj, int method); method n_inv (line 1574) | private static native long n_inv(long nativeObj); method n_isContinuous (line 1577) | private static native boolean n_isContinuous(long nativeObj); method n_isSubmatrix (line 1580) | private static native boolean n_isSubmatrix(long nativeObj); method locateROI_0 (line 1583) | private static native void locateROI_0(long nativeObj, double[] wholeS... method n_mul (line 1586) | private static native long n_mul(long nativeObj, long m_nativeObj, dou... method n_mul (line 1588) | private static native long n_mul(long nativeObj, long m_nativeObj); method n_ones (line 1591) | private static native long n_ones(int rows, int cols, int type); method n_ones (line 1594) | private static native long n_ones(double size_width, double size_heigh... method n_ones (line 1597) | private static native long n_ones(int ndims, int[] sizes, int type); method n_push_back (line 1600) | private static native void n_push_back(long nativeObj, long m_nativeObj); method n_release (line 1603) | private static native void n_release(long nativeObj); method n_reshape (line 1606) | private static native long n_reshape(long nativeObj, int cn, int rows); method n_reshape (line 1608) | private static native long n_reshape(long nativeObj, int cn); method n_reshape_1 (line 1611) | private static native long n_reshape_1(long nativeObj, int cn, int new... method n_row (line 1614) | private static native long n_row(long nativeObj, int y); method n_rowRange (line 1617) | private static native long n_rowRange(long nativeObj, int startrow, in... method n_rows (line 1620) | private static native int n_rows(long nativeObj); method n_setTo (line 1623) | private static native long n_setTo(long nativeObj, double s_val0, doub... method n_setTo (line 1626) | private static native long n_setTo(long nativeObj, double s_val0, doub... method n_setTo (line 1629) | private static native long n_setTo(long nativeObj, long value_nativeOb... method n_setTo (line 1631) | private static native long n_setTo(long nativeObj, long value_nativeObj); method n_size (line 1634) | private static native double[] n_size(long nativeObj); method n_size_i (line 1637) | private static native int n_size_i(long nativeObj, int i); method n_step1 (line 1640) | private static native long n_step1(long nativeObj, int i); method n_step1 (line 1642) | private static native long n_step1(long nativeObj); method n_submat_rr (line 1645) | private static native long n_submat_rr(long nativeObj, int rowRange_st... method n_submat_ranges (line 1648) | private static native long n_submat_ranges(long nativeObj, Range[] ran... method n_submat (line 1651) | private static native long n_submat(long nativeObj, int roi_x, int roi... method n_t (line 1654) | private static native long n_t(long nativeObj); method n_total (line 1657) | private static native long n_total(long nativeObj); method n_type (line 1660) | private static native int n_type(long nativeObj); method n_zeros (line 1663) | private static native long n_zeros(int rows, int cols, int type); method n_zeros (line 1666) | private static native long n_zeros(double size_width, double size_heig... method n_zeros (line 1669) | private static native long n_zeros(int ndims, int[] sizes, int type); method n_delete (line 1672) | private static native void n_delete(long nativeObj); method nPutD (line 1674) | private static native int nPutD(long self, int row, int col, int count... method nPutDIdx (line 1676) | private static native int nPutDIdx(long self, int[] idx, int count, do... method nPutF (line 1678) | private static native int nPutF(long self, int row, int col, int count... method nPutFIdx (line 1680) | private static native int nPutFIdx(long self, int[] idx, int count, fl... method nPutI (line 1682) | private static native int nPutI(long self, int row, int col, int count... method nPutIIdx (line 1684) | private static native int nPutIIdx(long self, int[] idx, int count, in... method nPutS (line 1686) | private static native int nPutS(long self, int row, int col, int count... method nPutSIdx (line 1688) | private static native int nPutSIdx(long self, int[] idx, int count, sh... method nPutB (line 1690) | private static native int nPutB(long self, int row, int col, int count... method nPutBIdx (line 1692) | private static native int nPutBIdx(long self, int[] idx, int count, by... method nPutBwOffset (line 1694) | private static native int nPutBwOffset(long self, int row, int col, in... method nPutBwIdxOffset (line 1696) | private static native int nPutBwIdxOffset(long self, int[] idx, int co... method nGetB (line 1698) | private static native int nGetB(long self, int row, int col, int count... method nGetBIdx (line 1700) | private static native int nGetBIdx(long self, int[] idx, int count, by... method nGetS (line 1702) | private static native int nGetS(long self, int row, int col, int count... method nGetSIdx (line 1704) | private static native int nGetSIdx(long self, int[] idx, int count, sh... method nGetI (line 1706) | private static native int nGetI(long self, int row, int col, int count... method nGetIIdx (line 1708) | private static native int nGetIIdx(long self, int[] idx, int count, in... method nGetF (line 1710) | private static native int nGetF(long self, int row, int col, int count... method nGetFIdx (line 1712) | private static native int nGetFIdx(long self, int[] idx, int count, fl... method nGetD (line 1714) | private static native int nGetD(long self, int row, int col, int count... method nGetDIdx (line 1716) | private static native int nGetDIdx(long self, int[] idx, int count, do... method nGet (line 1718) | private static native double[] nGet(long self, int row, int col); method nGetIdx (line 1720) | private static native double[] nGetIdx(long self, int[] idx); method nDump (line 1722) | private static native String nDump(long self); FILE: openCV/src/main/java/org/opencv/core/MatOfByte.java class MatOfByte (line 6) | public class MatOfByte extends Mat { method MatOfByte (line 11) | public MatOfByte() { method MatOfByte (line 15) | protected MatOfByte(long addr) { method fromNativeAddr (line 22) | public static MatOfByte fromNativeAddr(long addr) { method MatOfByte (line 26) | public MatOfByte(Mat m) { method MatOfByte (line 33) | public MatOfByte(byte...a) { method MatOfByte (line 38) | public MatOfByte(int offset, int length, byte...a) { method alloc (line 43) | public void alloc(int elemNumber) { method fromArray (line 48) | public void fromArray(byte...a) { method fromArray (line 56) | public void fromArray(int offset, int length, byte...a) { method toArray (line 70) | public byte[] toArray() { method fromList (line 81) | public void fromList(List lb) { method toList (line 91) | public List toList() { FILE: openCV/src/main/java/org/opencv/core/MatOfDMatch.java class MatOfDMatch (line 8) | public class MatOfDMatch extends Mat { method MatOfDMatch (line 13) | public MatOfDMatch() { method MatOfDMatch (line 17) | protected MatOfDMatch(long addr) { method fromNativeAddr (line 24) | public static MatOfDMatch fromNativeAddr(long addr) { method MatOfDMatch (line 28) | public MatOfDMatch(Mat m) { method MatOfDMatch (line 35) | public MatOfDMatch(DMatch...ap) { method alloc (line 40) | public void alloc(int elemNumber) { method fromArray (line 46) | public void fromArray(DMatch...a) { method toArray (line 62) | public DMatch[] toArray() { method fromList (line 74) | public void fromList(List ldm) { method toList (line 79) | public List toList() { FILE: openCV/src/main/java/org/opencv/core/MatOfDouble.java class MatOfDouble (line 6) | public class MatOfDouble extends Mat { method MatOfDouble (line 11) | public MatOfDouble() { method MatOfDouble (line 15) | protected MatOfDouble(long addr) { method fromNativeAddr (line 22) | public static MatOfDouble fromNativeAddr(long addr) { method MatOfDouble (line 26) | public MatOfDouble(Mat m) { method MatOfDouble (line 33) | public MatOfDouble(double...a) { method alloc (line 38) | public void alloc(int elemNumber) { method fromArray (line 43) | public void fromArray(double...a) { method toArray (line 51) | public double[] toArray() { method fromList (line 62) | public void fromList(List lb) { method toList (line 72) | public List toList() { FILE: openCV/src/main/java/org/opencv/core/MatOfFloat.java class MatOfFloat (line 6) | public class MatOfFloat extends Mat { method MatOfFloat (line 11) | public MatOfFloat() { method MatOfFloat (line 15) | protected MatOfFloat(long addr) { method fromNativeAddr (line 22) | public static MatOfFloat fromNativeAddr(long addr) { method MatOfFloat (line 26) | public MatOfFloat(Mat m) { method MatOfFloat (line 33) | public MatOfFloat(float...a) { method alloc (line 38) | public void alloc(int elemNumber) { method fromArray (line 43) | public void fromArray(float...a) { method toArray (line 51) | public float[] toArray() { method fromList (line 62) | public void fromList(List lb) { method toList (line 72) | public List toList() { FILE: openCV/src/main/java/org/opencv/core/MatOfFloat4.java class MatOfFloat4 (line 6) | public class MatOfFloat4 extends Mat { method MatOfFloat4 (line 11) | public MatOfFloat4() { method MatOfFloat4 (line 15) | protected MatOfFloat4(long addr) { method fromNativeAddr (line 22) | public static MatOfFloat4 fromNativeAddr(long addr) { method MatOfFloat4 (line 26) | public MatOfFloat4(Mat m) { method MatOfFloat4 (line 33) | public MatOfFloat4(float...a) { method alloc (line 38) | public void alloc(int elemNumber) { method fromArray (line 43) | public void fromArray(float...a) { method toArray (line 51) | public float[] toArray() { method fromList (line 62) | public void fromList(List lb) { method toList (line 72) | public List toList() { FILE: openCV/src/main/java/org/opencv/core/MatOfFloat6.java class MatOfFloat6 (line 6) | public class MatOfFloat6 extends Mat { method MatOfFloat6 (line 11) | public MatOfFloat6() { method MatOfFloat6 (line 15) | protected MatOfFloat6(long addr) { method fromNativeAddr (line 22) | public static MatOfFloat6 fromNativeAddr(long addr) { method MatOfFloat6 (line 26) | public MatOfFloat6(Mat m) { method MatOfFloat6 (line 33) | public MatOfFloat6(float...a) { method alloc (line 38) | public void alloc(int elemNumber) { method fromArray (line 43) | public void fromArray(float...a) { method toArray (line 51) | public float[] toArray() { method fromList (line 62) | public void fromList(List lb) { method toList (line 72) | public List toList() { FILE: openCV/src/main/java/org/opencv/core/MatOfInt.java class MatOfInt (line 7) | public class MatOfInt extends Mat { method MatOfInt (line 12) | public MatOfInt() { method MatOfInt (line 16) | protected MatOfInt(long addr) { method fromNativeAddr (line 23) | public static MatOfInt fromNativeAddr(long addr) { method MatOfInt (line 27) | public MatOfInt(Mat m) { method MatOfInt (line 34) | public MatOfInt(int...a) { method alloc (line 39) | public void alloc(int elemNumber) { method fromArray (line 44) | public void fromArray(int...a) { method toArray (line 52) | public int[] toArray() { method fromList (line 63) | public void fromList(List lb) { method toList (line 73) | public List toList() { FILE: openCV/src/main/java/org/opencv/core/MatOfInt4.java class MatOfInt4 (line 7) | public class MatOfInt4 extends Mat { method MatOfInt4 (line 12) | public MatOfInt4() { method MatOfInt4 (line 16) | protected MatOfInt4(long addr) { method fromNativeAddr (line 23) | public static MatOfInt4 fromNativeAddr(long addr) { method MatOfInt4 (line 27) | public MatOfInt4(Mat m) { method MatOfInt4 (line 34) | public MatOfInt4(int...a) { method alloc (line 39) | public void alloc(int elemNumber) { method fromArray (line 44) | public void fromArray(int...a) { method toArray (line 52) | public int[] toArray() { method fromList (line 63) | public void fromList(List lb) { method toList (line 73) | public List toList() { FILE: openCV/src/main/java/org/opencv/core/MatOfKeyPoint.java class MatOfKeyPoint (line 8) | public class MatOfKeyPoint extends Mat { method MatOfKeyPoint (line 13) | public MatOfKeyPoint() { method MatOfKeyPoint (line 17) | protected MatOfKeyPoint(long addr) { method fromNativeAddr (line 24) | public static MatOfKeyPoint fromNativeAddr(long addr) { method MatOfKeyPoint (line 28) | public MatOfKeyPoint(Mat m) { method MatOfKeyPoint (line 35) | public MatOfKeyPoint(KeyPoint...a) { method alloc (line 40) | public void alloc(int elemNumber) { method fromArray (line 45) | public void fromArray(KeyPoint...a) { method toArray (line 64) | public KeyPoint[] toArray() { method fromList (line 77) | public void fromList(List lkp) { method toList (line 82) | public List toList() { FILE: openCV/src/main/java/org/opencv/core/MatOfPoint.java class MatOfPoint (line 6) | public class MatOfPoint extends Mat { method MatOfPoint (line 11) | public MatOfPoint() { method MatOfPoint (line 15) | protected MatOfPoint(long addr) { method fromNativeAddr (line 22) | public static MatOfPoint fromNativeAddr(long addr) { method MatOfPoint (line 26) | public MatOfPoint(Mat m) { method MatOfPoint (line 33) | public MatOfPoint(Point...a) { method alloc (line 38) | public void alloc(int elemNumber) { method fromArray (line 43) | public void fromArray(Point...a) { method toArray (line 57) | public Point[] toArray() { method fromList (line 69) | public void fromList(List lp) { method toList (line 74) | public List toList() { FILE: openCV/src/main/java/org/opencv/core/MatOfPoint2f.java class MatOfPoint2f (line 6) | public class MatOfPoint2f extends Mat { method MatOfPoint2f (line 11) | public MatOfPoint2f() { method MatOfPoint2f (line 15) | protected MatOfPoint2f(long addr) { method fromNativeAddr (line 22) | public static MatOfPoint2f fromNativeAddr(long addr) { method MatOfPoint2f (line 26) | public MatOfPoint2f(Mat m) { method MatOfPoint2f (line 33) | public MatOfPoint2f(Point...a) { method alloc (line 38) | public void alloc(int elemNumber) { method fromArray (line 43) | public void fromArray(Point...a) { method toArray (line 57) | public Point[] toArray() { method fromList (line 69) | public void fromList(List lp) { method toList (line 74) | public List toList() { FILE: openCV/src/main/java/org/opencv/core/MatOfPoint3.java class MatOfPoint3 (line 6) | public class MatOfPoint3 extends Mat { method MatOfPoint3 (line 11) | public MatOfPoint3() { method MatOfPoint3 (line 15) | protected MatOfPoint3(long addr) { method fromNativeAddr (line 22) | public static MatOfPoint3 fromNativeAddr(long addr) { method MatOfPoint3 (line 26) | public MatOfPoint3(Mat m) { method MatOfPoint3 (line 33) | public MatOfPoint3(Point3...a) { method alloc (line 38) | public void alloc(int elemNumber) { method fromArray (line 43) | public void fromArray(Point3...a) { method toArray (line 58) | public Point3[] toArray() { method fromList (line 70) | public void fromList(List lp) { method toList (line 75) | public List toList() { FILE: openCV/src/main/java/org/opencv/core/MatOfPoint3f.java class MatOfPoint3f (line 6) | public class MatOfPoint3f extends Mat { method MatOfPoint3f (line 11) | public MatOfPoint3f() { method MatOfPoint3f (line 15) | protected MatOfPoint3f(long addr) { method fromNativeAddr (line 22) | public static MatOfPoint3f fromNativeAddr(long addr) { method MatOfPoint3f (line 26) | public MatOfPoint3f(Mat m) { method MatOfPoint3f (line 33) | public MatOfPoint3f(Point3...a) { method alloc (line 38) | public void alloc(int elemNumber) { method fromArray (line 43) | public void fromArray(Point3...a) { method toArray (line 58) | public Point3[] toArray() { method fromList (line 70) | public void fromList(List lp) { method toList (line 75) | public List toList() { FILE: openCV/src/main/java/org/opencv/core/MatOfRect.java class MatOfRect (line 7) | public class MatOfRect extends Mat { method MatOfRect (line 12) | public MatOfRect() { method MatOfRect (line 16) | protected MatOfRect(long addr) { method fromNativeAddr (line 23) | public static MatOfRect fromNativeAddr(long addr) { method MatOfRect (line 27) | public MatOfRect(Mat m) { method MatOfRect (line 34) | public MatOfRect(Rect...a) { method alloc (line 39) | public void alloc(int elemNumber) { method fromArray (line 44) | public void fromArray(Rect...a) { method toArray (line 61) | public Rect[] toArray() { method fromList (line 72) | public void fromList(List lr) { method toList (line 77) | public List toList() { FILE: openCV/src/main/java/org/opencv/core/MatOfRect2d.java class MatOfRect2d (line 7) | public class MatOfRect2d extends Mat { method MatOfRect2d (line 12) | public MatOfRect2d() { method MatOfRect2d (line 16) | protected MatOfRect2d(long addr) { method fromNativeAddr (line 23) | public static MatOfRect2d fromNativeAddr(long addr) { method MatOfRect2d (line 27) | public MatOfRect2d(Mat m) { method MatOfRect2d (line 34) | public MatOfRect2d(Rect2d...a) { method alloc (line 39) | public void alloc(int elemNumber) { method fromArray (line 44) | public void fromArray(Rect2d...a) { method toArray (line 61) | public Rect2d[] toArray() { method fromList (line 72) | public void fromList(List lr) { method toList (line 77) | public List toList() { FILE: openCV/src/main/java/org/opencv/core/MatOfRotatedRect.java class MatOfRotatedRect (line 10) | public class MatOfRotatedRect extends Mat { method MatOfRotatedRect (line 15) | public MatOfRotatedRect() { method MatOfRotatedRect (line 19) | protected MatOfRotatedRect(long addr) { method fromNativeAddr (line 26) | public static MatOfRotatedRect fromNativeAddr(long addr) { method MatOfRotatedRect (line 30) | public MatOfRotatedRect(Mat m) { method MatOfRotatedRect (line 37) | public MatOfRotatedRect(RotatedRect...a) { method alloc (line 42) | public void alloc(int elemNumber) { method fromArray (line 47) | public void fromArray(RotatedRect...a) { method toArray (line 64) | public RotatedRect[] toArray() { method fromList (line 77) | public void fromList(List lr) { method toList (line 82) | public List toList() { FILE: openCV/src/main/java/org/opencv/core/Point.java class Point (line 4) | public class Point { method Point (line 8) | public Point(double x, double y) { method Point (line 13) | public Point() { method Point (line 17) | public Point(double[] vals) { method set (line 22) | public void set(double[] vals) { method clone (line 32) | public Point clone() { method dot (line 36) | public double dot(Point p) { method hashCode (line 40) | @Override method equals (line 52) | @Override method inside (line 60) | public boolean inside(Rect r) { method toString (line 64) | @Override FILE: openCV/src/main/java/org/opencv/core/Point3.java class Point3 (line 4) | public class Point3 { method Point3 (line 8) | public Point3(double x, double y, double z) { method Point3 (line 14) | public Point3() { method Point3 (line 18) | public Point3(Point p) { method Point3 (line 24) | public Point3(double[] vals) { method set (line 29) | public void set(double[] vals) { method clone (line 41) | public Point3 clone() { method dot (line 45) | public double dot(Point3 p) { method cross (line 49) | public Point3 cross(Point3 p) { method hashCode (line 53) | @Override method equals (line 67) | @Override method toString (line 75) | @Override FILE: openCV/src/main/java/org/opencv/core/Range.java class Range (line 4) | public class Range { method Range (line 8) | public Range(int s, int e) { method Range (line 13) | public Range() { method Range (line 17) | public Range(double[] vals) { method set (line 21) | public void set(double[] vals) { method size (line 32) | public int size() { method empty (line 36) | public boolean empty() { method all (line 40) | public static Range all() { method intersection (line 44) | public Range intersection(Range r1) { method shift (line 50) | public Range shift(int delta) { method clone (line 54) | public Range clone() { method hashCode (line 58) | @Override method equals (line 70) | @Override method toString (line 78) | @Override FILE: openCV/src/main/java/org/opencv/core/Rect.java class Rect (line 4) | public class Rect { method Rect (line 8) | public Rect(int x, int y, int width, int height) { method Rect (line 15) | public Rect() { method Rect (line 19) | public Rect(Point p1, Point p2) { method Rect (line 26) | public Rect(Point p, Size s) { method Rect (line 30) | public Rect(double[] vals) { method set (line 34) | public void set(double[] vals) { method clone (line 48) | public Rect clone() { method tl (line 52) | public Point tl() { method br (line 56) | public Point br() { method size (line 60) | public Size size() { method area (line 64) | public double area() { method empty (line 68) | public boolean empty() { method contains (line 72) | public boolean contains(Point p) { method hashCode (line 76) | @Override method equals (line 92) | @Override method toString (line 100) | @Override FILE: openCV/src/main/java/org/opencv/core/Rect2d.java class Rect2d (line 4) | public class Rect2d { method Rect2d (line 8) | public Rect2d(double x, double y, double width, double height) { method Rect2d (line 15) | public Rect2d() { method Rect2d (line 19) | public Rect2d(Point p1, Point p2) { method Rect2d (line 26) | public Rect2d(Point p, Size s) { method Rect2d (line 30) | public Rect2d(double[] vals) { method set (line 34) | public void set(double[] vals) { method clone (line 48) | public Rect2d clone() { method tl (line 52) | public Point tl() { method br (line 56) | public Point br() { method size (line 60) | public Size size() { method area (line 64) | public double area() { method empty (line 68) | public boolean empty() { method contains (line 72) | public boolean contains(Point p) { method hashCode (line 76) | @Override method equals (line 92) | @Override method toString (line 100) | @Override FILE: openCV/src/main/java/org/opencv/core/RotatedRect.java class RotatedRect (line 4) | public class RotatedRect { method RotatedRect (line 10) | public RotatedRect() { method RotatedRect (line 16) | public RotatedRect(Point c, Size s, double a) { method RotatedRect (line 22) | public RotatedRect(double[] vals) { method set (line 27) | public void set(double[] vals) { method points (line 43) | public void points(Point pt[]) method boundingRect (line 66) | public Rect boundingRect() method clone (line 79) | public RotatedRect clone() { method hashCode (line 83) | @Override method equals (line 101) | @Override method toString (line 109) | @Override FILE: openCV/src/main/java/org/opencv/core/Scalar.java class Scalar (line 4) | public class Scalar { method Scalar (line 8) | public Scalar(double v0, double v1, double v2, double v3) { method Scalar (line 12) | public Scalar(double v0, double v1, double v2) { method Scalar (line 16) | public Scalar(double v0, double v1) { method Scalar (line 20) | public Scalar(double v0) { method Scalar (line 24) | public Scalar(double[] vals) { method set (line 33) | public void set(double[] vals) { method all (line 43) | public static Scalar all(double v) { method clone (line 47) | public Scalar clone() { method mul (line 51) | public Scalar mul(Scalar it, double scale) { method mul (line 56) | public Scalar mul(Scalar it) { method conj (line 60) | public Scalar conj() { method isReal (line 64) | public boolean isReal() { method hashCode (line 68) | @Override method equals (line 76) | @Override method toString (line 85) | @Override FILE: openCV/src/main/java/org/opencv/core/Size.java class Size (line 4) | public class Size { method Size (line 8) | public Size(double width, double height) { method Size (line 13) | public Size() { method Size (line 17) | public Size(Point p) { method Size (line 22) | public Size(double[] vals) { method set (line 26) | public void set(double[] vals) { method area (line 36) | public double area() { method empty (line 40) | public boolean empty() { method clone (line 44) | public Size clone() { method hashCode (line 48) | @Override method equals (line 60) | @Override method toString (line 68) | @Override FILE: openCV/src/main/java/org/opencv/core/TermCriteria.java class TermCriteria (line 4) | public class TermCriteria { method TermCriteria (line 33) | public TermCriteria(int type, int maxCount, double epsilon) { method TermCriteria (line 42) | public TermCriteria() { method TermCriteria (line 46) | public TermCriteria(double[] vals) { method set (line 50) | public void set(double[] vals) { method clone (line 62) | public TermCriteria clone() { method hashCode (line 66) | @Override method equals (line 80) | @Override method toString (line 88) | @Override FILE: openCV/src/main/java/org/opencv/core/TickMeter.java class TickMeter (line 11) | public class TickMeter { method TickMeter (line 14) | protected TickMeter(long addr) { nativeObj = addr; } method getNativeObjAddr (line 16) | public long getNativeObjAddr() { return nativeObj; } method __fromPtr__ (line 19) | public static TickMeter __fromPtr__(long addr) { return new TickMeter(... method TickMeter (line 26) | public TickMeter() method getTimeMicro (line 40) | public double getTimeMicro() method getTimeMilli (line 54) | public double getTimeMilli() method getTimeSec (line 68) | public double getTimeSec() method getCounter (line 82) | public long getCounter() method getTimeTicks (line 96) | public long getTimeTicks() method reset (line 110) | public void reset() method start (line 124) | public void start() method stop (line 138) | public void stop() method finalize (line 147) | @Override method TickMeter_0 (line 155) | private static native long TickMeter_0(); method getTimeMicro_0 (line 158) | private static native double getTimeMicro_0(long nativeObj); method getTimeMilli_0 (line 161) | private static native double getTimeMilli_0(long nativeObj); method getTimeSec_0 (line 164) | private static native double getTimeSec_0(long nativeObj); method getCounter_0 (line 167) | private static native long getCounter_0(long nativeObj); method getTimeTicks_0 (line 170) | private static native long getTimeTicks_0(long nativeObj); method reset_0 (line 173) | private static native void reset_0(long nativeObj); method start_0 (line 176) | private static native void start_0(long nativeObj); method stop_0 (line 179) | private static native void stop_0(long nativeObj); method delete (line 182) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/dnn/DictValue.java class DictValue (line 11) | public class DictValue { method DictValue (line 14) | protected DictValue(long addr) { nativeObj = addr; } method getNativeObjAddr (line 16) | public long getNativeObjAddr() { return nativeObj; } method __fromPtr__ (line 19) | public static DictValue __fromPtr__(long addr) { return new DictValue(... method DictValue (line 26) | public DictValue(String s) method DictValue (line 40) | public DictValue(double p) method DictValue (line 54) | public DictValue(int i) method getStringValue (line 68) | public String getStringValue(int idx) method getStringValue (line 77) | public String getStringValue() method isInt (line 91) | public boolean isInt() method isReal (line 105) | public boolean isReal() method isString (line 119) | public boolean isString() method getRealValue (line 133) | public double getRealValue(int idx) method getRealValue (line 142) | public double getRealValue() method getIntValue (line 156) | public int getIntValue(int idx) method getIntValue (line 165) | public int getIntValue() method finalize (line 174) | @Override method DictValue_0 (line 182) | private static native long DictValue_0(String s); method DictValue_1 (line 185) | private static native long DictValue_1(double p); method DictValue_2 (line 188) | private static native long DictValue_2(int i); method getStringValue_0 (line 191) | private static native String getStringValue_0(long nativeObj, int idx); method getStringValue_1 (line 192) | private static native String getStringValue_1(long nativeObj); method isInt_0 (line 195) | private static native boolean isInt_0(long nativeObj); method isReal_0 (line 198) | private static native boolean isReal_0(long nativeObj); method isString_0 (line 201) | private static native boolean isString_0(long nativeObj); method getRealValue_0 (line 204) | private static native double getRealValue_0(long nativeObj, int idx); method getRealValue_1 (line 205) | private static native double getRealValue_1(long nativeObj); method getIntValue_0 (line 208) | private static native int getIntValue_0(long nativeObj, int idx); method getIntValue_1 (line 209) | private static native int getIntValue_1(long nativeObj); method delete (line 212) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/dnn/Dnn.java class Dnn (line 24) | public class Dnn { method blobFromImage (line 48) | public static Mat blobFromImage(Mat image, double scalefactor, Size si... method blobFromImage (line 57) | public static Mat blobFromImage(Mat image, double scalefactor, Size si... method blobFromImage (line 66) | public static Mat blobFromImage(Mat image, double scalefactor, Size si... method blobFromImage (line 75) | public static Mat blobFromImage(Mat image, double scalefactor, Size si... method blobFromImage (line 84) | public static Mat blobFromImage(Mat image, double scalefactor, Size size) method blobFromImage (line 93) | public static Mat blobFromImage(Mat image, double scalefactor) method blobFromImage (line 102) | public static Mat blobFromImage(Mat image) method blobFromImages (line 116) | public static Mat blobFromImages(List images, double scalefactor,... method blobFromImages (line 125) | public static Mat blobFromImages(List images, double scalefactor,... method blobFromImages (line 134) | public static Mat blobFromImages(List images, double scalefactor,... method blobFromImages (line 143) | public static Mat blobFromImages(List images, double scalefactor,... method blobFromImages (line 152) | public static Mat blobFromImages(List images, double scalefactor,... method blobFromImages (line 161) | public static Mat blobFromImages(List images, double scalefactor) method blobFromImages (line 170) | public static Mat blobFromImages(List images) method readTensorFromONNX (line 184) | public static Mat readTensorFromONNX(String path) method readTorchBlob (line 198) | public static Mat readTorchBlob(String filename, boolean isBinary) method readTorchBlob (line 207) | public static Mat readTorchBlob(String filename) method readNet (line 221) | public static Net readNet(String framework, MatOfByte bufferModel, Mat... method readNet (line 231) | public static Net readNet(String framework, MatOfByte bufferModel) method readNet (line 245) | public static Net readNet(String model, String config, String framework) method readNet (line 254) | public static Net readNet(String model, String config) method readNet (line 263) | public static Net readNet(String model) method readNetFromCaffe (line 277) | public static Net readNetFromCaffe(String prototxt, String caffeModel) method readNetFromCaffe (line 286) | public static Net readNetFromCaffe(String prototxt) method readNetFromCaffe (line 300) | public static Net readNetFromCaffe(MatOfByte bufferProto, MatOfByte bu... method readNetFromCaffe (line 310) | public static Net readNetFromCaffe(MatOfByte bufferProto) method readNetFromDarknet (line 324) | public static Net readNetFromDarknet(String cfgFile, String darknetModel) method readNetFromDarknet (line 333) | public static Net readNetFromDarknet(String cfgFile) method readNetFromDarknet (line 347) | public static Net readNetFromDarknet(MatOfByte bufferCfg, MatOfByte bu... method readNetFromDarknet (line 357) | public static Net readNetFromDarknet(MatOfByte bufferCfg) method readNetFromModelOptimizer (line 371) | public static Net readNetFromModelOptimizer(String xml, String bin) method readNetFromONNX (line 385) | public static Net readNetFromONNX(String onnxFile) method readNetFromTensorflow (line 399) | public static Net readNetFromTensorflow(String model, String config) method readNetFromTensorflow (line 408) | public static Net readNetFromTensorflow(String model) method readNetFromTensorflow (line 422) | public static Net readNetFromTensorflow(MatOfByte bufferModel, MatOfBy... method readNetFromTensorflow (line 432) | public static Net readNetFromTensorflow(MatOfByte bufferModel) method readNetFromTorch (line 446) | public static Net readNetFromTorch(String model, boolean isBinary, boo... method readNetFromTorch (line 455) | public static Net readNetFromTorch(String model, boolean isBinary) method readNetFromTorch (line 464) | public static Net readNetFromTorch(String model) method getInferenceEngineVPUType (line 478) | public static String getInferenceEngineVPUType() method NMSBoxes (line 492) | public static void NMSBoxes(MatOfRect bboxes, MatOfFloat scores, float... method NMSBoxes (line 503) | public static void NMSBoxes(MatOfRect bboxes, MatOfFloat scores, float... method NMSBoxes (line 514) | public static void NMSBoxes(MatOfRect bboxes, MatOfFloat scores, float... method NMSBoxes (line 530) | public static void NMSBoxes(MatOfRect2d bboxes, MatOfFloat scores, flo... method NMSBoxes (line 541) | public static void NMSBoxes(MatOfRect2d bboxes, MatOfFloat scores, flo... method NMSBoxes (line 552) | public static void NMSBoxes(MatOfRect2d bboxes, MatOfFloat scores, flo... method NMSBoxesRotated (line 568) | public static void NMSBoxesRotated(MatOfRotatedRect bboxes, MatOfFloat... method NMSBoxesRotated (line 579) | public static void NMSBoxesRotated(MatOfRotatedRect bboxes, MatOfFloat... method NMSBoxesRotated (line 590) | public static void NMSBoxesRotated(MatOfRotatedRect bboxes, MatOfFloat... method imagesFromBlob (line 606) | public static void imagesFromBlob(Mat blob_, List images_) method resetMyriadDevice (line 621) | public static void resetMyriadDevice() method shrinkCaffeModel (line 635) | public static void shrinkCaffeModel(String src, String dst, List inputs, List outputs) method run (line 58) | @Deprecated method get_blobs (line 78) | public List get_blobs() method set_blobs (line 92) | public void set_blobs(List blobs) method get_name (line 106) | public String get_name() method get_type (line 120) | public String get_type() method get_preferableTarget (line 134) | public int get_preferableTarget() method finalize (line 143) | @Override method outputNameToIndex_0 (line 151) | private static native int outputNameToIndex_0(long nativeObj, String o... method finalize_0 (line 154) | private static native void finalize_0(long nativeObj, long inputs_mat_... method run_0 (line 157) | private static native void run_0(long nativeObj, long inputs_mat_nativ... method get_blobs_0 (line 160) | private static native long get_blobs_0(long nativeObj); method set_blobs_0 (line 163) | private static native void set_blobs_0(long nativeObj, long blobs_mat_... method get_name_0 (line 166) | private static native String get_name_0(long nativeObj); method get_type_0 (line 169) | private static native String get_type_0(long nativeObj); method get_preferableTarget_0 (line 172) | private static native int get_preferableTarget_0(long nativeObj); method delete (line 175) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/dnn/Net.java class Net (line 21) | public class Net { method Net (line 24) | protected Net(long addr) { nativeObj = addr; } method getNativeObjAddr (line 26) | public long getNativeObjAddr() { return nativeObj; } method __fromPtr__ (line 29) | public static Net __fromPtr__(long addr) { return new Net(addr); } method Net (line 36) | public Net() method forward (line 50) | public Mat forward(String outputName) method forward (line 59) | public Mat forward() method getParam (line 73) | public Mat getParam(DictValue layer, int numParam) method getParam (line 82) | public Mat getParam(DictValue layer) method readFromModelOptimizer (line 96) | public static Net readFromModelOptimizer(String xml, String bin) method getLayer (line 110) | public Layer getLayer(DictValue layerId) method empty (line 124) | public boolean empty() method getLayerId (line 138) | public int getLayerId(String layer) method getLayersCount (line 152) | public int getLayersCount(String layerType) method getFLOPS (line 166) | public long getFLOPS(MatOfInt netInputShape) method getFLOPS (line 180) | public long getFLOPS(int layerId, MatOfInt netInputShape) method getFLOPS (line 194) | public long getFLOPS(int layerId, List netInputShapes) method getFLOPS (line 208) | public long getFLOPS(List netInputShapes) method getPerfProfile (line 222) | public long getPerfProfile(MatOfDouble timings) method getLayerNames (line 236) | public List getLayerNames() method getUnconnectedOutLayersNames (line 250) | public List getUnconnectedOutLayersNames() method getUnconnectedOutLayers (line 264) | public MatOfInt getUnconnectedOutLayers() method connect (line 278) | public void connect(String outPin, String inpPin) method enableFusion (line 292) | public void enableFusion(boolean fusion) method forward (line 306) | public void forward(List outputBlobs, String outputName) method forward (line 316) | public void forward(List outputBlobs) method forward (line 331) | public void forward(List outputBlobs, List outBlobNames) method getLayerTypes (line 353) | public void getLayerTypes(List layersTypes) method getMemoryConsumption (line 381) | public void getMemoryConsumption(MatOfInt netInputShape, long[] weigh... method getMemoryConsumption (line 398) | public void getMemoryConsumption(int layerId, MatOfInt netInputShape,... method getMemoryConsumption (line 415) | public void getMemoryConsumption(int layerId, List netInput... method setHalideScheduler (line 431) | public void setHalideScheduler(String scheduler) method setInput (line 445) | public void setInput(Mat blob, String name, double scalefactor, Scala... method setInput (line 454) | public void setInput(Mat blob, String name, double scalefactor) method setInput (line 463) | public void setInput(Mat blob, String name) method setInput (line 472) | public void setInput(Mat blob) method setInputsNames (line 486) | public void setInputsNames(List inputBlobNames) method setParam (line 500) | public void setParam(DictValue layer, int numParam, Mat blob) method setPreferableBackend (line 514) | public void setPreferableBackend(int backendId) method setPreferableTarget (line 528) | public void setPreferableTarget(int targetId) method finalize (line 537) | @Override method Net_0 (line 545) | private static native long Net_0(); method forward_0 (line 548) | private static native long forward_0(long nativeObj, String outputName); method forward_1 (line 549) | private static native long forward_1(long nativeObj); method getParam_0 (line 552) | private static native long getParam_0(long nativeObj, long layer_nativ... method getParam_1 (line 553) | private static native long getParam_1(long nativeObj, long layer_nativ... method readFromModelOptimizer_0 (line 556) | private static native long readFromModelOptimizer_0(String xml, String... method getLayer_0 (line 559) | private static native long getLayer_0(long nativeObj, long layerId_nat... method empty_0 (line 562) | private static native boolean empty_0(long nativeObj); method getLayerId_0 (line 565) | private static native int getLayerId_0(long nativeObj, String layer); method getLayersCount_0 (line 568) | private static native int getLayersCount_0(long nativeObj, String laye... method getFLOPS_0 (line 571) | private static native long getFLOPS_0(long nativeObj, long netInputSha... method getFLOPS_1 (line 574) | private static native long getFLOPS_1(long nativeObj, int layerId, lon... method getFLOPS_2 (line 577) | private static native long getFLOPS_2(long nativeObj, int layerId, Lis... method getFLOPS_3 (line 580) | private static native long getFLOPS_3(long nativeObj, List n... method getPerfProfile_0 (line 583) | private static native long getPerfProfile_0(long nativeObj, long timin... method getLayerNames_0 (line 586) | private static native List getLayerNames_0(long nativeObj); method getUnconnectedOutLayersNames_0 (line 589) | private static native List getUnconnectedOutLayersNames_0(long... method getUnconnectedOutLayers_0 (line 592) | private static native long getUnconnectedOutLayers_0(long nativeObj); method connect_0 (line 595) | private static native void connect_0(long nativeObj, String outPin, St... method enableFusion_0 (line 598) | private static native void enableFusion_0(long nativeObj, boolean fusi... method forward_2 (line 601) | private static native void forward_2(long nativeObj, long outputBlobs_... method forward_3 (line 602) | private static native void forward_3(long nativeObj, long outputBlobs_... method forward_4 (line 605) | private static native void forward_4(long nativeObj, long outputBlobs_... method getLayerTypes_0 (line 608) | private static native void getLayerTypes_0(long nativeObj, List getDescriptors() method add (line 85) | public void add(Mat descriptors) method clear (line 99) | public void clear() method finalize (line 108) | @Override method cluster_0 (line 116) | private static native long cluster_0(long nativeObj, long descriptors_... method cluster_1 (line 119) | private static native long cluster_1(long nativeObj); method descriptorsCount_0 (line 122) | private static native int descriptorsCount_0(long nativeObj); method getDescriptors_0 (line 125) | private static native long getDescriptors_0(long nativeObj); method add_0 (line 128) | private static native void add_0(long nativeObj, long descriptors_nati... method clear_0 (line 131) | private static native void clear_0(long nativeObj); method delete (line 134) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/features2d/BRISK.java class BRISK (line 19) | public class BRISK extends Feature2D { method BRISK (line 21) | protected BRISK(long addr) { super(addr); } method __fromPtr__ (line 24) | public static BRISK __fromPtr__(long addr) { return new BRISK(addr); } method create (line 31) | public static BRISK create(int thresh, int octaves, MatOfFloat radiusL... method create (line 42) | public static BRISK create(int thresh, int octaves, MatOfFloat radiusL... method create (line 52) | public static BRISK create(int thresh, int octaves, MatOfFloat radiusL... method create (line 62) | public static BRISK create(int thresh, int octaves, MatOfFloat radiusL... method create (line 77) | public static BRISK create(int thresh, int octaves, float patternScale) method create (line 86) | public static BRISK create(int thresh, int octaves) method create (line 95) | public static BRISK create(int thresh) method create (line 104) | public static BRISK create() method create (line 118) | public static BRISK create(MatOfFloat radiusList, MatOfInt numberList,... method create (line 129) | public static BRISK create(MatOfFloat radiusList, MatOfInt numberList,... method create (line 139) | public static BRISK create(MatOfFloat radiusList, MatOfInt numberList,... method create (line 149) | public static BRISK create(MatOfFloat radiusList, MatOfInt numberList) method getDefaultName (line 164) | public String getDefaultName() method finalize (line 173) | @Override method create_0 (line 181) | private static native long create_0(int thresh, int octaves, long radi... method create_1 (line 182) | private static native long create_1(int thresh, int octaves, long radi... method create_2 (line 183) | private static native long create_2(int thresh, int octaves, long radi... method create_3 (line 184) | private static native long create_3(int thresh, int octaves, long radi... method create_4 (line 187) | private static native long create_4(int thresh, int octaves, float pat... method create_5 (line 188) | private static native long create_5(int thresh, int octaves); method create_6 (line 189) | private static native long create_6(int thresh); method create_7 (line 190) | private static native long create_7(); method create_8 (line 193) | private static native long create_8(long radiusList_mat_nativeObj, lon... method create_9 (line 194) | private static native long create_9(long radiusList_mat_nativeObj, lon... method create_10 (line 195) | private static native long create_10(long radiusList_mat_nativeObj, lo... method create_11 (line 196) | private static native long create_11(long radiusList_mat_nativeObj, lo... method getDefaultName_0 (line 199) | private static native String getDefaultName_0(long nativeObj); method delete (line 202) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/features2d/DescriptorExtractor.java class DescriptorExtractor (line 16) | @Deprecated method DescriptorExtractor (line 20) | protected DescriptorExtractor(long addr) { nativeObj = addr; } method getNativeObjAddr (line 22) | public long getNativeObjAddr() { return nativeObj; } method __fromPtr__ (line 25) | public static DescriptorExtractor __fromPtr__(long addr) { return new ... method create (line 54) | public static DescriptorExtractor create(int extractorType) method empty (line 68) | public boolean empty() method descriptorSize (line 82) | public int descriptorSize() method descriptorType (line 96) | public int descriptorType() method compute (line 110) | public void compute(Mat image, MatOfKeyPoint keypoints, Mat descriptors) method compute (line 124) | public void compute(List images, List keypoints, ... method read (line 144) | public void read(String fileName) method write (line 158) | public void write(String fileName) method finalize (line 167) | @Override method create_0 (line 175) | private static native long create_0(int extractorType); method empty_0 (line 178) | private static native boolean empty_0(long nativeObj); method descriptorSize_0 (line 181) | private static native int descriptorSize_0(long nativeObj); method descriptorType_0 (line 184) | private static native int descriptorType_0(long nativeObj); method compute_0 (line 187) | private static native void compute_0(long nativeObj, long image_native... method compute_1 (line 190) | private static native void compute_1(long nativeObj, long images_mat_n... method read_0 (line 193) | private static native void read_0(long nativeObj, String fileName); method write_0 (line 196) | private static native void write_0(long nativeObj, String fileName); method delete (line 199) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/features2d/DescriptorMatcher.java class DescriptorMatcher (line 18) | public class DescriptorMatcher extends Algorithm { method DescriptorMatcher (line 20) | protected DescriptorMatcher(long addr) { super(addr); } method __fromPtr__ (line 23) | public static DescriptorMatcher __fromPtr__(long addr) { return new De... method clone (line 40) | public DescriptorMatcher clone(boolean emptyTrainData) method clone (line 49) | public DescriptorMatcher clone() method create (line 63) | public static DescriptorMatcher create(String descriptorMatcherType) method create (line 77) | public static DescriptorMatcher create(int matcherType) method empty (line 91) | public boolean empty() method isMaskSupported (line 105) | public boolean isMaskSupported() method getTrainDescriptors (line 119) | public List getTrainDescriptors() method add (line 133) | public void add(List descriptors) method clear (line 147) | public void clear() method knnMatch (line 161) | public void knnMatch(Mat queryDescriptors, Mat trainDescriptors, List... method knnMatch (line 171) | public void knnMatch(Mat queryDescriptors, Mat trainDescriptors, List... method knnMatch (line 181) | public void knnMatch(Mat queryDescriptors, Mat trainDescriptors, List... method knnMatch (line 196) | public void knnMatch(Mat queryDescriptors, List matches,... method knnMatch (line 207) | public void knnMatch(Mat queryDescriptors, List matches,... method knnMatch (line 218) | public void knnMatch(Mat queryDescriptors, List matches,... method match (line 233) | public void match(Mat queryDescriptors, Mat trainDescriptors, MatOfDM... method match (line 242) | public void match(Mat queryDescriptors, Mat trainDescriptors, MatOfDM... method match (line 256) | public void match(Mat queryDescriptors, MatOfDMatch matches, List match... method radiusMatch (line 326) | public void radiusMatch(Mat queryDescriptors, List match... method radiusMatch (line 337) | public void radiusMatch(Mat queryDescriptors, List match... method read (line 359) | public void read(String fileName) method train (line 373) | public void train() method write (line 394) | public void write(String fileName) method finalize (line 403) | @Override method clone_0 (line 411) | private static native long clone_0(long nativeObj, boolean emptyTrainD... method clone_1 (line 412) | private static native long clone_1(long nativeObj); method create_0 (line 415) | private static native long create_0(String descriptorMatcherType); method create_1 (line 418) | private static native long create_1(int matcherType); method empty_0 (line 421) | private static native boolean empty_0(long nativeObj); method isMaskSupported_0 (line 424) | private static native boolean isMaskSupported_0(long nativeObj); method getTrainDescriptors_0 (line 427) | private static native long getTrainDescriptors_0(long nativeObj); method add_0 (line 430) | private static native void add_0(long nativeObj, long descriptors_mat_... method clear_0 (line 433) | private static native void clear_0(long nativeObj); method knnMatch_0 (line 436) | private static native void knnMatch_0(long nativeObj, long queryDescri... method knnMatch_1 (line 437) | private static native void knnMatch_1(long nativeObj, long queryDescri... method knnMatch_2 (line 438) | private static native void knnMatch_2(long nativeObj, long queryDescri... method knnMatch_3 (line 441) | private static native void knnMatch_3(long nativeObj, long queryDescri... method knnMatch_4 (line 442) | private static native void knnMatch_4(long nativeObj, long queryDescri... method knnMatch_5 (line 443) | private static native void knnMatch_5(long nativeObj, long queryDescri... method match_0 (line 446) | private static native void match_0(long nativeObj, long queryDescripto... method match_1 (line 447) | private static native void match_1(long nativeObj, long queryDescripto... method match_2 (line 450) | private static native void match_2(long nativeObj, long queryDescripto... method match_3 (line 451) | private static native void match_3(long nativeObj, long queryDescripto... method radiusMatch_0 (line 454) | private static native void radiusMatch_0(long nativeObj, long queryDes... method radiusMatch_1 (line 455) | private static native void radiusMatch_1(long nativeObj, long queryDes... method radiusMatch_2 (line 456) | private static native void radiusMatch_2(long nativeObj, long queryDes... method radiusMatch_3 (line 459) | private static native void radiusMatch_3(long nativeObj, long queryDes... method radiusMatch_4 (line 460) | private static native void radiusMatch_4(long nativeObj, long queryDes... method radiusMatch_5 (line 461) | private static native void radiusMatch_5(long nativeObj, long queryDes... method read_0 (line 464) | private static native void read_0(long nativeObj, String fileName); method train_0 (line 467) | private static native void train_0(long nativeObj); method write_0 (line 470) | private static native void write_0(long nativeObj, String fileName); method delete (line 473) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/features2d/FastFeatureDetector.java class FastFeatureDetector (line 13) | public class FastFeatureDetector extends Feature2D { method FastFeatureDetector (line 15) | protected FastFeatureDetector(long addr) { super(addr); } method __fromPtr__ (line 18) | public static FastFeatureDetector __fromPtr__(long addr) { return new ... method create (line 35) | public static FastFeatureDetector create(int threshold, boolean nonmax... method create (line 44) | public static FastFeatureDetector create(int threshold, boolean nonmax... method create (line 53) | public static FastFeatureDetector create(int threshold) method create (line 62) | public static FastFeatureDetector create() method getDefaultName (line 76) | public String getDefaultName() method getNonmaxSuppression (line 90) | public boolean getNonmaxSuppression() method getThreshold (line 104) | public int getThreshold() method getType (line 118) | public int getType() method setNonmaxSuppression (line 132) | public void setNonmaxSuppression(boolean f) method setThreshold (line 146) | public void setThreshold(int threshold) method setType (line 160) | public void setType(int type) method finalize (line 169) | @Override method create_0 (line 177) | private static native long create_0(int threshold, boolean nonmaxSuppr... method create_1 (line 178) | private static native long create_1(int threshold, boolean nonmaxSuppr... method create_2 (line 179) | private static native long create_2(int threshold); method create_3 (line 180) | private static native long create_3(); method getDefaultName_0 (line 183) | private static native String getDefaultName_0(long nativeObj); method getNonmaxSuppression_0 (line 186) | private static native boolean getNonmaxSuppression_0(long nativeObj); method getThreshold_0 (line 189) | private static native int getThreshold_0(long nativeObj); method getType_0 (line 192) | private static native int getType_0(long nativeObj); method setNonmaxSuppression_0 (line 195) | private static native void setNonmaxSuppression_0(long nativeObj, bool... method setThreshold_0 (line 198) | private static native void setThreshold_0(long nativeObj, int threshold); method setType_0 (line 201) | private static native void setType_0(long nativeObj, int type); method delete (line 204) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/features2d/Feature2D.java class Feature2D (line 17) | public class Feature2D extends Algorithm { method Feature2D (line 19) | protected Feature2D(long addr) { super(addr); } method __fromPtr__ (line 22) | public static Feature2D __fromPtr__(long addr) { return new Feature2D(... method getDefaultName (line 29) | public String getDefaultName() method empty (line 43) | public boolean empty() method defaultNorm (line 57) | public int defaultNorm() method descriptorSize (line 71) | public int descriptorSize() method descriptorType (line 85) | public int descriptorType() method compute (line 99) | public void compute(Mat image, MatOfKeyPoint keypoints, Mat descriptors) method compute (line 113) | public void compute(List images, List keypoints, ... method detect (line 133) | public void detect(Mat image, MatOfKeyPoint keypoints, Mat mask) method detect (line 142) | public void detect(Mat image, MatOfKeyPoint keypoints) method detect (line 156) | public void detect(List images, List keypoints, L... method detect (line 168) | public void detect(List images, List keypoints) method detectAndCompute (line 184) | public void detectAndCompute(Mat image, Mat mask, MatOfKeyPoint keypo... method detectAndCompute (line 193) | public void detectAndCompute(Mat image, Mat mask, MatOfKeyPoint keypo... method read (line 214) | public void read(String fileName) method write (line 235) | public void write(String fileName) method finalize (line 244) | @Override method getDefaultName_0 (line 252) | private static native String getDefaultName_0(long nativeObj); method empty_0 (line 255) | private static native boolean empty_0(long nativeObj); method defaultNorm_0 (line 258) | private static native int defaultNorm_0(long nativeObj); method descriptorSize_0 (line 261) | private static native int descriptorSize_0(long nativeObj); method descriptorType_0 (line 264) | private static native int descriptorType_0(long nativeObj); method compute_0 (line 267) | private static native void compute_0(long nativeObj, long image_native... method compute_1 (line 270) | private static native void compute_1(long nativeObj, long images_mat_n... method detect_0 (line 273) | private static native void detect_0(long nativeObj, long image_nativeO... method detect_1 (line 274) | private static native void detect_1(long nativeObj, long image_nativeO... method detect_2 (line 277) | private static native void detect_2(long nativeObj, long images_mat_na... method detect_3 (line 278) | private static native void detect_3(long nativeObj, long images_mat_na... method detectAndCompute_0 (line 281) | private static native void detectAndCompute_0(long nativeObj, long ima... method detectAndCompute_1 (line 282) | private static native void detectAndCompute_1(long nativeObj, long ima... method read_0 (line 285) | private static native void read_0(long nativeObj, String fileName); method write_0 (line 288) | private static native void write_0(long nativeObj, String fileName); method delete (line 291) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/features2d/FeatureDetector.java class FeatureDetector (line 16) | @Deprecated method FeatureDetector (line 20) | protected FeatureDetector(long addr) { nativeObj = addr; } method getNativeObjAddr (line 22) | public long getNativeObjAddr() { return nativeObj; } method __fromPtr__ (line 25) | public static FeatureDetector __fromPtr__(long addr) { return new Feat... method create (line 90) | @Deprecated method empty (line 105) | public boolean empty() method detect (line 119) | public void detect(Mat image, MatOfKeyPoint keypoints, Mat mask) method detect (line 128) | public void detect(Mat image, MatOfKeyPoint keypoints) method detect (line 142) | public void detect(List images, List keypoints, L... method detect (line 154) | public void detect(List images, List keypoints) method read (line 170) | public void read(String fileName) method write (line 184) | public void write(String fileName) method finalize (line 193) | @Override method create_0 (line 201) | private static native long create_0(int detectorType); method empty_0 (line 204) | private static native boolean empty_0(long nativeObj); method detect_0 (line 207) | private static native void detect_0(long nativeObj, long image_nativeO... method detect_1 (line 208) | private static native void detect_1(long nativeObj, long image_nativeO... method detect_2 (line 211) | private static native void detect_2(long nativeObj, long images_mat_na... method detect_3 (line 212) | private static native void detect_3(long nativeObj, long images_mat_na... method read_0 (line 215) | private static native void read_0(long nativeObj, String fileName); method write_0 (line 218) | private static native void write_0(long nativeObj, String fileName); method delete (line 221) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/features2d/Features2d.java class Features2d (line 18) | public class Features2d { method drawKeypoints (line 36) | public static void drawKeypoints(Mat image, MatOfKeyPoint keypoints, M... method drawKeypoints (line 45) | public static void drawKeypoints(Mat image, MatOfKeyPoint keypoints, M... method drawKeypoints (line 54) | public static void drawKeypoints(Mat image, MatOfKeyPoint keypoints, M... method drawMatches (line 68) | public static void drawMatches(Mat img1, MatOfKeyPoint keypoints1, Mat... method drawMatches (line 80) | public static void drawMatches(Mat img1, MatOfKeyPoint keypoints1, Mat... method drawMatches (line 92) | public static void drawMatches(Mat img1, MatOfKeyPoint keypoints1, Mat... method drawMatches (line 103) | public static void drawMatches(Mat img1, MatOfKeyPoint keypoints1, Mat... method drawMatches (line 114) | public static void drawMatches(Mat img1, MatOfKeyPoint keypoints1, Mat... method drawMatches2 (line 130) | public static void drawMatches2(Mat img1, MatOfKeyPoint keypoints1, Ma... method drawMatches2 (line 144) | public static void drawMatches2(Mat img1, MatOfKeyPoint keypoints1, Ma... method drawMatches2 (line 158) | public static void drawMatches2(Mat img1, MatOfKeyPoint keypoints1, Ma... method drawMatches2 (line 170) | public static void drawMatches2(Mat img1, MatOfKeyPoint keypoints1, Ma... method drawMatches2 (line 182) | public static void drawMatches2(Mat img1, MatOfKeyPoint keypoints1, Ma... method drawMatchesKnn (line 199) | public static void drawMatchesKnn(Mat img1, MatOfKeyPoint keypoints1, ... method drawMatchesKnn (line 213) | public static void drawMatchesKnn(Mat img1, MatOfKeyPoint keypoints1, ... method drawMatchesKnn (line 227) | public static void drawMatchesKnn(Mat img1, MatOfKeyPoint keypoints1, ... method drawMatchesKnn (line 239) | public static void drawMatchesKnn(Mat img1, MatOfKeyPoint keypoints1, ... method drawMatchesKnn (line 251) | public static void drawMatchesKnn(Mat img1, MatOfKeyPoint keypoints1, ... method drawKeypoints_0 (line 266) | private static native void drawKeypoints_0(long image_nativeObj, long ... method drawKeypoints_1 (line 267) | private static native void drawKeypoints_1(long image_nativeObj, long ... method drawKeypoints_2 (line 268) | private static native void drawKeypoints_2(long image_nativeObj, long ... method drawMatches_0 (line 271) | private static native void drawMatches_0(long img1_nativeObj, long key... method drawMatches_1 (line 272) | private static native void drawMatches_1(long img1_nativeObj, long key... method drawMatches_2 (line 273) | private static native void drawMatches_2(long img1_nativeObj, long key... method drawMatches_3 (line 274) | private static native void drawMatches_3(long img1_nativeObj, long key... method drawMatches_4 (line 275) | private static native void drawMatches_4(long img1_nativeObj, long key... method drawMatches2_0 (line 278) | private static native void drawMatches2_0(long img1_nativeObj, long ke... method drawMatches2_1 (line 279) | private static native void drawMatches2_1(long img1_nativeObj, long ke... method drawMatches2_2 (line 280) | private static native void drawMatches2_2(long img1_nativeObj, long ke... method drawMatches2_3 (line 281) | private static native void drawMatches2_3(long img1_nativeObj, long ke... method drawMatches2_4 (line 282) | private static native void drawMatches2_4(long img1_nativeObj, long ke... method drawMatchesKnn_0 (line 285) | private static native void drawMatchesKnn_0(long img1_nativeObj, long ... method drawMatchesKnn_1 (line 286) | private static native void drawMatchesKnn_1(long img1_nativeObj, long ... method drawMatchesKnn_2 (line 287) | private static native void drawMatchesKnn_2(long img1_nativeObj, long ... method drawMatchesKnn_3 (line 288) | private static native void drawMatchesKnn_3(long img1_nativeObj, long ... method drawMatchesKnn_4 (line 289) | private static native void drawMatchesKnn_4(long img1_nativeObj, long ... FILE: openCV/src/main/java/org/opencv/features2d/FlannBasedMatcher.java class FlannBasedMatcher (line 12) | public class FlannBasedMatcher extends DescriptorMatcher { method FlannBasedMatcher (line 14) | protected FlannBasedMatcher(long addr) { super(addr); } method __fromPtr__ (line 17) | public static FlannBasedMatcher __fromPtr__(long addr) { return new Fl... method FlannBasedMatcher (line 24) | public FlannBasedMatcher() method create (line 38) | public static FlannBasedMatcher create() method finalize (line 47) | @Override method FlannBasedMatcher_0 (line 55) | private static native long FlannBasedMatcher_0(); method create_0 (line 58) | private static native long create_0(); method delete (line 61) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/features2d/GFTTDetector.java class GFTTDetector (line 13) | public class GFTTDetector extends Feature2D { method GFTTDetector (line 15) | protected GFTTDetector(long addr) { super(addr); } method __fromPtr__ (line 18) | public static GFTTDetector __fromPtr__(long addr) { return new GFTTDet... method create (line 25) | public static GFTTDetector create(int maxCorners, double qualityLevel,... method create (line 34) | public static GFTTDetector create(int maxCorners, double qualityLevel,... method create (line 43) | public static GFTTDetector create(int maxCorners, double qualityLevel,... method create (line 57) | public static GFTTDetector create(int maxCorners, double qualityLevel,... method create (line 66) | public static GFTTDetector create(int maxCorners, double qualityLevel,... method create (line 75) | public static GFTTDetector create(int maxCorners, double qualityLevel,... method create (line 84) | public static GFTTDetector create(int maxCorners, double qualityLevel,... method create (line 93) | public static GFTTDetector create(int maxCorners, double qualityLevel) method create (line 102) | public static GFTTDetector create(int maxCorners) method create (line 111) | public static GFTTDetector create() method getDefaultName (line 125) | public String getDefaultName() method getHarrisDetector (line 139) | public boolean getHarrisDetector() method getK (line 153) | public double getK() method getMinDistance (line 167) | public double getMinDistance() method getQualityLevel (line 181) | public double getQualityLevel() method getBlockSize (line 195) | public int getBlockSize() method getMaxFeatures (line 209) | public int getMaxFeatures() method setBlockSize (line 223) | public void setBlockSize(int blockSize) method setHarrisDetector (line 237) | public void setHarrisDetector(boolean val) method setK (line 251) | public void setK(double k) method setMaxFeatures (line 265) | public void setMaxFeatures(int maxFeatures) method setMinDistance (line 279) | public void setMinDistance(double minDistance) method setQualityLevel (line 293) | public void setQualityLevel(double qlevel) method finalize (line 302) | @Override method create_0 (line 310) | private static native long create_0(int maxCorners, double qualityLeve... method create_1 (line 311) | private static native long create_1(int maxCorners, double qualityLeve... method create_2 (line 312) | private static native long create_2(int maxCorners, double qualityLeve... method create_3 (line 315) | private static native long create_3(int maxCorners, double qualityLeve... method create_4 (line 316) | private static native long create_4(int maxCorners, double qualityLeve... method create_5 (line 317) | private static native long create_5(int maxCorners, double qualityLeve... method create_6 (line 318) | private static native long create_6(int maxCorners, double qualityLeve... method create_7 (line 319) | private static native long create_7(int maxCorners, double qualityLevel); method create_8 (line 320) | private static native long create_8(int maxCorners); method create_9 (line 321) | private static native long create_9(); method getDefaultName_0 (line 324) | private static native String getDefaultName_0(long nativeObj); method getHarrisDetector_0 (line 327) | private static native boolean getHarrisDetector_0(long nativeObj); method getK_0 (line 330) | private static native double getK_0(long nativeObj); method getMinDistance_0 (line 333) | private static native double getMinDistance_0(long nativeObj); method getQualityLevel_0 (line 336) | private static native double getQualityLevel_0(long nativeObj); method getBlockSize_0 (line 339) | private static native int getBlockSize_0(long nativeObj); method getMaxFeatures_0 (line 342) | private static native int getMaxFeatures_0(long nativeObj); method setBlockSize_0 (line 345) | private static native void setBlockSize_0(long nativeObj, int blockSize); method setHarrisDetector_0 (line 348) | private static native void setHarrisDetector_0(long nativeObj, boolean... method setK_0 (line 351) | private static native void setK_0(long nativeObj, double k); method setMaxFeatures_0 (line 354) | private static native void setMaxFeatures_0(long nativeObj, int maxFea... method setMinDistance_0 (line 357) | private static native void setMinDistance_0(long nativeObj, double min... method setQualityLevel_0 (line 360) | private static native void setQualityLevel_0(long nativeObj, double ql... method delete (line 363) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/features2d/KAZE.java class KAZE (line 13) | public class KAZE extends Feature2D { method KAZE (line 15) | protected KAZE(long addr) { super(addr); } method __fromPtr__ (line 18) | public static KAZE __fromPtr__(long addr) { return new KAZE(addr); } method create (line 33) | public static KAZE create(boolean extended, boolean upright, float thr... method create (line 42) | public static KAZE create(boolean extended, boolean upright, float thr... method create (line 51) | public static KAZE create(boolean extended, boolean upright, float thr... method create (line 60) | public static KAZE create(boolean extended, boolean upright, float thr... method create (line 69) | public static KAZE create(boolean extended, boolean upright) method create (line 78) | public static KAZE create(boolean extended) method create (line 87) | public static KAZE create() method getDefaultName (line 101) | public String getDefaultName() method getExtended (line 115) | public boolean getExtended() method getUpright (line 129) | public boolean getUpright() method getThreshold (line 143) | public double getThreshold() method getDiffusivity (line 157) | public int getDiffusivity() method getNOctaveLayers (line 171) | public int getNOctaveLayers() method getNOctaves (line 185) | public int getNOctaves() method setDiffusivity (line 199) | public void setDiffusivity(int diff) method setExtended (line 213) | public void setExtended(boolean extended) method setNOctaveLayers (line 227) | public void setNOctaveLayers(int octaveLayers) method setNOctaves (line 241) | public void setNOctaves(int octaves) method setThreshold (line 255) | public void setThreshold(double threshold) method setUpright (line 269) | public void setUpright(boolean upright) method finalize (line 278) | @Override method create_0 (line 286) | private static native long create_0(boolean extended, boolean upright,... method create_1 (line 287) | private static native long create_1(boolean extended, boolean upright,... method create_2 (line 288) | private static native long create_2(boolean extended, boolean upright,... method create_3 (line 289) | private static native long create_3(boolean extended, boolean upright,... method create_4 (line 290) | private static native long create_4(boolean extended, boolean upright); method create_5 (line 291) | private static native long create_5(boolean extended); method create_6 (line 292) | private static native long create_6(); method getDefaultName_0 (line 295) | private static native String getDefaultName_0(long nativeObj); method getExtended_0 (line 298) | private static native boolean getExtended_0(long nativeObj); method getUpright_0 (line 301) | private static native boolean getUpright_0(long nativeObj); method getThreshold_0 (line 304) | private static native double getThreshold_0(long nativeObj); method getDiffusivity_0 (line 307) | private static native int getDiffusivity_0(long nativeObj); method getNOctaveLayers_0 (line 310) | private static native int getNOctaveLayers_0(long nativeObj); method getNOctaves_0 (line 313) | private static native int getNOctaves_0(long nativeObj); method setDiffusivity_0 (line 316) | private static native void setDiffusivity_0(long nativeObj, int diff); method setExtended_0 (line 319) | private static native void setExtended_0(long nativeObj, boolean exten... method setNOctaveLayers_0 (line 322) | private static native void setNOctaveLayers_0(long nativeObj, int octa... method setNOctaves_0 (line 325) | private static native void setNOctaves_0(long nativeObj, int octaves); method setThreshold_0 (line 328) | private static native void setThreshold_0(long nativeObj, double thres... method setUpright_0 (line 331) | private static native void setUpright_0(long nativeObj, boolean upright); method delete (line 334) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/features2d/MSER.java class MSER (line 19) | public class MSER extends Feature2D { method MSER (line 21) | protected MSER(long addr) { super(addr); } method __fromPtr__ (line 24) | public static MSER __fromPtr__(long addr) { return new MSER(addr); } method create (line 31) | public static MSER create(int _delta, int _min_area, int _max_area, do... method create (line 40) | public static MSER create(int _delta, int _min_area, int _max_area, do... method create (line 49) | public static MSER create(int _delta, int _min_area, int _max_area, do... method create (line 58) | public static MSER create(int _delta, int _min_area, int _max_area, do... method create (line 67) | public static MSER create(int _delta, int _min_area, int _max_area, do... method create (line 76) | public static MSER create(int _delta, int _min_area, int _max_area, do... method create (line 85) | public static MSER create(int _delta, int _min_area, int _max_area) method create (line 94) | public static MSER create(int _delta, int _min_area) method create (line 103) | public static MSER create(int _delta) method create (line 112) | public static MSER create() method getDefaultName (line 126) | public String getDefaultName() method getPass2Only (line 140) | public boolean getPass2Only() method getDelta (line 154) | public int getDelta() method getMaxArea (line 168) | public int getMaxArea() method getMinArea (line 182) | public int getMinArea() method detectRegions (line 196) | public void detectRegions(Mat image, List msers, MatOfRec... method setDelta (line 212) | public void setDelta(int delta) method setMaxArea (line 226) | public void setMaxArea(int maxArea) method setMinArea (line 240) | public void setMinArea(int minArea) method setPass2Only (line 254) | public void setPass2Only(boolean f) method finalize (line 263) | @Override method create_0 (line 271) | private static native long create_0(int _delta, int _min_area, int _ma... method create_1 (line 272) | private static native long create_1(int _delta, int _min_area, int _ma... method create_2 (line 273) | private static native long create_2(int _delta, int _min_area, int _ma... method create_3 (line 274) | private static native long create_3(int _delta, int _min_area, int _ma... method create_4 (line 275) | private static native long create_4(int _delta, int _min_area, int _ma... method create_5 (line 276) | private static native long create_5(int _delta, int _min_area, int _ma... method create_6 (line 277) | private static native long create_6(int _delta, int _min_area, int _ma... method create_7 (line 278) | private static native long create_7(int _delta, int _min_area); method create_8 (line 279) | private static native long create_8(int _delta); method create_9 (line 280) | private static native long create_9(); method getDefaultName_0 (line 283) | private static native String getDefaultName_0(long nativeObj); method getPass2Only_0 (line 286) | private static native boolean getPass2Only_0(long nativeObj); method getDelta_0 (line 289) | private static native int getDelta_0(long nativeObj); method getMaxArea_0 (line 292) | private static native int getMaxArea_0(long nativeObj); method getMinArea_0 (line 295) | private static native int getMinArea_0(long nativeObj); method detectRegions_0 (line 298) | private static native void detectRegions_0(long nativeObj, long image_... method setDelta_0 (line 301) | private static native void setDelta_0(long nativeObj, int delta); method setMaxArea_0 (line 304) | private static native void setMaxArea_0(long nativeObj, int maxArea); method setMinArea_0 (line 307) | private static native void setMinArea_0(long nativeObj, int minArea); method setPass2Only_0 (line 310) | private static native void setPass2Only_0(long nativeObj, boolean f); method delete (line 313) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/features2d/ORB.java class ORB (line 13) | public class ORB extends Feature2D { method ORB (line 15) | protected ORB(long addr) { super(addr); } method __fromPtr__ (line 18) | public static ORB __fromPtr__(long addr) { return new ORB(addr); } method create (line 32) | public static ORB create(int nfeatures, float scaleFactor, int nlevels... method create (line 41) | public static ORB create(int nfeatures, float scaleFactor, int nlevels... method create (line 50) | public static ORB create(int nfeatures, float scaleFactor, int nlevels... method create (line 59) | public static ORB create(int nfeatures, float scaleFactor, int nlevels... method create (line 68) | public static ORB create(int nfeatures, float scaleFactor, int nlevels... method create (line 77) | public static ORB create(int nfeatures, float scaleFactor, int nlevels... method create (line 86) | public static ORB create(int nfeatures, float scaleFactor, int nlevels) method create (line 95) | public static ORB create(int nfeatures, float scaleFactor) method create (line 104) | public static ORB create(int nfeatures) method create (line 113) | public static ORB create() method getDefaultName (line 127) | public String getDefaultName() method getScaleFactor (line 141) | public double getScaleFactor() method getEdgeThreshold (line 155) | public int getEdgeThreshold() method getFastThreshold (line 169) | public int getFastThreshold() method getFirstLevel (line 183) | public int getFirstLevel() method getMaxFeatures (line 197) | public int getMaxFeatures() method getNLevels (line 211) | public int getNLevels() method getPatchSize (line 225) | public int getPatchSize() method getScoreType (line 239) | public int getScoreType() method getWTA_K (line 253) | public int getWTA_K() method setEdgeThreshold (line 267) | public void setEdgeThreshold(int edgeThreshold) method setFastThreshold (line 281) | public void setFastThreshold(int fastThreshold) method setFirstLevel (line 295) | public void setFirstLevel(int firstLevel) method setMaxFeatures (line 309) | public void setMaxFeatures(int maxFeatures) method setNLevels (line 323) | public void setNLevels(int nlevels) method setPatchSize (line 337) | public void setPatchSize(int patchSize) method setScaleFactor (line 351) | public void setScaleFactor(double scaleFactor) method setScoreType (line 365) | public void setScoreType(int scoreType) method setWTA_K (line 379) | public void setWTA_K(int wta_k) method finalize (line 388) | @Override method create_0 (line 396) | private static native long create_0(int nfeatures, float scaleFactor, ... method create_1 (line 397) | private static native long create_1(int nfeatures, float scaleFactor, ... method create_2 (line 398) | private static native long create_2(int nfeatures, float scaleFactor, ... method create_3 (line 399) | private static native long create_3(int nfeatures, float scaleFactor, ... method create_4 (line 400) | private static native long create_4(int nfeatures, float scaleFactor, ... method create_5 (line 401) | private static native long create_5(int nfeatures, float scaleFactor, ... method create_6 (line 402) | private static native long create_6(int nfeatures, float scaleFactor, ... method create_7 (line 403) | private static native long create_7(int nfeatures, float scaleFactor); method create_8 (line 404) | private static native long create_8(int nfeatures); method create_9 (line 405) | private static native long create_9(); method getDefaultName_0 (line 408) | private static native String getDefaultName_0(long nativeObj); method getScaleFactor_0 (line 411) | private static native double getScaleFactor_0(long nativeObj); method getEdgeThreshold_0 (line 414) | private static native int getEdgeThreshold_0(long nativeObj); method getFastThreshold_0 (line 417) | private static native int getFastThreshold_0(long nativeObj); method getFirstLevel_0 (line 420) | private static native int getFirstLevel_0(long nativeObj); method getMaxFeatures_0 (line 423) | private static native int getMaxFeatures_0(long nativeObj); method getNLevels_0 (line 426) | private static native int getNLevels_0(long nativeObj); method getPatchSize_0 (line 429) | private static native int getPatchSize_0(long nativeObj); method getScoreType_0 (line 432) | private static native int getScoreType_0(long nativeObj); method getWTA_K_0 (line 435) | private static native int getWTA_K_0(long nativeObj); method setEdgeThreshold_0 (line 438) | private static native void setEdgeThreshold_0(long nativeObj, int edge... method setFastThreshold_0 (line 441) | private static native void setFastThreshold_0(long nativeObj, int fast... method setFirstLevel_0 (line 444) | private static native void setFirstLevel_0(long nativeObj, int firstLe... method setMaxFeatures_0 (line 447) | private static native void setMaxFeatures_0(long nativeObj, int maxFea... method setNLevels_0 (line 450) | private static native void setNLevels_0(long nativeObj, int nlevels); method setPatchSize_0 (line 453) | private static native void setPatchSize_0(long nativeObj, int patchSize); method setScaleFactor_0 (line 456) | private static native void setScaleFactor_0(long nativeObj, double sca... method setScoreType_0 (line 459) | private static native void setScoreType_0(long nativeObj, int scoreType); method setWTA_K_0 (line 462) | private static native void setWTA_K_0(long nativeObj, int wta_k); method delete (line 465) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/features2d/Params.java class Params (line 11) | public class Params { method Params (line 14) | protected Params(long addr) { nativeObj = addr; } method getNativeObjAddr (line 16) | public long getNativeObjAddr() { return nativeObj; } method __fromPtr__ (line 19) | public static Params __fromPtr__(long addr) { return new Params(addr); } method Params (line 26) | public Params() method get_thresholdStep (line 40) | public float get_thresholdStep() method set_thresholdStep (line 54) | public void set_thresholdStep(float thresholdStep) method get_minThreshold (line 68) | public float get_minThreshold() method set_minThreshold (line 82) | public void set_minThreshold(float minThreshold) method get_maxThreshold (line 96) | public float get_maxThreshold() method set_maxThreshold (line 110) | public void set_maxThreshold(float maxThreshold) method get_minRepeatability (line 124) | public long get_minRepeatability() method set_minRepeatability (line 138) | public void set_minRepeatability(long minRepeatability) method get_minDistBetweenBlobs (line 152) | public float get_minDistBetweenBlobs() method set_minDistBetweenBlobs (line 166) | public void set_minDistBetweenBlobs(float minDistBetweenBlobs) method get_filterByColor (line 180) | public boolean get_filterByColor() method set_filterByColor (line 194) | public void set_filterByColor(boolean filterByColor) method get_filterByArea (line 222) | public boolean get_filterByArea() method set_filterByArea (line 236) | public void set_filterByArea(boolean filterByArea) method get_minArea (line 250) | public float get_minArea() method set_minArea (line 264) | public void set_minArea(float minArea) method get_maxArea (line 278) | public float get_maxArea() method set_maxArea (line 292) | public void set_maxArea(float maxArea) method get_filterByCircularity (line 306) | public boolean get_filterByCircularity() method set_filterByCircularity (line 320) | public void set_filterByCircularity(boolean filterByCircularity) method get_minCircularity (line 334) | public float get_minCircularity() method set_minCircularity (line 348) | public void set_minCircularity(float minCircularity) method get_maxCircularity (line 362) | public float get_maxCircularity() method set_maxCircularity (line 376) | public void set_maxCircularity(float maxCircularity) method get_filterByInertia (line 390) | public boolean get_filterByInertia() method set_filterByInertia (line 404) | public void set_filterByInertia(boolean filterByInertia) method get_minInertiaRatio (line 418) | public float get_minInertiaRatio() method set_minInertiaRatio (line 432) | public void set_minInertiaRatio(float minInertiaRatio) method get_maxInertiaRatio (line 446) | public float get_maxInertiaRatio() method set_maxInertiaRatio (line 460) | public void set_maxInertiaRatio(float maxInertiaRatio) method get_filterByConvexity (line 474) | public boolean get_filterByConvexity() method set_filterByConvexity (line 488) | public void set_filterByConvexity(boolean filterByConvexity) method get_minConvexity (line 502) | public float get_minConvexity() method set_minConvexity (line 516) | public void set_minConvexity(float minConvexity) method get_maxConvexity (line 530) | public float get_maxConvexity() method set_maxConvexity (line 544) | public void set_maxConvexity(float maxConvexity) method finalize (line 553) | @Override method Params_0 (line 561) | private static native long Params_0(); method get_thresholdStep_0 (line 564) | private static native float get_thresholdStep_0(long nativeObj); method set_thresholdStep_0 (line 567) | private static native void set_thresholdStep_0(long nativeObj, float t... method get_minThreshold_0 (line 570) | private static native float get_minThreshold_0(long nativeObj); method set_minThreshold_0 (line 573) | private static native void set_minThreshold_0(long nativeObj, float mi... method get_maxThreshold_0 (line 576) | private static native float get_maxThreshold_0(long nativeObj); method set_maxThreshold_0 (line 579) | private static native void set_maxThreshold_0(long nativeObj, float ma... method get_minRepeatability_0 (line 582) | private static native long get_minRepeatability_0(long nativeObj); method set_minRepeatability_0 (line 585) | private static native void set_minRepeatability_0(long nativeObj, long... method get_minDistBetweenBlobs_0 (line 588) | private static native float get_minDistBetweenBlobs_0(long nativeObj); method set_minDistBetweenBlobs_0 (line 591) | private static native void set_minDistBetweenBlobs_0(long nativeObj, f... method get_filterByColor_0 (line 594) | private static native boolean get_filterByColor_0(long nativeObj); method set_filterByColor_0 (line 597) | private static native void set_filterByColor_0(long nativeObj, boolean... method get_filterByArea_0 (line 600) | private static native boolean get_filterByArea_0(long nativeObj); method set_filterByArea_0 (line 603) | private static native void set_filterByArea_0(long nativeObj, boolean ... method get_minArea_0 (line 606) | private static native float get_minArea_0(long nativeObj); method set_minArea_0 (line 609) | private static native void set_minArea_0(long nativeObj, float minArea); method get_maxArea_0 (line 612) | private static native float get_maxArea_0(long nativeObj); method set_maxArea_0 (line 615) | private static native void set_maxArea_0(long nativeObj, float maxArea); method get_filterByCircularity_0 (line 618) | private static native boolean get_filterByCircularity_0(long nativeObj); method set_filterByCircularity_0 (line 621) | private static native void set_filterByCircularity_0(long nativeObj, b... method get_minCircularity_0 (line 624) | private static native float get_minCircularity_0(long nativeObj); method set_minCircularity_0 (line 627) | private static native void set_minCircularity_0(long nativeObj, float ... method get_maxCircularity_0 (line 630) | private static native float get_maxCircularity_0(long nativeObj); method set_maxCircularity_0 (line 633) | private static native void set_maxCircularity_0(long nativeObj, float ... method get_filterByInertia_0 (line 636) | private static native boolean get_filterByInertia_0(long nativeObj); method set_filterByInertia_0 (line 639) | private static native void set_filterByInertia_0(long nativeObj, boole... method get_minInertiaRatio_0 (line 642) | private static native float get_minInertiaRatio_0(long nativeObj); method set_minInertiaRatio_0 (line 645) | private static native void set_minInertiaRatio_0(long nativeObj, float... method get_maxInertiaRatio_0 (line 648) | private static native float get_maxInertiaRatio_0(long nativeObj); method set_maxInertiaRatio_0 (line 651) | private static native void set_maxInertiaRatio_0(long nativeObj, float... method get_filterByConvexity_0 (line 654) | private static native boolean get_filterByConvexity_0(long nativeObj); method set_filterByConvexity_0 (line 657) | private static native void set_filterByConvexity_0(long nativeObj, boo... method get_minConvexity_0 (line 660) | private static native float get_minConvexity_0(long nativeObj); method set_minConvexity_0 (line 663) | private static native void set_minConvexity_0(long nativeObj, float mi... method get_maxConvexity_0 (line 666) | private static native float get_maxConvexity_0(long nativeObj); method set_maxConvexity_0 (line 669) | private static native void set_maxConvexity_0(long nativeObj, float ma... method delete (line 672) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/imgcodecs/Imgcodecs.java class Imgcodecs (line 17) | public class Imgcodecs { method imdecode (line 123) | public static Mat imdecode(Mat buf, int flags) method imread (line 137) | public static Mat imread(String filename, int flags) method imread (line 146) | public static Mat imread(String filename) method imencode (line 160) | public static boolean imencode(String ext, Mat img, MatOfByte buf, Mat... method imencode (line 170) | public static boolean imencode(String ext, Mat img, MatOfByte buf) method imreadmulti (line 184) | public static boolean imreadmulti(String filename, List mats, int... method imreadmulti (line 194) | public static boolean imreadmulti(String filename, List mats) method imwrite (line 209) | public static boolean imwrite(String filename, Mat img, MatOfInt params) method imwrite (line 218) | public static boolean imwrite(String filename, Mat img) method imdecode_0 (line 230) | private static native long imdecode_0(long buf_nativeObj, int flags); method imread_0 (line 233) | private static native long imread_0(String filename, int flags); method imread_1 (line 234) | private static native long imread_1(String filename); method imencode_0 (line 237) | private static native boolean imencode_0(String ext, long img_nativeOb... method imencode_1 (line 238) | private static native boolean imencode_1(String ext, long img_nativeOb... method imreadmulti_0 (line 241) | private static native boolean imreadmulti_0(String filename, long mats... method imreadmulti_1 (line 242) | private static native boolean imreadmulti_1(String filename, long mats... method imwrite_0 (line 245) | private static native boolean imwrite_0(String filename, long img_nati... method imwrite_1 (line 246) | private static native boolean imwrite_1(String filename, long img_nati... FILE: openCV/src/main/java/org/opencv/imgproc/CLAHE.java class CLAHE (line 13) | public class CLAHE extends Algorithm { method CLAHE (line 15) | protected CLAHE(long addr) { super(addr); } method __fromPtr__ (line 18) | public static CLAHE __fromPtr__(long addr) { return new CLAHE(addr); } method getTilesGridSize (line 25) | public Size getTilesGridSize() method getClipLimit (line 39) | public double getClipLimit() method apply (line 53) | public void apply(Mat src, Mat dst) method collectGarbage (line 67) | public void collectGarbage() method setClipLimit (line 81) | public void setClipLimit(double clipLimit) method setTilesGridSize (line 95) | public void setTilesGridSize(Size tileGridSize) method finalize (line 104) | @Override method getTilesGridSize_0 (line 112) | private static native double[] getTilesGridSize_0(long nativeObj); method getClipLimit_0 (line 115) | private static native double getClipLimit_0(long nativeObj); method apply_0 (line 118) | private static native void apply_0(long nativeObj, long src_nativeObj,... method collectGarbage_0 (line 121) | private static native void collectGarbage_0(long nativeObj); method setClipLimit_0 (line 124) | private static native void setClipLimit_0(long nativeObj, double clipL... method setTilesGridSize_0 (line 127) | private static native void setTilesGridSize_0(long nativeObj, double t... method delete (line 130) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/imgproc/Imgproc.java class Imgproc (line 28) | public class Imgproc { method getAffineTransform (line 583) | public static Mat getAffineTransform(MatOfPoint2f src, MatOfPoint2f dst) method getDefaultNewCameraMatrix (line 598) | public static Mat getDefaultNewCameraMatrix(Mat cameraMatrix, Size img... method getDefaultNewCameraMatrix (line 607) | public static Mat getDefaultNewCameraMatrix(Mat cameraMatrix, Size img... method getDefaultNewCameraMatrix (line 616) | public static Mat getDefaultNewCameraMatrix(Mat cameraMatrix) method getGaborKernel (line 630) | public static Mat getGaborKernel(Size ksize, double sigma, double thet... method getGaborKernel (line 639) | public static Mat getGaborKernel(Size ksize, double sigma, double thet... method getGaborKernel (line 648) | public static Mat getGaborKernel(Size ksize, double sigma, double thet... method getGaussianKernel (line 662) | public static Mat getGaussianKernel(int ksize, double sigma, int ktype) method getGaussianKernel (line 671) | public static Mat getGaussianKernel(int ksize, double sigma) method getPerspectiveTransform (line 685) | public static Mat getPerspectiveTransform(Mat src, Mat dst) method getRotationMatrix2D (line 699) | public static Mat getRotationMatrix2D(Point center, double angle, doub... method getStructuringElement (line 713) | public static Mat getStructuringElement(int shape, Size ksize, Point a... method getStructuringElement (line 722) | public static Mat getStructuringElement(int shape, Size ksize) method moments (line 736) | public static Moments moments(Mat array, boolean binaryImage) method moments (line 745) | public static Moments moments(Mat array) method phaseCorrelate (line 759) | public static Point phaseCorrelate(Mat src1, Mat src2, Mat window, dou... method phaseCorrelate (line 768) | public static Point phaseCorrelate(Mat src1, Mat src2, Mat window) method phaseCorrelate (line 777) | public static Point phaseCorrelate(Mat src1, Mat src2) method createCLAHE (line 791) | public static CLAHE createCLAHE(double clipLimit, Size tileGridSize) method createCLAHE (line 800) | public static CLAHE createCLAHE(double clipLimit) method createCLAHE (line 809) | public static CLAHE createCLAHE() method createLineSegmentDetector (line 823) | public static LineSegmentDetector createLineSegmentDetector(int _refin... method createLineSegmentDetector (line 832) | public static LineSegmentDetector createLineSegmentDetector(int _refin... method createLineSegmentDetector (line 841) | public static LineSegmentDetector createLineSegmentDetector(int _refin... method createLineSegmentDetector (line 850) | public static LineSegmentDetector createLineSegmentDetector(int _refin... method createLineSegmentDetector (line 859) | public static LineSegmentDetector createLineSegmentDetector(int _refin... method createLineSegmentDetector (line 868) | public static LineSegmentDetector createLineSegmentDetector(int _refin... method createLineSegmentDetector (line 877) | public static LineSegmentDetector createLineSegmentDetector(int _refin... method createLineSegmentDetector (line 886) | public static LineSegmentDetector createLineSegmentDetector(int _refine) method createLineSegmentDetector (line 895) | public static LineSegmentDetector createLineSegmentDetector() method boundingRect (line 909) | public static Rect boundingRect(Mat array) method fitEllipse (line 923) | public static RotatedRect fitEllipse(MatOfPoint2f points) method fitEllipseAMS (line 937) | public static RotatedRect fitEllipseAMS(Mat points) method fitEllipseDirect (line 951) | public static RotatedRect fitEllipseDirect(Mat points) method minAreaRect (line 965) | public static RotatedRect minAreaRect(MatOfPoint2f points) method clipLine (line 979) | public static boolean clipLine(Rect imgRect, Point pt1, Point pt2) method isContourConvex (line 995) | public static boolean isContourConvex(MatOfPoint contour) method arcLength (line 1009) | public static double arcLength(MatOfPoint2f curve, boolean closed) method compareHist (line 1023) | public static double compareHist(Mat H1, Mat H2, int method) method contourArea (line 1037) | public static double contourArea(Mat contour, boolean oriented) method contourArea (line 1046) | public static double contourArea(Mat contour) method getFontScaleFromHeight (line 1060) | public static double getFontScaleFromHeight(int fontFace, int pixelHei... method getFontScaleFromHeight (line 1069) | public static double getFontScaleFromHeight(int fontFace, int pixelHei... method matchShapes (line 1083) | public static double matchShapes(Mat contour1, Mat contour2, int metho... method minEnclosingTriangle (line 1097) | public static double minEnclosingTriangle(Mat points, Mat triangle) method pointPolygonTest (line 1111) | public static double pointPolygonTest(MatOfPoint2f contour, Point pt, ... method threshold (line 1125) | public static double threshold(Mat src, Mat dst, double thresh, double... method initWideAngleProjMap (line 1139) | public static float initWideAngleProjMap(Mat cameraMatrix, Mat distCoe... method initWideAngleProjMap (line 1148) | public static float initWideAngleProjMap(Mat cameraMatrix, Mat distCoe... method initWideAngleProjMap (line 1157) | public static float initWideAngleProjMap(Mat cameraMatrix, Mat distCoe... method intersectConvexConvex (line 1171) | public static float intersectConvexConvex(Mat _p1, Mat _p2, Mat _p12, ... method intersectConvexConvex (line 1180) | public static float intersectConvexConvex(Mat _p1, Mat _p2, Mat _p12) method EMD (line 1194) | public static float EMD(Mat signature1, Mat signature2, int distType, ... method EMD (line 1203) | public static float EMD(Mat signature1, Mat signature2, int distType, ... method EMD (line 1212) | public static float EMD(Mat signature1, Mat signature2, int distType) method connectedComponentsWithAlgorithm (line 1226) | public static int connectedComponentsWithAlgorithm(Mat image, Mat labe... method connectedComponents (line 1240) | public static int connectedComponents(Mat image, Mat labels, int conne... method connectedComponents (line 1249) | public static int connectedComponents(Mat image, Mat labels, int conne... method connectedComponents (line 1258) | public static int connectedComponents(Mat image, Mat labels) method connectedComponentsWithStatsWithAlgorithm (line 1272) | public static int connectedComponentsWithStatsWithAlgorithm(Mat image,... method connectedComponentsWithStats (line 1286) | public static int connectedComponentsWithStats(Mat image, Mat labels, ... method connectedComponentsWithStats (line 1295) | public static int connectedComponentsWithStats(Mat image, Mat labels, ... method connectedComponentsWithStats (line 1304) | public static int connectedComponentsWithStats(Mat image, Mat labels, ... method floodFill (line 1318) | public static int floodFill(Mat image, Mat mask, Point seedPoint, Scal... method floodFill (line 1327) | public static int floodFill(Mat image, Mat mask, Point seedPoint, Scal... method floodFill (line 1336) | public static int floodFill(Mat image, Mat mask, Point seedPoint, Scal... method floodFill (line 1345) | public static int floodFill(Mat image, Mat mask, Point seedPoint, Scal... method floodFill (line 1354) | public static int floodFill(Mat image, Mat mask, Point seedPoint, Scal... method rotatedRectangleIntersection (line 1368) | public static int rotatedRectangleIntersection(RotatedRect rect1, Rota... method Canny (line 1382) | public static void Canny(Mat dx, Mat dy, Mat edges, double threshold1,... method Canny (line 1391) | public static void Canny(Mat dx, Mat dy, Mat edges, double threshold1,... method Canny (line 1405) | public static void Canny(Mat image, Mat edges, double threshold1, doub... method Canny (line 1414) | public static void Canny(Mat image, Mat edges, double threshold1, doub... method Canny (line 1423) | public static void Canny(Mat image, Mat edges, double threshold1, doub... method GaussianBlur (line 1437) | public static void GaussianBlur(Mat src, Mat dst, Size ksize, double s... method GaussianBlur (line 1446) | public static void GaussianBlur(Mat src, Mat dst, Size ksize, double s... method GaussianBlur (line 1455) | public static void GaussianBlur(Mat src, Mat dst, Size ksize, double s... method HoughCircles (line 1469) | public static void HoughCircles(Mat image, Mat circles, int method, do... method HoughCircles (line 1478) | public static void HoughCircles(Mat image, Mat circles, int method, do... method HoughCircles (line 1487) | public static void HoughCircles(Mat image, Mat circles, int method, do... method HoughCircles (line 1496) | public static void HoughCircles(Mat image, Mat circles, int method, do... method HoughCircles (line 1505) | public static void HoughCircles(Mat image, Mat circles, int method, do... method HoughLines (line 1519) | public static void HoughLines(Mat image, Mat lines, double rho, double... method HoughLines (line 1528) | public static void HoughLines(Mat image, Mat lines, double rho, double... method HoughLines (line 1537) | public static void HoughLines(Mat image, Mat lines, double rho, double... method HoughLines (line 1546) | public static void HoughLines(Mat image, Mat lines, double rho, double... method HoughLines (line 1555) | public static void HoughLines(Mat image, Mat lines, double rho, double... method HoughLinesP (line 1569) | public static void HoughLinesP(Mat image, Mat lines, double rho, doubl... method HoughLinesP (line 1578) | public static void HoughLinesP(Mat image, Mat lines, double rho, doubl... method HoughLinesP (line 1587) | public static void HoughLinesP(Mat image, Mat lines, double rho, doubl... method HoughLinesPointSet (line 1601) | public static void HoughLinesPointSet(Mat _point, Mat _lines, int line... method HuMoments (line 1615) | public static void HuMoments(Moments m, Mat hu) method Laplacian (line 1629) | public static void Laplacian(Mat src, Mat dst, int ddepth, int ksize, ... method Laplacian (line 1638) | public static void Laplacian(Mat src, Mat dst, int ddepth, int ksize, ... method Laplacian (line 1647) | public static void Laplacian(Mat src, Mat dst, int ddepth, int ksize, ... method Laplacian (line 1656) | public static void Laplacian(Mat src, Mat dst, int ddepth, int ksize) method Laplacian (line 1665) | public static void Laplacian(Mat src, Mat dst, int ddepth) method Scharr (line 1679) | public static void Scharr(Mat src, Mat dst, int ddepth, int dx, int dy... method Scharr (line 1688) | public static void Scharr(Mat src, Mat dst, int ddepth, int dx, int dy... method Scharr (line 1697) | public static void Scharr(Mat src, Mat dst, int ddepth, int dx, int dy... method Scharr (line 1706) | public static void Scharr(Mat src, Mat dst, int ddepth, int dx, int dy) method Sobel (line 1720) | public static void Sobel(Mat src, Mat dst, int ddepth, int dx, int dy,... method Sobel (line 1729) | public static void Sobel(Mat src, Mat dst, int ddepth, int dx, int dy,... method Sobel (line 1738) | public static void Sobel(Mat src, Mat dst, int ddepth, int dx, int dy,... method Sobel (line 1747) | public static void Sobel(Mat src, Mat dst, int ddepth, int dx, int dy,... method Sobel (line 1756) | public static void Sobel(Mat src, Mat dst, int ddepth, int dx, int dy) method accumulate (line 1770) | public static void accumulate(Mat src, Mat dst, Mat mask) method accumulate (line 1779) | public static void accumulate(Mat src, Mat dst) method accumulateProduct (line 1793) | public static void accumulateProduct(Mat src1, Mat src2, Mat dst, Mat ... method accumulateProduct (line 1802) | public static void accumulateProduct(Mat src1, Mat src2, Mat dst) method accumulateSquare (line 1816) | public static void accumulateSquare(Mat src, Mat dst, Mat mask) method accumulateSquare (line 1825) | public static void accumulateSquare(Mat src, Mat dst) method accumulateWeighted (line 1839) | public static void accumulateWeighted(Mat src, Mat dst, double alpha, ... method accumulateWeighted (line 1848) | public static void accumulateWeighted(Mat src, Mat dst, double alpha) method adaptiveThreshold (line 1862) | public static void adaptiveThreshold(Mat src, Mat dst, double maxValue... method applyColorMap (line 1876) | public static void applyColorMap(Mat src, Mat dst, Mat userColor) method applyColorMap (line 1890) | public static void applyColorMap(Mat src, Mat dst, int colormap) method approxPolyDP (line 1904) | public static void approxPolyDP(MatOfPoint2f curve, MatOfPoint2f appro... method arrowedLine (line 1919) | public static void arrowedLine(Mat img, Point pt1, Point pt2, Scalar c... method arrowedLine (line 1928) | public static void arrowedLine(Mat img, Point pt1, Point pt2, Scalar c... method arrowedLine (line 1937) | public static void arrowedLine(Mat img, Point pt1, Point pt2, Scalar c... method arrowedLine (line 1946) | public static void arrowedLine(Mat img, Point pt1, Point pt2, Scalar c... method arrowedLine (line 1955) | public static void arrowedLine(Mat img, Point pt1, Point pt2, Scalar c... method bilateralFilter (line 1969) | public static void bilateralFilter(Mat src, Mat dst, int d, double sig... method bilateralFilter (line 1978) | public static void bilateralFilter(Mat src, Mat dst, int d, double sig... method blur (line 1992) | public static void blur(Mat src, Mat dst, Size ksize, Point anchor, in... method blur (line 2001) | public static void blur(Mat src, Mat dst, Size ksize, Point anchor) method blur (line 2010) | public static void blur(Mat src, Mat dst, Size ksize) method boxFilter (line 2024) | public static void boxFilter(Mat src, Mat dst, int ddepth, Size ksize,... method boxFilter (line 2033) | public static void boxFilter(Mat src, Mat dst, int ddepth, Size ksize,... method boxFilter (line 2042) | public static void boxFilter(Mat src, Mat dst, int ddepth, Size ksize,... method boxFilter (line 2051) | public static void boxFilter(Mat src, Mat dst, int ddepth, Size ksize) method boxPoints (line 2065) | public static void boxPoints(RotatedRect box, Mat points) method calcBackProject (line 2079) | public static void calcBackProject(List images, MatOfInt channels... method calcHist (line 2095) | public static void calcHist(List images, MatOfInt channels, Mat m... method calcHist (line 2107) | public static void calcHist(List images, MatOfInt channels, Mat m... method circle (line 2124) | public static void circle(Mat img, Point center, int radius, Scalar co... method circle (line 2133) | public static void circle(Mat img, Point center, int radius, Scalar co... method circle (line 2142) | public static void circle(Mat img, Point center, int radius, Scalar co... method circle (line 2151) | public static void circle(Mat img, Point center, int radius, Scalar co... method convertMaps (line 2165) | public static void convertMaps(Mat map1, Mat map2, Mat dstmap1, Mat ds... method convertMaps (line 2174) | public static void convertMaps(Mat map1, Mat map2, Mat dstmap1, Mat ds... method convexHull (line 2188) | public static void convexHull(MatOfPoint points, MatOfInt hull, boolea... method convexHull (line 2198) | public static void convexHull(MatOfPoint points, MatOfInt hull) method convexityDefects (line 2213) | public static void convexityDefects(MatOfPoint contour, MatOfInt conve... method cornerEigenValsAndVecs (line 2229) | public static void cornerEigenValsAndVecs(Mat src, Mat dst, int blockS... method cornerEigenValsAndVecs (line 2238) | public static void cornerEigenValsAndVecs(Mat src, Mat dst, int blockS... method cornerHarris (line 2252) | public static void cornerHarris(Mat src, Mat dst, int blockSize, int k... method cornerHarris (line 2261) | public static void cornerHarris(Mat src, Mat dst, int blockSize, int k... method cornerMinEigenVal (line 2275) | public static void cornerMinEigenVal(Mat src, Mat dst, int blockSize, ... method cornerMinEigenVal (line 2284) | public static void cornerMinEigenVal(Mat src, Mat dst, int blockSize, ... method cornerMinEigenVal (line 2293) | public static void cornerMinEigenVal(Mat src, Mat dst, int blockSize) method cornerSubPix (line 2307) | public static void cornerSubPix(Mat image, Mat corners, Size winSize, ... method createHanningWindow (line 2321) | public static void createHanningWindow(Mat dst, Size winSize, int type) method cvtColor (line 2335) | public static void cvtColor(Mat src, Mat dst, int code, int dstCn) method cvtColor (line 2344) | public static void cvtColor(Mat src, Mat dst, int code) method cvtColorTwoPlane (line 2358) | public static void cvtColorTwoPlane(Mat src1, Mat src2, Mat dst, int c... method demosaicing (line 2372) | public static void demosaicing(Mat src, Mat dst, int code, int dstCn) method demosaicing (line 2381) | public static void demosaicing(Mat src, Mat dst, int code) method dilate (line 2395) | public static void dilate(Mat src, Mat dst, Mat kernel, Point anchor, ... method dilate (line 2404) | public static void dilate(Mat src, Mat dst, Mat kernel, Point anchor, ... method dilate (line 2413) | public static void dilate(Mat src, Mat dst, Mat kernel, Point anchor, ... method dilate (line 2422) | public static void dilate(Mat src, Mat dst, Mat kernel, Point anchor) method dilate (line 2431) | public static void dilate(Mat src, Mat dst, Mat kernel) method distanceTransformWithLabels (line 2445) | public static void distanceTransformWithLabels(Mat src, Mat dst, Mat l... method distanceTransformWithLabels (line 2454) | public static void distanceTransformWithLabels(Mat src, Mat dst, Mat l... method distanceTransform (line 2468) | public static void distanceTransform(Mat src, Mat dst, int distanceTyp... method distanceTransform (line 2477) | public static void distanceTransform(Mat src, Mat dst, int distanceTyp... method drawContours (line 2491) | public static void drawContours(Mat image, List contours, ... method drawContours (line 2501) | public static void drawContours(Mat image, List contours, ... method drawContours (line 2511) | public static void drawContours(Mat image, List contours, ... method drawContours (line 2521) | public static void drawContours(Mat image, List contours, ... method drawContours (line 2531) | public static void drawContours(Mat image, List contours, ... method drawContours (line 2541) | public static void drawContours(Mat image, List contours, ... method drawMarker (line 2556) | public static void drawMarker(Mat img, Point position, Scalar color, i... method drawMarker (line 2565) | public static void drawMarker(Mat img, Point position, Scalar color, i... method drawMarker (line 2574) | public static void drawMarker(Mat img, Point position, Scalar color, i... method drawMarker (line 2583) | public static void drawMarker(Mat img, Point position, Scalar color, i... method drawMarker (line 2592) | public static void drawMarker(Mat img, Point position, Scalar color) method ellipse (line 2606) | public static void ellipse(Mat img, Point center, Size axes, double an... method ellipse (line 2615) | public static void ellipse(Mat img, Point center, Size axes, double an... method ellipse (line 2624) | public static void ellipse(Mat img, Point center, Size axes, double an... method ellipse (line 2633) | public static void ellipse(Mat img, Point center, Size axes, double an... method ellipse (line 2647) | public static void ellipse(Mat img, RotatedRect box, Scalar color, int... method ellipse (line 2656) | public static void ellipse(Mat img, RotatedRect box, Scalar color, int... method ellipse (line 2665) | public static void ellipse(Mat img, RotatedRect box, Scalar color) method ellipse2Poly (line 2679) | public static void ellipse2Poly(Point center, Size axes, int angle, in... method equalizeHist (line 2693) | public static void equalizeHist(Mat src, Mat dst) method erode (line 2707) | public static void erode(Mat src, Mat dst, Mat kernel, Point anchor, i... method erode (line 2716) | public static void erode(Mat src, Mat dst, Mat kernel, Point anchor, i... method erode (line 2725) | public static void erode(Mat src, Mat dst, Mat kernel, Point anchor, i... method erode (line 2734) | public static void erode(Mat src, Mat dst, Mat kernel, Point anchor) method erode (line 2743) | public static void erode(Mat src, Mat dst, Mat kernel) method fillConvexPoly (line 2757) | public static void fillConvexPoly(Mat img, MatOfPoint points, Scalar c... method fillConvexPoly (line 2766) | public static void fillConvexPoly(Mat img, MatOfPoint points, Scalar c... method fillConvexPoly (line 2775) | public static void fillConvexPoly(Mat img, MatOfPoint points, Scalar c... method fillPoly (line 2789) | public static void fillPoly(Mat img, List pts, Scalar colo... method fillPoly (line 2799) | public static void fillPoly(Mat img, List pts, Scalar colo... method fillPoly (line 2809) | public static void fillPoly(Mat img, List pts, Scalar colo... method fillPoly (line 2819) | public static void fillPoly(Mat img, List pts, Scalar color) method filter2D (line 2834) | public static void filter2D(Mat src, Mat dst, int ddepth, Mat kernel, ... method filter2D (line 2843) | public static void filter2D(Mat src, Mat dst, int ddepth, Mat kernel, ... method filter2D (line 2852) | public static void filter2D(Mat src, Mat dst, int ddepth, Mat kernel, ... method filter2D (line 2861) | public static void filter2D(Mat src, Mat dst, int ddepth, Mat kernel) method findContours (line 2875) | public static void findContours(Mat image, List contours, ... method findContours (line 2885) | public static void findContours(Mat image, List contours, ... method fitLine (line 2900) | public static void fitLine(Mat points, Mat line, int distType, double ... method getDerivKernels (line 2914) | public static void getDerivKernels(Mat kx, Mat ky, int dx, int dy, int... method getDerivKernels (line 2923) | public static void getDerivKernels(Mat kx, Mat ky, int dx, int dy, int... method getDerivKernels (line 2932) | public static void getDerivKernels(Mat kx, Mat ky, int dx, int dy, int... method getRectSubPix (line 2946) | public static void getRectSubPix(Mat image, Size patchSize, Point cent... method getRectSubPix (line 2955) | public static void getRectSubPix(Mat image, Size patchSize, Point cent... method goodFeaturesToTrack (line 2969) | public static void goodFeaturesToTrack(Mat image, MatOfPoint corners, ... method goodFeaturesToTrack (line 2978) | public static void goodFeaturesToTrack(Mat image, MatOfPoint corners, ... method goodFeaturesToTrack (line 2987) | public static void goodFeaturesToTrack(Mat image, MatOfPoint corners, ... method goodFeaturesToTrack (line 3001) | public static void goodFeaturesToTrack(Mat image, MatOfPoint corners, ... method goodFeaturesToTrack (line 3010) | public static void goodFeaturesToTrack(Mat image, MatOfPoint corners, ... method goodFeaturesToTrack (line 3019) | public static void goodFeaturesToTrack(Mat image, MatOfPoint corners, ... method goodFeaturesToTrack (line 3028) | public static void goodFeaturesToTrack(Mat image, MatOfPoint corners, ... method goodFeaturesToTrack (line 3037) | public static void goodFeaturesToTrack(Mat image, MatOfPoint corners, ... method grabCut (line 3051) | public static void grabCut(Mat img, Mat mask, Rect rect, Mat bgdModel,... method grabCut (line 3060) | public static void grabCut(Mat img, Mat mask, Rect rect, Mat bgdModel,... method initUndistortRectifyMap (line 3074) | public static void initUndistortRectifyMap(Mat cameraMatrix, Mat distC... method integral3 (line 3088) | public static void integral3(Mat src, Mat sum, Mat sqsum, Mat tilted, ... method integral3 (line 3097) | public static void integral3(Mat src, Mat sum, Mat sqsum, Mat tilted, ... method integral3 (line 3106) | public static void integral3(Mat src, Mat sum, Mat sqsum, Mat tilted) method integral2 (line 3120) | public static void integral2(Mat src, Mat sum, Mat sqsum, int sdepth, ... method integral2 (line 3129) | public static void integral2(Mat src, Mat sum, Mat sqsum, int sdepth) method integral2 (line 3138) | public static void integral2(Mat src, Mat sum, Mat sqsum) method integral (line 3152) | public static void integral(Mat src, Mat sum, int sdepth) method integral (line 3161) | public static void integral(Mat src, Mat sum) method invertAffineTransform (line 3175) | public static void invertAffineTransform(Mat M, Mat iM) method line (line 3189) | public static void line(Mat img, Point pt1, Point pt2, Scalar color, i... method line (line 3198) | public static void line(Mat img, Point pt1, Point pt2, Scalar color, i... method line (line 3207) | public static void line(Mat img, Point pt1, Point pt2, Scalar color, i... method line (line 3216) | public static void line(Mat img, Point pt1, Point pt2, Scalar color) method linearPolar (line 3230) | @Deprecated method logPolar (line 3245) | @Deprecated method matchTemplate (line 3260) | public static void matchTemplate(Mat image, Mat templ, Mat result, int... method matchTemplate (line 3269) | public static void matchTemplate(Mat image, Mat templ, Mat result, int... method medianBlur (line 3283) | public static void medianBlur(Mat src, Mat dst, int ksize) method minEnclosingCircle (line 3297) | public static void minEnclosingCircle(MatOfPoint2f points, Point cente... method morphologyEx (line 3314) | public static void morphologyEx(Mat src, Mat dst, int op, Mat kernel, ... method morphologyEx (line 3323) | public static void morphologyEx(Mat src, Mat dst, int op, Mat kernel, ... method morphologyEx (line 3332) | public static void morphologyEx(Mat src, Mat dst, int op, Mat kernel, ... method morphologyEx (line 3341) | public static void morphologyEx(Mat src, Mat dst, int op, Mat kernel, ... method morphologyEx (line 3350) | public static void morphologyEx(Mat src, Mat dst, int op, Mat kernel) method polylines (line 3364) | public static void polylines(Mat img, List pts, boolean is... method polylines (line 3374) | public static void polylines(Mat img, List pts, boolean is... method polylines (line 3384) | public static void polylines(Mat img, List pts, boolean is... method polylines (line 3394) | public static void polylines(Mat img, List pts, boolean is... method preCornerDetect (line 3409) | public static void preCornerDetect(Mat src, Mat dst, int ksize, int bo... method preCornerDetect (line 3418) | public static void preCornerDetect(Mat src, Mat dst, int ksize) method putText (line 3432) | public static void putText(Mat img, String text, Point org, int fontFa... method putText (line 3441) | public static void putText(Mat img, String text, Point org, int fontFa... method putText (line 3450) | public static void putText(Mat img, String text, Point org, int fontFa... method putText (line 3459) | public static void putText(Mat img, String text, Point org, int fontFa... method pyrDown (line 3473) | public static void pyrDown(Mat src, Mat dst, Size dstsize, int borderT... method pyrDown (line 3482) | public static void pyrDown(Mat src, Mat dst, Size dstsize) method pyrDown (line 3491) | public static void pyrDown(Mat src, Mat dst) method pyrMeanShiftFiltering (line 3505) | public static void pyrMeanShiftFiltering(Mat src, Mat dst, double sp, ... method pyrMeanShiftFiltering (line 3514) | public static void pyrMeanShiftFiltering(Mat src, Mat dst, double sp, ... method pyrMeanShiftFiltering (line 3523) | public static void pyrMeanShiftFiltering(Mat src, Mat dst, double sp, ... method pyrUp (line 3537) | public static void pyrUp(Mat src, Mat dst, Size dstsize, int borderType) method pyrUp (line 3546) | public static void pyrUp(Mat src, Mat dst, Size dstsize) method pyrUp (line 3555) | public static void pyrUp(Mat src, Mat dst) method rectangle (line 3569) | public static void rectangle(Mat img, Point pt1, Point pt2, Scalar col... method rectangle (line 3578) | public static void rectangle(Mat img, Point pt1, Point pt2, Scalar col... method rectangle (line 3587) | public static void rectangle(Mat img, Point pt1, Point pt2, Scalar col... method rectangle (line 3596) | public static void rectangle(Mat img, Point pt1, Point pt2, Scalar color) method remap (line 3610) | public static void remap(Mat src, Mat dst, Mat map1, Mat map2, int int... method remap (line 3619) | public static void remap(Mat src, Mat dst, Mat map1, Mat map2, int int... method remap (line 3628) | public static void remap(Mat src, Mat dst, Mat map1, Mat map2, int int... method resize (line 3642) | public static void resize(Mat src, Mat dst, Size dsize, double fx, dou... method resize (line 3651) | public static void resize(Mat src, Mat dst, Size dsize, double fx, dou... method resize (line 3660) | public static void resize(Mat src, Mat dst, Size dsize, double fx) method resize (line 3669) | public static void resize(Mat src, Mat dst, Size dsize) method sepFilter2D (line 3683) | public static void sepFilter2D(Mat src, Mat dst, int ddepth, Mat kerne... method sepFilter2D (line 3692) | public static void sepFilter2D(Mat src, Mat dst, int ddepth, Mat kerne... method sepFilter2D (line 3701) | public static void sepFilter2D(Mat src, Mat dst, int ddepth, Mat kerne... method sepFilter2D (line 3710) | public static void sepFilter2D(Mat src, Mat dst, int ddepth, Mat kerne... method spatialGradient (line 3724) | public static void spatialGradient(Mat src, Mat dx, Mat dy, int ksize,... method spatialGradient (line 3733) | public static void spatialGradient(Mat src, Mat dx, Mat dy, int ksize) method spatialGradient (line 3742) | public static void spatialGradient(Mat src, Mat dx, Mat dy) method sqrBoxFilter (line 3756) | public static void sqrBoxFilter(Mat src, Mat dst, int ddepth, Size ksi... method sqrBoxFilter (line 3765) | public static void sqrBoxFilter(Mat src, Mat dst, int ddepth, Size ksi... method sqrBoxFilter (line 3774) | public static void sqrBoxFilter(Mat src, Mat dst, int ddepth, Size ksi... method sqrBoxFilter (line 3783) | public static void sqrBoxFilter(Mat src, Mat dst, int ddepth, Size ksize) method undistort (line 3797) | public static void undistort(Mat src, Mat dst, Mat cameraMatrix, Mat d... method undistort (line 3806) | public static void undistort(Mat src, Mat dst, Mat cameraMatrix, Mat d... method undistortPointsIter (line 3820) | public static void undistortPointsIter(Mat src, Mat dst, Mat cameraMat... method undistortPoints (line 3834) | public static void undistortPoints(Mat src, Mat dst, Mat cameraMatrix,... method undistortPoints (line 3843) | public static void undistortPoints(Mat src, Mat dst, Mat cameraMatrix,... method undistortPoints (line 3852) | public static void undistortPoints(Mat src, Mat dst, Mat cameraMatrix,... method warpAffine (line 3866) | public static void warpAffine(Mat src, Mat dst, Mat M, Size dsize, int... method warpAffine (line 3875) | public static void warpAffine(Mat src, Mat dst, Mat M, Size dsize, int... method warpAffine (line 3884) | public static void warpAffine(Mat src, Mat dst, Mat M, Size dsize, int... method warpAffine (line 3893) | public static void warpAffine(Mat src, Mat dst, Mat M, Size dsize) method warpPerspective (line 3907) | public static void warpPerspective(Mat src, Mat dst, Mat M, Size dsize... method warpPerspective (line 3916) | public static void warpPerspective(Mat src, Mat dst, Mat M, Size dsize... method warpPerspective (line 3925) | public static void warpPerspective(Mat src, Mat dst, Mat M, Size dsize... method warpPerspective (line 3934) | public static void warpPerspective(Mat src, Mat dst, Mat M, Size dsize) method warpPolar (line 3948) | public static void warpPolar(Mat src, Mat dst, Size dsize, Point cente... method watershed (line 3962) | public static void watershed(Mat image, Mat markers) method getTextSize (line 3974) | public static Size getTextSize(String text, int fontFace, double fontS... method getAffineTransform_0 (line 3985) | private static native long getAffineTransform_0(long src_mat_nativeObj... method getDefaultNewCameraMatrix_0 (line 3988) | private static native long getDefaultNewCameraMatrix_0(long cameraMatr... method getDefaultNewCameraMatrix_1 (line 3989) | private static native long getDefaultNewCameraMatrix_1(long cameraMatr... method getDefaultNewCameraMatrix_2 (line 3990) | private static native long getDefaultNewCameraMatrix_2(long cameraMatr... method getGaborKernel_0 (line 3993) | private static native long getGaborKernel_0(double ksize_width, double... method getGaborKernel_1 (line 3994) | private static native long getGaborKernel_1(double ksize_width, double... method getGaborKernel_2 (line 3995) | private static native long getGaborKernel_2(double ksize_width, double... method getGaussianKernel_0 (line 3998) | private static native long getGaussianKernel_0(int ksize, double sigma... method getGaussianKernel_1 (line 3999) | private static native long getGaussianKernel_1(int ksize, double sigma); method getPerspectiveTransform_0 (line 4002) | private static native long getPerspectiveTransform_0(long src_nativeOb... method getRotationMatrix2D_0 (line 4005) | private static native long getRotationMatrix2D_0(double center_x, doub... method getStructuringElement_0 (line 4008) | private static native long getStructuringElement_0(int shape, double k... method getStructuringElement_1 (line 4009) | private static native long getStructuringElement_1(int shape, double k... method moments_0 (line 4012) | private static native double[] moments_0(long array_nativeObj, boolean... method moments_1 (line 4013) | private static native double[] moments_1(long array_nativeObj); method phaseCorrelate_0 (line 4016) | private static native double[] phaseCorrelate_0(long src1_nativeObj, l... method phaseCorrelate_1 (line 4017) | private static native double[] phaseCorrelate_1(long src1_nativeObj, l... method phaseCorrelate_2 (line 4018) | private static native double[] phaseCorrelate_2(long src1_nativeObj, l... method createCLAHE_0 (line 4021) | private static native long createCLAHE_0(double clipLimit, double tile... method createCLAHE_1 (line 4022) | private static native long createCLAHE_1(double clipLimit); method createCLAHE_2 (line 4023) | private static native long createCLAHE_2(); method createLineSegmentDetector_0 (line 4026) | private static native long createLineSegmentDetector_0(int _refine, do... method createLineSegmentDetector_1 (line 4027) | private static native long createLineSegmentDetector_1(int _refine, do... method createLineSegmentDetector_2 (line 4028) | private static native long createLineSegmentDetector_2(int _refine, do... method createLineSegmentDetector_3 (line 4029) | private static native long createLineSegmentDetector_3(int _refine, do... method createLineSegmentDetector_4 (line 4030) | private static native long createLineSegmentDetector_4(int _refine, do... method createLineSegmentDetector_5 (line 4031) | private static native long createLineSegmentDetector_5(int _refine, do... method createLineSegmentDetector_6 (line 4032) | private static native long createLineSegmentDetector_6(int _refine, do... method createLineSegmentDetector_7 (line 4033) | private static native long createLineSegmentDetector_7(int _refine); method createLineSegmentDetector_8 (line 4034) | private static native long createLineSegmentDetector_8(); method boundingRect_0 (line 4037) | private static native double[] boundingRect_0(long array_nativeObj); method fitEllipse_0 (line 4040) | private static native double[] fitEllipse_0(long points_mat_nativeObj); method fitEllipseAMS_0 (line 4043) | private static native double[] fitEllipseAMS_0(long points_nativeObj); method fitEllipseDirect_0 (line 4046) | private static native double[] fitEllipseDirect_0(long points_nativeObj); method minAreaRect_0 (line 4049) | private static native double[] minAreaRect_0(long points_mat_nativeObj); method clipLine_0 (line 4052) | private static native boolean clipLine_0(int imgRect_x, int imgRect_y,... method isContourConvex_0 (line 4055) | private static native boolean isContourConvex_0(long contour_mat_nativ... method arcLength_0 (line 4058) | private static native double arcLength_0(long curve_mat_nativeObj, boo... method compareHist_0 (line 4061) | private static native double compareHist_0(long H1_nativeObj, long H2_... method contourArea_0 (line 4064) | private static native double contourArea_0(long contour_nativeObj, boo... method contourArea_1 (line 4065) | private static native double contourArea_1(long contour_nativeObj); method getFontScaleFromHeight_0 (line 4068) | private static native double getFontScaleFromHeight_0(int fontFace, in... method getFontScaleFromHeight_1 (line 4069) | private static native double getFontScaleFromHeight_1(int fontFace, in... method matchShapes_0 (line 4072) | private static native double matchShapes_0(long contour1_nativeObj, lo... method minEnclosingTriangle_0 (line 4075) | private static native double minEnclosingTriangle_0(long points_native... method pointPolygonTest_0 (line 4078) | private static native double pointPolygonTest_0(long contour_mat_nativ... method threshold_0 (line 4081) | private static native double threshold_0(long src_nativeObj, long dst_... method initWideAngleProjMap_0 (line 4084) | private static native float initWideAngleProjMap_0(long cameraMatrix_n... method initWideAngleProjMap_1 (line 4085) | private static native float initWideAngleProjMap_1(long cameraMatrix_n... method initWideAngleProjMap_2 (line 4086) | private static native float initWideAngleProjMap_2(long cameraMatrix_n... method intersectConvexConvex_0 (line 4089) | private static native float intersectConvexConvex_0(long _p1_nativeObj... method intersectConvexConvex_1 (line 4090) | private static native float intersectConvexConvex_1(long _p1_nativeObj... method EMD_0 (line 4093) | private static native float EMD_0(long signature1_nativeObj, long sign... method EMD_1 (line 4094) | private static native float EMD_1(long signature1_nativeObj, long sign... method EMD_3 (line 4095) | private static native float EMD_3(long signature1_nativeObj, long sign... method connectedComponentsWithAlgorithm_0 (line 4098) | private static native int connectedComponentsWithAlgorithm_0(long imag... method connectedComponents_0 (line 4101) | private static native int connectedComponents_0(long image_nativeObj, ... method connectedComponents_1 (line 4102) | private static native int connectedComponents_1(long image_nativeObj, ... method connectedComponents_2 (line 4103) | private static native int connectedComponents_2(long image_nativeObj, ... method connectedComponentsWithStatsWithAlgorithm_0 (line 4106) | private static native int connectedComponentsWithStatsWithAlgorithm_0(... method connectedComponentsWithStats_0 (line 4109) | private static native int connectedComponentsWithStats_0(long image_na... method connectedComponentsWithStats_1 (line 4110) | private static native int connectedComponentsWithStats_1(long image_na... method connectedComponentsWithStats_2 (line 4111) | private static native int connectedComponentsWithStats_2(long image_na... method floodFill_0 (line 4114) | private static native int floodFill_0(long image_nativeObj, long mask_... method floodFill_1 (line 4115) | private static native int floodFill_1(long image_nativeObj, long mask_... method floodFill_2 (line 4116) | private static native int floodFill_2(long image_nativeObj, long mask_... method floodFill_3 (line 4117) | private static native int floodFill_3(long image_nativeObj, long mask_... method floodFill_4 (line 4118) | private static native int floodFill_4(long image_nativeObj, long mask_... method rotatedRectangleIntersection_0 (line 4121) | private static native int rotatedRectangleIntersection_0(double rect1_... method Canny_0 (line 4124) | private static native void Canny_0(long dx_nativeObj, long dy_nativeOb... method Canny_1 (line 4125) | private static native void Canny_1(long dx_nativeObj, long dy_nativeOb... method Canny_2 (line 4128) | private static native void Canny_2(long image_nativeObj, long edges_na... method Canny_3 (line 4129) | private static native void Canny_3(long image_nativeObj, long edges_na... method Canny_4 (line 4130) | private static native void Canny_4(long image_nativeObj, long edges_na... method GaussianBlur_0 (line 4133) | private static native void GaussianBlur_0(long src_nativeObj, long dst... method GaussianBlur_1 (line 4134) | private static native void GaussianBlur_1(long src_nativeObj, long dst... method GaussianBlur_2 (line 4135) | private static native void GaussianBlur_2(long src_nativeObj, long dst... method HoughCircles_0 (line 4138) | private static native void HoughCircles_0(long image_nativeObj, long c... method HoughCircles_1 (line 4139) | private static native void HoughCircles_1(long image_nativeObj, long c... method HoughCircles_2 (line 4140) | private static native void HoughCircles_2(long image_nativeObj, long c... method HoughCircles_3 (line 4141) | private static native void HoughCircles_3(long image_nativeObj, long c... method HoughCircles_4 (line 4142) | private static native void HoughCircles_4(long image_nativeObj, long c... method HoughLines_0 (line 4145) | private static native void HoughLines_0(long image_nativeObj, long lin... method HoughLines_1 (line 4146) | private static native void HoughLines_1(long image_nativeObj, long lin... method HoughLines_2 (line 4147) | private static native void HoughLines_2(long image_nativeObj, long lin... method HoughLines_3 (line 4148) | private static native void HoughLines_3(long image_nativeObj, long lin... method HoughLines_4 (line 4149) | private static native void HoughLines_4(long image_nativeObj, long lin... method HoughLinesP_0 (line 4152) | private static native void HoughLinesP_0(long image_nativeObj, long li... method HoughLinesP_1 (line 4153) | private static native void HoughLinesP_1(long image_nativeObj, long li... method HoughLinesP_2 (line 4154) | private static native void HoughLinesP_2(long image_nativeObj, long li... method HoughLinesPointSet_0 (line 4157) | private static native void HoughLinesPointSet_0(long _point_nativeObj,... method HuMoments_0 (line 4160) | private static native void HuMoments_0(double m_m00, double m_m10, dou... method Laplacian_0 (line 4163) | private static native void Laplacian_0(long src_nativeObj, long dst_na... method Laplacian_1 (line 4164) | private static native void Laplacian_1(long src_nativeObj, long dst_na... method Laplacian_2 (line 4165) | private static native void Laplacian_2(long src_nativeObj, long dst_na... method Laplacian_3 (line 4166) | private static native void Laplacian_3(long src_nativeObj, long dst_na... method Laplacian_4 (line 4167) | private static native void Laplacian_4(long src_nativeObj, long dst_na... method Scharr_0 (line 4170) | private static native void Scharr_0(long src_nativeObj, long dst_nativ... method Scharr_1 (line 4171) | private static native void Scharr_1(long src_nativeObj, long dst_nativ... method Scharr_2 (line 4172) | private static native void Scharr_2(long src_nativeObj, long dst_nativ... method Scharr_3 (line 4173) | private static native void Scharr_3(long src_nativeObj, long dst_nativ... method Sobel_0 (line 4176) | private static native void Sobel_0(long src_nativeObj, long dst_native... method Sobel_1 (line 4177) | private static native void Sobel_1(long src_nativeObj, long dst_native... method Sobel_2 (line 4178) | private static native void Sobel_2(long src_nativeObj, long dst_native... method Sobel_3 (line 4179) | private static native void Sobel_3(long src_nativeObj, long dst_native... method Sobel_4 (line 4180) | private static native void Sobel_4(long src_nativeObj, long dst_native... method accumulate_0 (line 4183) | private static native void accumulate_0(long src_nativeObj, long dst_n... method accumulate_1 (line 4184) | private static native void accumulate_1(long src_nativeObj, long dst_n... method accumulateProduct_0 (line 4187) | private static native void accumulateProduct_0(long src1_nativeObj, lo... method accumulateProduct_1 (line 4188) | private static native void accumulateProduct_1(long src1_nativeObj, lo... method accumulateSquare_0 (line 4191) | private static native void accumulateSquare_0(long src_nativeObj, long... method accumulateSquare_1 (line 4192) | private static native void accumulateSquare_1(long src_nativeObj, long... method accumulateWeighted_0 (line 4195) | private static native void accumulateWeighted_0(long src_nativeObj, lo... method accumulateWeighted_1 (line 4196) | private static native void accumulateWeighted_1(long src_nativeObj, lo... method adaptiveThreshold_0 (line 4199) | private static native void adaptiveThreshold_0(long src_nativeObj, lon... method applyColorMap_0 (line 4202) | private static native void applyColorMap_0(long src_nativeObj, long ds... method applyColorMap_1 (line 4205) | private static native void applyColorMap_1(long src_nativeObj, long ds... method approxPolyDP_0 (line 4208) | private static native void approxPolyDP_0(long curve_mat_nativeObj, lo... method arrowedLine_0 (line 4211) | private static native void arrowedLine_0(long img_nativeObj, double pt... method arrowedLine_1 (line 4212) | private static native void arrowedLine_1(long img_nativeObj, double pt... method arrowedLine_2 (line 4213) | private static native void arrowedLine_2(long img_nativeObj, double pt... method arrowedLine_3 (line 4214) | private static native void arrowedLine_3(long img_nativeObj, double pt... method arrowedLine_4 (line 4215) | private static native void arrowedLine_4(long img_nativeObj, double pt... method bilateralFilter_0 (line 4218) | private static native void bilateralFilter_0(long src_nativeObj, long ... method bilateralFilter_1 (line 4219) | private static native void bilateralFilter_1(long src_nativeObj, long ... method blur_0 (line 4222) | private static native void blur_0(long src_nativeObj, long dst_nativeO... method blur_1 (line 4223) | private static native void blur_1(long src_nativeObj, long dst_nativeO... method blur_2 (line 4224) | private static native void blur_2(long src_nativeObj, long dst_nativeO... method boxFilter_0 (line 4227) | private static native void boxFilter_0(long src_nativeObj, long dst_na... method boxFilter_1 (line 4228) | private static native void boxFilter_1(long src_nativeObj, long dst_na... method boxFilter_2 (line 4229) | private static native void boxFilter_2(long src_nativeObj, long dst_na... method boxFilter_3 (line 4230) | private static native void boxFilter_3(long src_nativeObj, long dst_na... method boxPoints_0 (line 4233) | private static native void boxPoints_0(double box_center_x, double box... method calcBackProject_0 (line 4236) | private static native void calcBackProject_0(long images_mat_nativeObj... method calcHist_0 (line 4239) | private static native void calcHist_0(long images_mat_nativeObj, long ... method calcHist_1 (line 4240) | private static native void calcHist_1(long images_mat_nativeObj, long ... method circle_0 (line 4243) | private static native void circle_0(long img_nativeObj, double center_... method circle_1 (line 4244) | private static native void circle_1(long img_nativeObj, double center_... method circle_2 (line 4245) | private static native void circle_2(long img_nativeObj, double center_... method circle_3 (line 4246) | private static native void circle_3(long img_nativeObj, double center_... method convertMaps_0 (line 4249) | private static native void convertMaps_0(long map1_nativeObj, long map... method convertMaps_1 (line 4250) | private static native void convertMaps_1(long map1_nativeObj, long map... method convexHull_0 (line 4253) | private static native void convexHull_0(long points_mat_nativeObj, lon... method convexHull_2 (line 4254) | private static native void convexHull_2(long points_mat_nativeObj, lon... method convexityDefects_0 (line 4257) | private static native void convexityDefects_0(long contour_mat_nativeO... method cornerEigenValsAndVecs_0 (line 4260) | private static native void cornerEigenValsAndVecs_0(long src_nativeObj... method cornerEigenValsAndVecs_1 (line 4261) | private static native void cornerEigenValsAndVecs_1(long src_nativeObj... method cornerHarris_0 (line 4264) | private static native void cornerHarris_0(long src_nativeObj, long dst... method cornerHarris_1 (line 4265) | private static native void cornerHarris_1(long src_nativeObj, long dst... method cornerMinEigenVal_0 (line 4268) | private static native void cornerMinEigenVal_0(long src_nativeObj, lon... method cornerMinEigenVal_1 (line 4269) | private static native void cornerMinEigenVal_1(long src_nativeObj, lon... method cornerMinEigenVal_2 (line 4270) | private static native void cornerMinEigenVal_2(long src_nativeObj, lon... method cornerSubPix_0 (line 4273) | private static native void cornerSubPix_0(long image_nativeObj, long c... method createHanningWindow_0 (line 4276) | private static native void createHanningWindow_0(long dst_nativeObj, d... method cvtColor_0 (line 4279) | private static native void cvtColor_0(long src_nativeObj, long dst_nat... method cvtColor_1 (line 4280) | private static native void cvtColor_1(long src_nativeObj, long dst_nat... method cvtColorTwoPlane_0 (line 4283) | private static native void cvtColorTwoPlane_0(long src1_nativeObj, lon... method demosaicing_0 (line 4286) | private static native void demosaicing_0(long src_nativeObj, long dst_... method demosaicing_1 (line 4287) | private static native void demosaicing_1(long src_nativeObj, long dst_... method dilate_0 (line 4290) | private static native void dilate_0(long src_nativeObj, long dst_nativ... method dilate_1 (line 4291) | private static native void dilate_1(long src_nativeObj, long dst_nativ... method dilate_2 (line 4292) | private static native void dilate_2(long src_nativeObj, long dst_nativ... method dilate_3 (line 4293) | private static native void dilate_3(long src_nativeObj, long dst_nativ... method dilate_4 (line 4294) | private static native void dilate_4(long src_nativeObj, long dst_nativ... method distanceTransformWithLabels_0 (line 4297) | private static native void distanceTransformWithLabels_0(long src_nati... method distanceTransformWithLabels_1 (line 4298) | private static native void distanceTransformWithLabels_1(long src_nati... method distanceTransform_0 (line 4301) | private static native void distanceTransform_0(long src_nativeObj, lon... method distanceTransform_1 (line 4302) | private static native void distanceTransform_1(long src_nativeObj, lon... method drawContours_0 (line 4305) | private static native void drawContours_0(long image_nativeObj, long c... method drawContours_1 (line 4306) | private static native void drawContours_1(long image_nativeObj, long c... method drawContours_2 (line 4307) | private static native void drawContours_2(long image_nativeObj, long c... method drawContours_3 (line 4308) | private static native void drawContours_3(long image_nativeObj, long c... method drawContours_4 (line 4309) | private static native void drawContours_4(long image_nativeObj, long c... method drawContours_5 (line 4310) | private static native void drawContours_5(long image_nativeObj, long c... method drawMarker_0 (line 4313) | private static native void drawMarker_0(long img_nativeObj, double pos... method drawMarker_1 (line 4314) | private static native void drawMarker_1(long img_nativeObj, double pos... method drawMarker_2 (line 4315) | private static native void drawMarker_2(long img_nativeObj, double pos... method drawMarker_3 (line 4316) | private static native void drawMarker_3(long img_nativeObj, double pos... method drawMarker_4 (line 4317) | private static native void drawMarker_4(long img_nativeObj, double pos... method ellipse_0 (line 4320) | private static native void ellipse_0(long img_nativeObj, double center... method ellipse_1 (line 4321) | private static native void ellipse_1(long img_nativeObj, double center... method ellipse_2 (line 4322) | private static native void ellipse_2(long img_nativeObj, double center... method ellipse_3 (line 4323) | private static native void ellipse_3(long img_nativeObj, double center... method ellipse_4 (line 4326) | private static native void ellipse_4(long img_nativeObj, double box_ce... method ellipse_5 (line 4327) | private static native void ellipse_5(long img_nativeObj, double box_ce... method ellipse_6 (line 4328) | private static native void ellipse_6(long img_nativeObj, double box_ce... method ellipse2Poly_0 (line 4331) | private static native void ellipse2Poly_0(double center_x, double cent... method equalizeHist_0 (line 4334) | private static native void equalizeHist_0(long src_nativeObj, long dst... method erode_0 (line 4337) | private static native void erode_0(long src_nativeObj, long dst_native... method erode_1 (line 4338) | private static native void erode_1(long src_nativeObj, long dst_native... method erode_2 (line 4339) | private static native void erode_2(long src_nativeObj, long dst_native... method erode_3 (line 4340) | private static native void erode_3(long src_nativeObj, long dst_native... method erode_4 (line 4341) | private static native void erode_4(long src_nativeObj, long dst_native... method fillConvexPoly_0 (line 4344) | private static native void fillConvexPoly_0(long img_nativeObj, long p... method fillConvexPoly_1 (line 4345) | private static native void fillConvexPoly_1(long img_nativeObj, long p... method fillConvexPoly_2 (line 4346) | private static native void fillConvexPoly_2(long img_nativeObj, long p... method fillPoly_0 (line 4349) | private static native void fillPoly_0(long img_nativeObj, long pts_mat... method fillPoly_1 (line 4350) | private static native void fillPoly_1(long img_nativeObj, long pts_mat... method fillPoly_2 (line 4351) | private static native void fillPoly_2(long img_nativeObj, long pts_mat... method fillPoly_3 (line 4352) | private static native void fillPoly_3(long img_nativeObj, long pts_mat... method filter2D_0 (line 4355) | private static native void filter2D_0(long src_nativeObj, long dst_nat... method filter2D_1 (line 4356) | private static native void filter2D_1(long src_nativeObj, long dst_nat... method filter2D_2 (line 4357) | private static native void filter2D_2(long src_nativeObj, long dst_nat... method filter2D_3 (line 4358) | private static native void filter2D_3(long src_nativeObj, long dst_nat... method findContours_0 (line 4361) | private static native void findContours_0(long image_nativeObj, long c... method findContours_1 (line 4362) | private static native void findContours_1(long image_nativeObj, long c... method fitLine_0 (line 4365) | private static native void fitLine_0(long points_nativeObj, long line_... method getDerivKernels_0 (line 4368) | private static native void getDerivKernels_0(long kx_nativeObj, long k... method getDerivKernels_1 (line 4369) | private static native void getDerivKernels_1(long kx_nativeObj, long k... method getDerivKernels_2 (line 4370) | private static native void getDerivKernels_2(long kx_nativeObj, long k... method getRectSubPix_0 (line 4373) | private static native void getRectSubPix_0(long image_nativeObj, doubl... method getRectSubPix_1 (line 4374) | private static native void getRectSubPix_1(long image_nativeObj, doubl... method goodFeaturesToTrack_0 (line 4377) | private static native void goodFeaturesToTrack_0(long image_nativeObj,... method goodFeaturesToTrack_1 (line 4378) | private static native void goodFeaturesToTrack_1(long image_nativeObj,... method goodFeaturesToTrack_2 (line 4379) | private static native void goodFeaturesToTrack_2(long image_nativeObj,... method goodFeaturesToTrack_3 (line 4382) | private static native void goodFeaturesToTrack_3(long image_nativeObj,... method goodFeaturesToTrack_4 (line 4383) | private static native void goodFeaturesToTrack_4(long image_nativeObj,... method goodFeaturesToTrack_5 (line 4384) | private static native void goodFeaturesToTrack_5(long image_nativeObj,... method goodFeaturesToTrack_6 (line 4385) | private static native void goodFeaturesToTrack_6(long image_nativeObj,... method goodFeaturesToTrack_7 (line 4386) | private static native void goodFeaturesToTrack_7(long image_nativeObj,... method grabCut_0 (line 4389) | private static native void grabCut_0(long img_nativeObj, long mask_nat... method grabCut_1 (line 4390) | private static native void grabCut_1(long img_nativeObj, long mask_nat... method initUndistortRectifyMap_0 (line 4393) | private static native void initUndistortRectifyMap_0(long cameraMatrix... method integral3_0 (line 4396) | private static native void integral3_0(long src_nativeObj, long sum_na... method integral3_1 (line 4397) | private static native void integral3_1(long src_nativeObj, long sum_na... method integral3_2 (line 4398) | private static native void integral3_2(long src_nativeObj, long sum_na... method integral2_0 (line 4401) | private static native void integral2_0(long src_nativeObj, long sum_na... method integral2_1 (line 4402) | private static native void integral2_1(long src_nativeObj, long sum_na... method integral2_2 (line 4403) | private static native void integral2_2(long src_nativeObj, long sum_na... method integral_0 (line 4406) | private static native void integral_0(long src_nativeObj, long sum_nat... method integral_1 (line 4407) | private static native void integral_1(long src_nativeObj, long sum_nat... method invertAffineTransform_0 (line 4410) | private static native void invertAffineTransform_0(long M_nativeObj, l... method line_0 (line 4413) | private static native void line_0(long img_nativeObj, double pt1_x, do... method line_1 (line 4414) | private static native void line_1(long img_nativeObj, double pt1_x, do... method line_2 (line 4415) | private static native void line_2(long img_nativeObj, double pt1_x, do... method line_3 (line 4416) | private static native void line_3(long img_nativeObj, double pt1_x, do... method linearPolar_0 (line 4419) | private static native void linearPolar_0(long src_nativeObj, long dst_... method logPolar_0 (line 4422) | private static native void logPolar_0(long src_nativeObj, long dst_nat... method matchTemplate_0 (line 4425) | private static native void matchTemplate_0(long image_nativeObj, long ... method matchTemplate_1 (line 4426) | private static native void matchTemplate_1(long image_nativeObj, long ... method medianBlur_0 (line 4429) | private static native void medianBlur_0(long src_nativeObj, long dst_n... method minEnclosingCircle_0 (line 4432) | private static native void minEnclosingCircle_0(long points_mat_native... method morphologyEx_0 (line 4435) | private static native void morphologyEx_0(long src_nativeObj, long dst... method morphologyEx_1 (line 4436) | private static native void morphologyEx_1(long src_nativeObj, long dst... method morphologyEx_2 (line 4437) | private static native void morphologyEx_2(long src_nativeObj, long dst... method morphologyEx_3 (line 4438) | private static native void morphologyEx_3(long src_nativeObj, long dst... method morphologyEx_4 (line 4439) | private static native void morphologyEx_4(long src_nativeObj, long dst... method polylines_0 (line 4442) | private static native void polylines_0(long img_nativeObj, long pts_ma... method polylines_1 (line 4443) | private static native void polylines_1(long img_nativeObj, long pts_ma... method polylines_2 (line 4444) | private static native void polylines_2(long img_nativeObj, long pts_ma... method polylines_3 (line 4445) | private static native void polylines_3(long img_nativeObj, long pts_ma... method preCornerDetect_0 (line 4448) | private static native void preCornerDetect_0(long src_nativeObj, long ... method preCornerDetect_1 (line 4449) | private static native void preCornerDetect_1(long src_nativeObj, long ... method putText_0 (line 4452) | private static native void putText_0(long img_nativeObj, String text, ... method putText_1 (line 4453) | private static native void putText_1(long img_nativeObj, String text, ... method putText_2 (line 4454) | private static native void putText_2(long img_nativeObj, String text, ... method putText_3 (line 4455) | private static native void putText_3(long img_nativeObj, String text, ... method pyrDown_0 (line 4458) | private static native void pyrDown_0(long src_nativeObj, long dst_nati... method pyrDown_1 (line 4459) | private static native void pyrDown_1(long src_nativeObj, long dst_nati... method pyrDown_2 (line 4460) | private static native void pyrDown_2(long src_nativeObj, long dst_nati... method pyrMeanShiftFiltering_0 (line 4463) | private static native void pyrMeanShiftFiltering_0(long src_nativeObj,... method pyrMeanShiftFiltering_1 (line 4464) | private static native void pyrMeanShiftFiltering_1(long src_nativeObj,... method pyrMeanShiftFiltering_2 (line 4465) | private static native void pyrMeanShiftFiltering_2(long src_nativeObj,... method pyrUp_0 (line 4468) | private static native void pyrUp_0(long src_nativeObj, long dst_native... method pyrUp_1 (line 4469) | private static native void pyrUp_1(long src_nativeObj, long dst_native... method pyrUp_2 (line 4470) | private static native void pyrUp_2(long src_nativeObj, long dst_native... method rectangle_0 (line 4473) | private static native void rectangle_0(long img_nativeObj, double pt1_... method rectangle_1 (line 4474) | private static native void rectangle_1(long img_nativeObj, double pt1_... method rectangle_2 (line 4475) | private static native void rectangle_2(long img_nativeObj, double pt1_... method rectangle_3 (line 4476) | private static native void rectangle_3(long img_nativeObj, double pt1_... method remap_0 (line 4479) | private static native void remap_0(long src_nativeObj, long dst_native... method remap_1 (line 4480) | private static native void remap_1(long src_nativeObj, long dst_native... method remap_2 (line 4481) | private static native void remap_2(long src_nativeObj, long dst_native... method resize_0 (line 4484) | private static native void resize_0(long src_nativeObj, long dst_nativ... method resize_1 (line 4485) | private static native void resize_1(long src_nativeObj, long dst_nativ... method resize_2 (line 4486) | private static native void resize_2(long src_nativeObj, long dst_nativ... method resize_3 (line 4487) | private static native void resize_3(long src_nativeObj, long dst_nativ... method sepFilter2D_0 (line 4490) | private static native void sepFilter2D_0(long src_nativeObj, long dst_... method sepFilter2D_1 (line 4491) | private static native void sepFilter2D_1(long src_nativeObj, long dst_... method sepFilter2D_2 (line 4492) | private static native void sepFilter2D_2(long src_nativeObj, long dst_... method sepFilter2D_3 (line 4493) | private static native void sepFilter2D_3(long src_nativeObj, long dst_... method spatialGradient_0 (line 4496) | private static native void spatialGradient_0(long src_nativeObj, long ... method spatialGradient_1 (line 4497) | private static native void spatialGradient_1(long src_nativeObj, long ... method spatialGradient_2 (line 4498) | private static native void spatialGradient_2(long src_nativeObj, long ... method sqrBoxFilter_0 (line 4501) | private static native void sqrBoxFilter_0(long src_nativeObj, long dst... method sqrBoxFilter_1 (line 4502) | private static native void sqrBoxFilter_1(long src_nativeObj, long dst... method sqrBoxFilter_2 (line 4503) | private static native void sqrBoxFilter_2(long src_nativeObj, long dst... method sqrBoxFilter_3 (line 4504) | private static native void sqrBoxFilter_3(long src_nativeObj, long dst... method undistort_0 (line 4507) | private static native void undistort_0(long src_nativeObj, long dst_na... method undistort_1 (line 4508) | private static native void undistort_1(long src_nativeObj, long dst_na... method undistortPointsIter_0 (line 4511) | private static native void undistortPointsIter_0(long src_nativeObj, l... method undistortPoints_0 (line 4514) | private static native void undistortPoints_0(long src_nativeObj, long ... method undistortPoints_1 (line 4515) | private static native void undistortPoints_1(long src_nativeObj, long ... method undistortPoints_2 (line 4516) | private static native void undistortPoints_2(long src_nativeObj, long ... method warpAffine_0 (line 4519) | private static native void warpAffine_0(long src_nativeObj, long dst_n... method warpAffine_1 (line 4520) | private static native void warpAffine_1(long src_nativeObj, long dst_n... method warpAffine_2 (line 4521) | private static native void warpAffine_2(long src_nativeObj, long dst_n... method warpAffine_3 (line 4522) | private static native void warpAffine_3(long src_nativeObj, long dst_n... method warpPerspective_0 (line 4525) | private static native void warpPerspective_0(long src_nativeObj, long ... method warpPerspective_1 (line 4526) | private static native void warpPerspective_1(long src_nativeObj, long ... method warpPerspective_2 (line 4527) | private static native void warpPerspective_2(long src_nativeObj, long ... method warpPerspective_3 (line 4528) | private static native void warpPerspective_3(long src_nativeObj, long ... method warpPolar_0 (line 4531) | private static native void warpPolar_0(long src_nativeObj, long dst_na... method watershed_0 (line 4534) | private static native void watershed_0(long image_nativeObj, long mark... method n_getTextSize (line 4535) | private static native double[] n_getTextSize(String text, int fontFace... FILE: openCV/src/main/java/org/opencv/imgproc/LineSegmentDetector.java class LineSegmentDetector (line 13) | public class LineSegmentDetector extends Algorithm { method LineSegmentDetector (line 15) | protected LineSegmentDetector(long addr) { super(addr); } method __fromPtr__ (line 18) | public static LineSegmentDetector __fromPtr__(long addr) { return new ... method compareSegments (line 25) | public int compareSegments(Size size, Mat lines1, Mat lines2, Mat _im... method compareSegments (line 34) | public int compareSegments(Size size, Mat lines1, Mat lines2) method detect (line 48) | public void detect(Mat _image, Mat _lines, Mat width, Mat prec, Mat nfa) method detect (line 57) | public void detect(Mat _image, Mat _lines, Mat width, Mat prec) method detect (line 66) | public void detect(Mat _image, Mat _lines, Mat width) method detect (line 75) | public void detect(Mat _image, Mat _lines) method drawSegments (line 89) | public void drawSegments(Mat _image, Mat lines) method finalize (line 98) | @Override method compareSegments_0 (line 106) | private static native int compareSegments_0(long nativeObj, double siz... method compareSegments_1 (line 107) | private static native int compareSegments_1(long nativeObj, double siz... method detect_0 (line 110) | private static native void detect_0(long nativeObj, long _image_native... method detect_1 (line 111) | private static native void detect_1(long nativeObj, long _image_native... method detect_2 (line 112) | private static native void detect_2(long nativeObj, long _image_native... method detect_3 (line 113) | private static native void detect_3(long nativeObj, long _image_native... method drawSegments_0 (line 116) | private static native void drawSegments_0(long nativeObj, long _image_... method delete (line 119) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/imgproc/Moments.java class Moments (line 6) | public class Moments { method Moments (line 35) | public Moments( method Moments (line 60) | public Moments() { method Moments (line 64) | public Moments(double[] vals) { method set (line 68) | public void set(double[] vals) { method toString (line 109) | @Override method completeState (line 147) | protected void completeState() method get_m00 (line 195) | public double get_m00() { return this.m00; } method get_m10 (line 196) | public double get_m10() { return this.m10; } method get_m01 (line 197) | public double get_m01() { return this.m01; } method get_m20 (line 198) | public double get_m20() { return this.m20; } method get_m11 (line 199) | public double get_m11() { return this.m11; } method get_m02 (line 200) | public double get_m02() { return this.m02; } method get_m30 (line 201) | public double get_m30() { return this.m30; } method get_m21 (line 202) | public double get_m21() { return this.m21; } method get_m12 (line 203) | public double get_m12() { return this.m12; } method get_m03 (line 204) | public double get_m03() { return this.m03; } method get_mu20 (line 205) | public double get_mu20() { return this.mu20; } method get_mu11 (line 206) | public double get_mu11() { return this.mu11; } method get_mu02 (line 207) | public double get_mu02() { return this.mu02; } method get_mu30 (line 208) | public double get_mu30() { return this.mu30; } method get_mu21 (line 209) | public double get_mu21() { return this.mu21; } method get_mu12 (line 210) | public double get_mu12() { return this.mu12; } method get_mu03 (line 211) | public double get_mu03() { return this.mu03; } method get_nu20 (line 212) | public double get_nu20() { return this.nu20; } method get_nu11 (line 213) | public double get_nu11() { return this.nu11; } method get_nu02 (line 214) | public double get_nu02() { return this.nu02; } method get_nu30 (line 215) | public double get_nu30() { return this.nu30; } method get_nu21 (line 216) | public double get_nu21() { return this.nu21; } method get_nu12 (line 217) | public double get_nu12() { return this.nu12; } method get_nu03 (line 218) | public double get_nu03() { return this.nu03; } method set_m00 (line 220) | public void set_m00(double m00) { this.m00 = m00; } method set_m10 (line 221) | public void set_m10(double m10) { this.m10 = m10; } method set_m01 (line 222) | public void set_m01(double m01) { this.m01 = m01; } method set_m20 (line 223) | public void set_m20(double m20) { this.m20 = m20; } method set_m11 (line 224) | public void set_m11(double m11) { this.m11 = m11; } method set_m02 (line 225) | public void set_m02(double m02) { this.m02 = m02; } method set_m30 (line 226) | public void set_m30(double m30) { this.m30 = m30; } method set_m21 (line 227) | public void set_m21(double m21) { this.m21 = m21; } method set_m12 (line 228) | public void set_m12(double m12) { this.m12 = m12; } method set_m03 (line 229) | public void set_m03(double m03) { this.m03 = m03; } method set_mu20 (line 230) | public void set_mu20(double mu20) { this.mu20 = mu20; } method set_mu11 (line 231) | public void set_mu11(double mu11) { this.mu11 = mu11; } method set_mu02 (line 232) | public void set_mu02(double mu02) { this.mu02 = mu02; } method set_mu30 (line 233) | public void set_mu30(double mu30) { this.mu30 = mu30; } method set_mu21 (line 234) | public void set_mu21(double mu21) { this.mu21 = mu21; } method set_mu12 (line 235) | public void set_mu12(double mu12) { this.mu12 = mu12; } method set_mu03 (line 236) | public void set_mu03(double mu03) { this.mu03 = mu03; } method set_nu20 (line 237) | public void set_nu20(double nu20) { this.nu20 = nu20; } method set_nu11 (line 238) | public void set_nu11(double nu11) { this.nu11 = nu11; } method set_nu02 (line 239) | public void set_nu02(double nu02) { this.nu02 = nu02; } method set_nu30 (line 240) | public void set_nu30(double nu30) { this.nu30 = nu30; } method set_nu21 (line 241) | public void set_nu21(double nu21) { this.nu21 = nu21; } method set_nu12 (line 242) | public void set_nu12(double nu12) { this.nu12 = nu12; } method set_nu03 (line 243) | public void set_nu03(double nu03) { this.nu03 = nu03; } FILE: openCV/src/main/java/org/opencv/imgproc/Subdiv2D.java class Subdiv2D (line 20) | public class Subdiv2D { method Subdiv2D (line 23) | protected Subdiv2D(long addr) { nativeObj = addr; } method getNativeObjAddr (line 25) | public long getNativeObjAddr() { return nativeObj; } method __fromPtr__ (line 28) | public static Subdiv2D __fromPtr__(long addr) { return new Subdiv2D(ad... method Subdiv2D (line 52) | public Subdiv2D(Rect rect) method Subdiv2D (line 66) | public Subdiv2D() method getVertex (line 80) | public Point getVertex(int vertex, int[] firstEdge) method getVertex (line 89) | public Point getVertex(int vertex) method edgeDst (line 103) | public int edgeDst(int edge, Point dstpt) method edgeDst (line 112) | public int edgeDst(int edge) method edgeOrg (line 126) | public int edgeOrg(int edge, Point orgpt) method edgeOrg (line 135) | public int edgeOrg(int edge) method findNearest (line 149) | public int findNearest(Point pt, Point nearestPt) method findNearest (line 158) | public int findNearest(Point pt) method getEdge (line 172) | public int getEdge(int edge, int nextEdgeType) method insert (line 186) | public int insert(Point pt) method locate (line 200) | public int locate(Point pt, int[] edge, int[] vertex) method nextEdge (line 216) | public int nextEdge(int edge) method rotateEdge (line 230) | public int rotateEdge(int edge, int rotate) method symEdge (line 244) | public int symEdge(int edge) method getEdgeList (line 258) | public void getEdgeList(MatOfFloat4 edgeList) method getLeadingEdgeList (line 272) | public void getLeadingEdgeList(MatOfInt leadingEdgeList) method getTriangleList (line 286) | public void getTriangleList(MatOfFloat6 triangleList) method getVoronoiFacetList (line 300) | public void getVoronoiFacetList(MatOfInt idx, List face... method initDelaunay (line 317) | public void initDelaunay(Rect rect) method insert (line 331) | public void insert(MatOfPoint2f ptvec) method finalize (line 340) | @Override method Subdiv2D_0 (line 348) | private static native long Subdiv2D_0(int rect_x, int rect_y, int rect... method Subdiv2D_1 (line 351) | private static native long Subdiv2D_1(); method getVertex_0 (line 354) | private static native double[] getVertex_0(long nativeObj, int vertex,... method getVertex_1 (line 355) | private static native double[] getVertex_1(long nativeObj, int vertex); method edgeDst_0 (line 358) | private static native int edgeDst_0(long nativeObj, int edge, double[]... method edgeDst_1 (line 359) | private static native int edgeDst_1(long nativeObj, int edge); method edgeOrg_0 (line 362) | private static native int edgeOrg_0(long nativeObj, int edge, double[]... method edgeOrg_1 (line 363) | private static native int edgeOrg_1(long nativeObj, int edge); method findNearest_0 (line 366) | private static native int findNearest_0(long nativeObj, double pt_x, d... method findNearest_1 (line 367) | private static native int findNearest_1(long nativeObj, double pt_x, d... method getEdge_0 (line 370) | private static native int getEdge_0(long nativeObj, int edge, int next... method insert_0 (line 373) | private static native int insert_0(long nativeObj, double pt_x, double... method locate_0 (line 376) | private static native int locate_0(long nativeObj, double pt_x, double... method nextEdge_0 (line 379) | private static native int nextEdge_0(long nativeObj, int edge); method rotateEdge_0 (line 382) | private static native int rotateEdge_0(long nativeObj, int edge, int r... method symEdge_0 (line 385) | private static native int symEdge_0(long nativeObj, int edge); method getEdgeList_0 (line 388) | private static native void getEdgeList_0(long nativeObj, long edgeList... method getLeadingEdgeList_0 (line 391) | private static native void getLeadingEdgeList_0(long nativeObj, long l... method getTriangleList_0 (line 394) | private static native void getTriangleList_0(long nativeObj, long tria... method getVoronoiFacetList_0 (line 397) | private static native void getVoronoiFacetList_0(long nativeObj, long ... method initDelaunay_0 (line 400) | private static native void initDelaunay_0(long nativeObj, int rect_x, ... method insert_1 (line 403) | private static native void insert_1(long nativeObj, long ptvec_mat_nat... method delete (line 406) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/ml/ANN_MLP.java class ANN_MLP (line 15) | public class ANN_MLP extends StatModel { method ANN_MLP (line 17) | protected ANN_MLP(long addr) { super(addr); } method __fromPtr__ (line 20) | public static ANN_MLP __fromPtr__(long addr) { return new ANN_MLP(addr... method getLayerSizes (line 50) | public Mat getLayerSizes() method getWeights (line 64) | public Mat getWeights(int layerIdx) method create (line 78) | public static ANN_MLP create() method load (line 92) | public static ANN_MLP load(String filepath) method getTermCriteria (line 106) | public TermCriteria getTermCriteria() method getAnnealCoolingRatio (line 120) | public double getAnnealCoolingRatio() method getAnnealFinalT (line 134) | public double getAnnealFinalT() method getAnnealInitialT (line 148) | public double getAnnealInitialT() method getBackpropMomentumScale (line 162) | public double getBackpropMomentumScale() method getBackpropWeightScale (line 176) | public double getBackpropWeightScale() method getRpropDW0 (line 190) | public double getRpropDW0() method getRpropDWMax (line 204) | public double getRpropDWMax() method getRpropDWMin (line 218) | public double getRpropDWMin() method getRpropDWMinus (line 232) | public double getRpropDWMinus() method getRpropDWPlus (line 246) | public double getRpropDWPlus() method getAnnealItePerStep (line 260) | public int getAnnealItePerStep() method getTrainMethod (line 274) | public int getTrainMethod() method setActivationFunction (line 288) | public void setActivationFunction(int type, double param1, double par... method setActivationFunction (line 297) | public void setActivationFunction(int type, double param1) method setActivationFunction (line 306) | public void setActivationFunction(int type) method setAnnealCoolingRatio (line 320) | public void setAnnealCoolingRatio(double val) method setAnnealFinalT (line 334) | public void setAnnealFinalT(double val) method setAnnealInitialT (line 348) | public void setAnnealInitialT(double val) method setAnnealItePerStep (line 362) | public void setAnnealItePerStep(int val) method setBackpropMomentumScale (line 376) | public void setBackpropMomentumScale(double val) method setBackpropWeightScale (line 390) | public void setBackpropWeightScale(double val) method setLayerSizes (line 404) | public void setLayerSizes(Mat _layer_sizes) method setRpropDW0 (line 418) | public void setRpropDW0(double val) method setRpropDWMax (line 432) | public void setRpropDWMax(double val) method setRpropDWMin (line 446) | public void setRpropDWMin(double val) method setRpropDWMinus (line 460) | public void setRpropDWMinus(double val) method setRpropDWPlus (line 474) | public void setRpropDWPlus(double val) method setTermCriteria (line 488) | public void setTermCriteria(TermCriteria val) method setTrainMethod (line 502) | public void setTrainMethod(int method, double param1, double param2) method setTrainMethod (line 511) | public void setTrainMethod(int method, double param1) method setTrainMethod (line 520) | public void setTrainMethod(int method) method finalize (line 529) | @Override method getLayerSizes_0 (line 537) | private static native long getLayerSizes_0(long nativeObj); method getWeights_0 (line 540) | private static native long getWeights_0(long nativeObj, int layerIdx); method create_0 (line 543) | private static native long create_0(); method load_0 (line 546) | private static native long load_0(String filepath); method getTermCriteria_0 (line 549) | private static native double[] getTermCriteria_0(long nativeObj); method getAnnealCoolingRatio_0 (line 552) | private static native double getAnnealCoolingRatio_0(long nativeObj); method getAnnealFinalT_0 (line 555) | private static native double getAnnealFinalT_0(long nativeObj); method getAnnealInitialT_0 (line 558) | private static native double getAnnealInitialT_0(long nativeObj); method getBackpropMomentumScale_0 (line 561) | private static native double getBackpropMomentumScale_0(long nativeObj); method getBackpropWeightScale_0 (line 564) | private static native double getBackpropWeightScale_0(long nativeObj); method getRpropDW0_0 (line 567) | private static native double getRpropDW0_0(long nativeObj); method getRpropDWMax_0 (line 570) | private static native double getRpropDWMax_0(long nativeObj); method getRpropDWMin_0 (line 573) | private static native double getRpropDWMin_0(long nativeObj); method getRpropDWMinus_0 (line 576) | private static native double getRpropDWMinus_0(long nativeObj); method getRpropDWPlus_0 (line 579) | private static native double getRpropDWPlus_0(long nativeObj); method getAnnealItePerStep_0 (line 582) | private static native int getAnnealItePerStep_0(long nativeObj); method getTrainMethod_0 (line 585) | private static native int getTrainMethod_0(long nativeObj); method setActivationFunction_0 (line 588) | private static native void setActivationFunction_0(long nativeObj, int... method setActivationFunction_1 (line 589) | private static native void setActivationFunction_1(long nativeObj, int... method setActivationFunction_2 (line 590) | private static native void setActivationFunction_2(long nativeObj, int... method setAnnealCoolingRatio_0 (line 593) | private static native void setAnnealCoolingRatio_0(long nativeObj, dou... method setAnnealFinalT_0 (line 596) | private static native void setAnnealFinalT_0(long nativeObj, double val); method setAnnealInitialT_0 (line 599) | private static native void setAnnealInitialT_0(long nativeObj, double ... method setAnnealItePerStep_0 (line 602) | private static native void setAnnealItePerStep_0(long nativeObj, int v... method setBackpropMomentumScale_0 (line 605) | private static native void setBackpropMomentumScale_0(long nativeObj, ... method setBackpropWeightScale_0 (line 608) | private static native void setBackpropWeightScale_0(long nativeObj, do... method setLayerSizes_0 (line 611) | private static native void setLayerSizes_0(long nativeObj, long _layer... method setRpropDW0_0 (line 614) | private static native void setRpropDW0_0(long nativeObj, double val); method setRpropDWMax_0 (line 617) | private static native void setRpropDWMax_0(long nativeObj, double val); method setRpropDWMin_0 (line 620) | private static native void setRpropDWMin_0(long nativeObj, double val); method setRpropDWMinus_0 (line 623) | private static native void setRpropDWMinus_0(long nativeObj, double val); method setRpropDWPlus_0 (line 626) | private static native void setRpropDWPlus_0(long nativeObj, double val); method setTermCriteria_0 (line 629) | private static native void setTermCriteria_0(long nativeObj, int val_t... method setTrainMethod_0 (line 632) | private static native void setTrainMethod_0(long nativeObj, int method... method setTrainMethod_1 (line 633) | private static native void setTrainMethod_1(long nativeObj, int method... method setTrainMethod_2 (line 634) | private static native void setTrainMethod_2(long nativeObj, int method); method delete (line 637) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/ml/ANN_MLP_ANNEAL.java class ANN_MLP_ANNEAL (line 11) | public class ANN_MLP_ANNEAL extends ANN_MLP { method ANN_MLP_ANNEAL (line 13) | protected ANN_MLP_ANNEAL(long addr) { super(addr); } method __fromPtr__ (line 16) | public static ANN_MLP_ANNEAL __fromPtr__(long addr) { return new ANN_M... method getAnnealCoolingRatio (line 23) | public double getAnnealCoolingRatio() method getAnnealFinalT (line 37) | public double getAnnealFinalT() method getAnnealInitialT (line 51) | public double getAnnealInitialT() method getAnnealItePerStep (line 65) | public int getAnnealItePerStep() method setAnnealCoolingRatio (line 79) | public void setAnnealCoolingRatio(double val) method setAnnealFinalT (line 93) | public void setAnnealFinalT(double val) method setAnnealInitialT (line 107) | public void setAnnealInitialT(double val) method setAnnealItePerStep (line 121) | public void setAnnealItePerStep(int val) method finalize (line 130) | @Override method getAnnealCoolingRatio_0 (line 138) | private static native double getAnnealCoolingRatio_0(long nativeObj); method getAnnealFinalT_0 (line 141) | private static native double getAnnealFinalT_0(long nativeObj); method getAnnealInitialT_0 (line 144) | private static native double getAnnealInitialT_0(long nativeObj); method getAnnealItePerStep_0 (line 147) | private static native int getAnnealItePerStep_0(long nativeObj); method setAnnealCoolingRatio_0 (line 150) | private static native void setAnnealCoolingRatio_0(long nativeObj, dou... method setAnnealFinalT_0 (line 153) | private static native void setAnnealFinalT_0(long nativeObj, double val); method setAnnealInitialT_0 (line 156) | private static native void setAnnealInitialT_0(long nativeObj, double ... method setAnnealItePerStep_0 (line 159) | private static native void setAnnealItePerStep_0(long nativeObj, int v... method delete (line 162) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/ml/Boost.java class Boost (line 13) | public class Boost extends DTrees { method Boost (line 15) | protected Boost(long addr) { super(addr); } method __fromPtr__ (line 18) | public static Boost __fromPtr__(long addr) { return new Boost(addr); } method create (line 33) | public static Boost create() method load (line 47) | public static Boost load(String filepath, String nodeName) method load (line 56) | public static Boost load(String filepath) method getWeightTrimRate (line 70) | public double getWeightTrimRate() method getBoostType (line 84) | public int getBoostType() method getWeakCount (line 98) | public int getWeakCount() method setBoostType (line 112) | public void setBoostType(int val) method setWeakCount (line 126) | public void setWeakCount(int val) method setWeightTrimRate (line 140) | public void setWeightTrimRate(double val) method finalize (line 149) | @Override method create_0 (line 157) | private static native long create_0(); method load_0 (line 160) | private static native long load_0(String filepath, String nodeName); method load_1 (line 161) | private static native long load_1(String filepath); method getWeightTrimRate_0 (line 164) | private static native double getWeightTrimRate_0(long nativeObj); method getBoostType_0 (line 167) | private static native int getBoostType_0(long nativeObj); method getWeakCount_0 (line 170) | private static native int getWeakCount_0(long nativeObj); method setBoostType_0 (line 173) | private static native void setBoostType_0(long nativeObj, int val); method setWeakCount_0 (line 176) | private static native void setWeakCount_0(long nativeObj, int val); method setWeightTrimRate_0 (line 179) | private static native void setWeightTrimRate_0(long nativeObj, double ... method delete (line 182) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/ml/DTrees.java class DTrees (line 14) | public class DTrees extends StatModel { method DTrees (line 16) | protected DTrees(long addr) { super(addr); } method __fromPtr__ (line 19) | public static DTrees __fromPtr__(long addr) { return new DTrees(addr); } method getPriors (line 34) | public Mat getPriors() method create (line 48) | public static DTrees create() method load (line 62) | public static DTrees load(String filepath, String nodeName) method load (line 71) | public static DTrees load(String filepath) method getTruncatePrunedTree (line 85) | public boolean getTruncatePrunedTree() method getUse1SERule (line 99) | public boolean getUse1SERule() method getUseSurrogates (line 113) | public boolean getUseSurrogates() method getRegressionAccuracy (line 127) | public float getRegressionAccuracy() method getCVFolds (line 141) | public int getCVFolds() method getMaxCategories (line 155) | public int getMaxCategories() method getMaxDepth (line 169) | public int getMaxDepth() method getMinSampleCount (line 183) | public int getMinSampleCount() method setCVFolds (line 197) | public void setCVFolds(int val) method setMaxCategories (line 211) | public void setMaxCategories(int val) method setMaxDepth (line 225) | public void setMaxDepth(int val) method setMinSampleCount (line 239) | public void setMinSampleCount(int val) method setPriors (line 253) | public void setPriors(Mat val) method setRegressionAccuracy (line 267) | public void setRegressionAccuracy(float val) method setTruncatePrunedTree (line 281) | public void setTruncatePrunedTree(boolean val) method setUse1SERule (line 295) | public void setUse1SERule(boolean val) method setUseSurrogates (line 309) | public void setUseSurrogates(boolean val) method finalize (line 318) | @Override method getPriors_0 (line 326) | private static native long getPriors_0(long nativeObj); method create_0 (line 329) | private static native long create_0(); method load_0 (line 332) | private static native long load_0(String filepath, String nodeName); method load_1 (line 333) | private static native long load_1(String filepath); method getTruncatePrunedTree_0 (line 336) | private static native boolean getTruncatePrunedTree_0(long nativeObj); method getUse1SERule_0 (line 339) | private static native boolean getUse1SERule_0(long nativeObj); method getUseSurrogates_0 (line 342) | private static native boolean getUseSurrogates_0(long nativeObj); method getRegressionAccuracy_0 (line 345) | private static native float getRegressionAccuracy_0(long nativeObj); method getCVFolds_0 (line 348) | private static native int getCVFolds_0(long nativeObj); method getMaxCategories_0 (line 351) | private static native int getMaxCategories_0(long nativeObj); method getMaxDepth_0 (line 354) | private static native int getMaxDepth_0(long nativeObj); method getMinSampleCount_0 (line 357) | private static native int getMinSampleCount_0(long nativeObj); method setCVFolds_0 (line 360) | private static native void setCVFolds_0(long nativeObj, int val); method setMaxCategories_0 (line 363) | private static native void setMaxCategories_0(long nativeObj, int val); method setMaxDepth_0 (line 366) | private static native void setMaxDepth_0(long nativeObj, int val); method setMinSampleCount_0 (line 369) | private static native void setMinSampleCount_0(long nativeObj, int val); method setPriors_0 (line 372) | private static native void setPriors_0(long nativeObj, long val_native... method setRegressionAccuracy_0 (line 375) | private static native void setRegressionAccuracy_0(long nativeObj, flo... method setTruncatePrunedTree_0 (line 378) | private static native void setTruncatePrunedTree_0(long nativeObj, boo... method setUse1SERule_0 (line 381) | private static native void setUse1SERule_0(long nativeObj, boolean val); method setUseSurrogates_0 (line 384) | private static native void setUseSurrogates_0(long nativeObj, boolean ... method delete (line 387) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/ml/EM.java class EM (line 18) | public class EM extends StatModel { method EM (line 20) | protected EM(long addr) { super(addr); } method __fromPtr__ (line 23) | public static EM __fromPtr__(long addr) { return new EM(addr); } method getMeans (line 47) | public Mat getMeans() method getWeights (line 61) | public Mat getWeights() method create (line 75) | public static EM create() method load (line 89) | public static EM load(String filepath, String nodeName) method load (line 98) | public static EM load(String filepath) method getTermCriteria (line 112) | public TermCriteria getTermCriteria() method predict2 (line 126) | public double[] predict2(Mat sample, Mat probs) method trainE (line 140) | public boolean trainE(Mat samples, Mat means0, Mat covs0, Mat weights... method trainE (line 149) | public boolean trainE(Mat samples, Mat means0, Mat covs0, Mat weights... method trainE (line 158) | public boolean trainE(Mat samples, Mat means0, Mat covs0, Mat weights... method trainE (line 167) | public boolean trainE(Mat samples, Mat means0, Mat covs0, Mat weights0) method trainE (line 176) | public boolean trainE(Mat samples, Mat means0, Mat covs0) method trainE (line 185) | public boolean trainE(Mat samples, Mat means0) method trainEM (line 199) | public boolean trainEM(Mat samples, Mat logLikelihoods, Mat labels, M... method trainEM (line 208) | public boolean trainEM(Mat samples, Mat logLikelihoods, Mat labels) method trainEM (line 217) | public boolean trainEM(Mat samples, Mat logLikelihoods) method trainEM (line 226) | public boolean trainEM(Mat samples) method trainM (line 240) | public boolean trainM(Mat samples, Mat probs0, Mat logLikelihoods, Ma... method trainM (line 249) | public boolean trainM(Mat samples, Mat probs0, Mat logLikelihoods, Ma... method trainM (line 258) | public boolean trainM(Mat samples, Mat probs0, Mat logLikelihoods) method trainM (line 267) | public boolean trainM(Mat samples, Mat probs0) method predict (line 281) | public float predict(Mat samples, Mat results, int flags) method predict (line 290) | public float predict(Mat samples, Mat results) method predict (line 299) | public float predict(Mat samples) method getClustersNumber (line 313) | public int getClustersNumber() method getCovarianceMatrixType (line 327) | public int getCovarianceMatrixType() method getCovs (line 341) | public void getCovs(List covs) method setClustersNumber (line 356) | public void setClustersNumber(int val) method setCovarianceMatrixType (line 370) | public void setCovarianceMatrixType(int val) method setTermCriteria (line 384) | public void setTermCriteria(TermCriteria val) method finalize (line 393) | @Override method getMeans_0 (line 401) | private static native long getMeans_0(long nativeObj); method getWeights_0 (line 404) | private static native long getWeights_0(long nativeObj); method create_0 (line 407) | private static native long create_0(); method load_0 (line 410) | private static native long load_0(String filepath, String nodeName); method load_1 (line 411) | private static native long load_1(String filepath); method getTermCriteria_0 (line 414) | private static native double[] getTermCriteria_0(long nativeObj); method predict2_0 (line 417) | private static native double[] predict2_0(long nativeObj, long sample_... method trainE_0 (line 420) | private static native boolean trainE_0(long nativeObj, long samples_na... method trainE_1 (line 421) | private static native boolean trainE_1(long nativeObj, long samples_na... method trainE_2 (line 422) | private static native boolean trainE_2(long nativeObj, long samples_na... method trainE_3 (line 423) | private static native boolean trainE_3(long nativeObj, long samples_na... method trainE_4 (line 424) | private static native boolean trainE_4(long nativeObj, long samples_na... method trainE_5 (line 425) | private static native boolean trainE_5(long nativeObj, long samples_na... method trainEM_0 (line 428) | private static native boolean trainEM_0(long nativeObj, long samples_n... method trainEM_1 (line 429) | private static native boolean trainEM_1(long nativeObj, long samples_n... method trainEM_2 (line 430) | private static native boolean trainEM_2(long nativeObj, long samples_n... method trainEM_3 (line 431) | private static native boolean trainEM_3(long nativeObj, long samples_n... method trainM_0 (line 434) | private static native boolean trainM_0(long nativeObj, long samples_na... method trainM_1 (line 435) | private static native boolean trainM_1(long nativeObj, long samples_na... method trainM_2 (line 436) | private static native boolean trainM_2(long nativeObj, long samples_na... method trainM_3 (line 437) | private static native boolean trainM_3(long nativeObj, long samples_na... method predict_0 (line 440) | private static native float predict_0(long nativeObj, long samples_nat... method predict_1 (line 441) | private static native float predict_1(long nativeObj, long samples_nat... method predict_2 (line 442) | private static native float predict_2(long nativeObj, long samples_nat... method getClustersNumber_0 (line 445) | private static native int getClustersNumber_0(long nativeObj); method getCovarianceMatrixType_0 (line 448) | private static native int getCovarianceMatrixType_0(long nativeObj); method getCovs_0 (line 451) | private static native void getCovs_0(long nativeObj, long covs_mat_nat... method setClustersNumber_0 (line 454) | private static native void setClustersNumber_0(long nativeObj, int val); method setCovarianceMatrixType_0 (line 457) | private static native void setCovarianceMatrixType_0(long nativeObj, i... method setTermCriteria_0 (line 460) | private static native void setTermCriteria_0(long nativeObj, int val_t... method delete (line 463) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/ml/KNearest.java class KNearest (line 13) | public class KNearest extends StatModel { method KNearest (line 15) | protected KNearest(long addr) { super(addr); } method __fromPtr__ (line 18) | public static KNearest __fromPtr__(long addr) { return new KNearest(ad... method create (line 31) | public static KNearest create() method getIsClassifier (line 45) | public boolean getIsClassifier() method findNearest (line 59) | public float findNearest(Mat samples, int k, Mat results, Mat neighbo... method findNearest (line 68) | public float findNearest(Mat samples, int k, Mat results, Mat neighbo... method findNearest (line 77) | public float findNearest(Mat samples, int k, Mat results) method getAlgorithmType (line 91) | public int getAlgorithmType() method getDefaultK (line 105) | public int getDefaultK() method getEmax (line 119) | public int getEmax() method setAlgorithmType (line 133) | public void setAlgorithmType(int val) method setDefaultK (line 147) | public void setDefaultK(int val) method setEmax (line 161) | public void setEmax(int val) method setIsClassifier (line 175) | public void setIsClassifier(boolean val) method finalize (line 184) | @Override method create_0 (line 192) | private static native long create_0(); method getIsClassifier_0 (line 195) | private static native boolean getIsClassifier_0(long nativeObj); method findNearest_0 (line 198) | private static native float findNearest_0(long nativeObj, long samples... method findNearest_1 (line 199) | private static native float findNearest_1(long nativeObj, long samples... method findNearest_2 (line 200) | private static native float findNearest_2(long nativeObj, long samples... method getAlgorithmType_0 (line 203) | private static native int getAlgorithmType_0(long nativeObj); method getDefaultK_0 (line 206) | private static native int getDefaultK_0(long nativeObj); method getEmax_0 (line 209) | private static native int getEmax_0(long nativeObj); method setAlgorithmType_0 (line 212) | private static native void setAlgorithmType_0(long nativeObj, int val); method setDefaultK_0 (line 215) | private static native void setDefaultK_0(long nativeObj, int val); method setEmax_0 (line 218) | private static native void setEmax_0(long nativeObj, int val); method setIsClassifier_0 (line 221) | private static native void setIsClassifier_0(long nativeObj, boolean v... method delete (line 224) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/ml/LogisticRegression.java class LogisticRegression (line 15) | public class LogisticRegression extends StatModel { method LogisticRegression (line 17) | protected LogisticRegression(long addr) { super(addr); } method __fromPtr__ (line 20) | public static LogisticRegression __fromPtr__(long addr) { return new L... method get_learnt_thetas (line 40) | public Mat get_learnt_thetas() method create (line 54) | public static LogisticRegression create() method load (line 68) | public static LogisticRegression load(String filepath, String nodeName) method load (line 77) | public static LogisticRegression load(String filepath) method getTermCriteria (line 91) | public TermCriteria getTermCriteria() method getLearningRate (line 105) | public double getLearningRate() method predict (line 119) | public float predict(Mat samples, Mat results, int flags) method predict (line 128) | public float predict(Mat samples, Mat results) method predict (line 137) | public float predict(Mat samples) method getIterations (line 151) | public int getIterations() method getMiniBatchSize (line 165) | public int getMiniBatchSize() method getRegularization (line 179) | public int getRegularization() method getTrainMethod (line 193) | public int getTrainMethod() method setIterations (line 207) | public void setIterations(int val) method setLearningRate (line 221) | public void setLearningRate(double val) method setMiniBatchSize (line 235) | public void setMiniBatchSize(int val) method setRegularization (line 249) | public void setRegularization(int val) method setTermCriteria (line 263) | public void setTermCriteria(TermCriteria val) method setTrainMethod (line 277) | public void setTrainMethod(int val) method finalize (line 286) | @Override method get_learnt_thetas_0 (line 294) | private static native long get_learnt_thetas_0(long nativeObj); method create_0 (line 297) | private static native long create_0(); method load_0 (line 300) | private static native long load_0(String filepath, String nodeName); method load_1 (line 301) | private static native long load_1(String filepath); method getTermCriteria_0 (line 304) | private static native double[] getTermCriteria_0(long nativeObj); method getLearningRate_0 (line 307) | private static native double getLearningRate_0(long nativeObj); method predict_0 (line 310) | private static native float predict_0(long nativeObj, long samples_nat... method predict_1 (line 311) | private static native float predict_1(long nativeObj, long samples_nat... method predict_2 (line 312) | private static native float predict_2(long nativeObj, long samples_nat... method getIterations_0 (line 315) | private static native int getIterations_0(long nativeObj); method getMiniBatchSize_0 (line 318) | private static native int getMiniBatchSize_0(long nativeObj); method getRegularization_0 (line 321) | private static native int getRegularization_0(long nativeObj); method getTrainMethod_0 (line 324) | private static native int getTrainMethod_0(long nativeObj); method setIterations_0 (line 327) | private static native void setIterations_0(long nativeObj, int val); method setLearningRate_0 (line 330) | private static native void setLearningRate_0(long nativeObj, double val); method setMiniBatchSize_0 (line 333) | private static native void setMiniBatchSize_0(long nativeObj, int val); method setRegularization_0 (line 336) | private static native void setRegularization_0(long nativeObj, int val); method setTermCriteria_0 (line 339) | private static native void setTermCriteria_0(long nativeObj, int val_t... method setTrainMethod_0 (line 342) | private static native void setTrainMethod_0(long nativeObj, int val); method delete (line 345) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/ml/Ml.java class Ml (line 11) | public class Ml { FILE: openCV/src/main/java/org/opencv/ml/NormalBayesClassifier.java class NormalBayesClassifier (line 14) | public class NormalBayesClassifier extends StatModel { method NormalBayesClassifier (line 16) | protected NormalBayesClassifier(long addr) { super(addr); } method __fromPtr__ (line 19) | public static NormalBayesClassifier __fromPtr__(long addr) { return ne... method create (line 26) | public static NormalBayesClassifier create() method load (line 40) | public static NormalBayesClassifier load(String filepath, String nodeN... method load (line 49) | public static NormalBayesClassifier load(String filepath) method predictProb (line 63) | public float predictProb(Mat inputs, Mat outputs, Mat outputProbs, in... method predictProb (line 72) | public float predictProb(Mat inputs, Mat outputs, Mat outputProbs) method finalize (line 81) | @Override method create_0 (line 89) | private static native long create_0(); method load_0 (line 92) | private static native long load_0(String filepath, String nodeName); method load_1 (line 93) | private static native long load_1(String filepath); method predictProb_0 (line 96) | private static native float predictProb_0(long nativeObj, long inputs_... method predictProb_1 (line 97) | private static native float predictProb_1(long nativeObj, long inputs_... method delete (line 100) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/ml/ParamGrid.java class ParamGrid (line 11) | public class ParamGrid { method ParamGrid (line 14) | protected ParamGrid(long addr) { nativeObj = addr; } method getNativeObjAddr (line 16) | public long getNativeObjAddr() { return nativeObj; } method __fromPtr__ (line 19) | public static ParamGrid __fromPtr__(long addr) { return new ParamGrid(... method create (line 26) | public static ParamGrid create(double minVal, double maxVal, double lo... method create (line 35) | public static ParamGrid create(double minVal, double maxVal) method create (line 44) | public static ParamGrid create(double minVal) method create (line 53) | public static ParamGrid create() method get_minVal (line 67) | public double get_minVal() method set_minVal (line 81) | public void set_minVal(double minVal) method get_maxVal (line 95) | public double get_maxVal() method set_maxVal (line 109) | public void set_maxVal(double maxVal) method get_logStep (line 123) | public double get_logStep() method set_logStep (line 137) | public void set_logStep(double logStep) method finalize (line 146) | @Override method create_0 (line 154) | private static native long create_0(double minVal, double maxVal, doub... method create_1 (line 155) | private static native long create_1(double minVal, double maxVal); method create_2 (line 156) | private static native long create_2(double minVal); method create_3 (line 157) | private static native long create_3(); method get_minVal_0 (line 160) | private static native double get_minVal_0(long nativeObj); method set_minVal_0 (line 163) | private static native void set_minVal_0(long nativeObj, double minVal); method get_maxVal_0 (line 166) | private static native double get_maxVal_0(long nativeObj); method set_maxVal_0 (line 169) | private static native void set_maxVal_0(long nativeObj, double maxVal); method get_logStep_0 (line 172) | private static native double get_logStep_0(long nativeObj); method set_logStep_0 (line 175) | private static native void set_logStep_0(long nativeObj, double logStep); method delete (line 178) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/ml/RTrees.java class RTrees (line 15) | public class RTrees extends DTrees { method RTrees (line 17) | protected RTrees(long addr) { super(addr); } method __fromPtr__ (line 20) | public static RTrees __fromPtr__(long addr) { return new RTrees(addr); } method getVarImportance (line 27) | public Mat getVarImportance() method create (line 41) | public static RTrees create() method load (line 55) | public static RTrees load(String filepath, String nodeName) method load (line 64) | public static RTrees load(String filepath) method getTermCriteria (line 78) | public TermCriteria getTermCriteria() method getCalculateVarImportance (line 92) | public boolean getCalculateVarImportance() method getActiveVarCount (line 106) | public int getActiveVarCount() method getVotes (line 120) | public void getVotes(Mat samples, Mat results, int flags) method setActiveVarCount (line 134) | public void setActiveVarCount(int val) method setCalculateVarImportance (line 148) | public void setCalculateVarImportance(boolean val) method setTermCriteria (line 162) | public void setTermCriteria(TermCriteria val) method finalize (line 171) | @Override method getVarImportance_0 (line 179) | private static native long getVarImportance_0(long nativeObj); method create_0 (line 182) | private static native long create_0(); method load_0 (line 185) | private static native long load_0(String filepath, String nodeName); method load_1 (line 186) | private static native long load_1(String filepath); method getTermCriteria_0 (line 189) | private static native double[] getTermCriteria_0(long nativeObj); method getCalculateVarImportance_0 (line 192) | private static native boolean getCalculateVarImportance_0(long nativeO... method getActiveVarCount_0 (line 195) | private static native int getActiveVarCount_0(long nativeObj); method getVotes_0 (line 198) | private static native void getVotes_0(long nativeObj, long samples_nat... method setActiveVarCount_0 (line 201) | private static native void setActiveVarCount_0(long nativeObj, int val); method setCalculateVarImportance_0 (line 204) | private static native void setCalculateVarImportance_0(long nativeObj,... method setTermCriteria_0 (line 207) | private static native void setTermCriteria_0(long nativeObj, int val_t... method delete (line 210) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/ml/SVM.java class SVM (line 16) | public class SVM extends StatModel { method SVM (line 18) | protected SVM(long addr) { super(addr); } method __fromPtr__ (line 21) | public static SVM __fromPtr__(long addr) { return new SVM(addr); } method getClassWeights (line 58) | public Mat getClassWeights() method getSupportVectors (line 72) | public Mat getSupportVectors() method getUncompressedSupportVectors (line 86) | public Mat getUncompressedSupportVectors() method getDefaultGridPtr (line 100) | public static ParamGrid getDefaultGridPtr(int param_id) method create (line 114) | public static SVM create() method load (line 128) | public static SVM load(String filepath) method getTermCriteria (line 142) | public TermCriteria getTermCriteria() method trainAuto (line 156) | public boolean trainAuto(Mat samples, int layout, Mat responses, int ... method trainAuto (line 165) | public boolean trainAuto(Mat samples, int layout, Mat responses, int ... method trainAuto (line 174) | public boolean trainAuto(Mat samples, int layout, Mat responses, int ... method trainAuto (line 183) | public boolean trainAuto(Mat samples, int layout, Mat responses, int ... method trainAuto (line 192) | public boolean trainAuto(Mat samples, int layout, Mat responses, int ... method trainAuto (line 201) | public boolean trainAuto(Mat samples, int layout, Mat responses, int ... method trainAuto (line 210) | public boolean trainAuto(Mat samples, int layout, Mat responses, int ... method trainAuto (line 219) | public boolean trainAuto(Mat samples, int layout, Mat responses, int ... method trainAuto (line 228) | public boolean trainAuto(Mat samples, int layout, Mat responses) method getC (line 242) | public double getC() method getCoef0 (line 256) | public double getCoef0() method getDecisionFunction (line 270) | public double getDecisionFunction(int i, Mat alpha, Mat svidx) method getDegree (line 284) | public double getDegree() method getGamma (line 298) | public double getGamma() method getNu (line 312) | public double getNu() method getP (line 326) | public double getP() method getKernelType (line 340) | public int getKernelType() method getType (line 354) | public int getType() method setC (line 368) | public void setC(double val) method setClassWeights (line 382) | public void setClassWeights(Mat val) method setCoef0 (line 396) | public void setCoef0(double val) method setDegree (line 410) | public void setDegree(double val) method setGamma (line 424) | public void setGamma(double val) method setKernel (line 438) | public void setKernel(int kernelType) method setNu (line 452) | public void setNu(double val) method setP (line 466) | public void setP(double val) method setTermCriteria (line 480) | public void setTermCriteria(TermCriteria val) method setType (line 494) | public void setType(int val) method finalize (line 503) | @Override method getClassWeights_0 (line 511) | private static native long getClassWeights_0(long nativeObj); method getSupportVectors_0 (line 514) | private static native long getSupportVectors_0(long nativeObj); method getUncompressedSupportVectors_0 (line 517) | private static native long getUncompressedSupportVectors_0(long native... method getDefaultGridPtr_0 (line 520) | private static native long getDefaultGridPtr_0(int param_id); method create_0 (line 523) | private static native long create_0(); method load_0 (line 526) | private static native long load_0(String filepath); method getTermCriteria_0 (line 529) | private static native double[] getTermCriteria_0(long nativeObj); method trainAuto_0 (line 532) | private static native boolean trainAuto_0(long nativeObj, long samples... method trainAuto_1 (line 533) | private static native boolean trainAuto_1(long nativeObj, long samples... method trainAuto_2 (line 534) | private static native boolean trainAuto_2(long nativeObj, long samples... method trainAuto_3 (line 535) | private static native boolean trainAuto_3(long nativeObj, long samples... method trainAuto_4 (line 536) | private static native boolean trainAuto_4(long nativeObj, long samples... method trainAuto_5 (line 537) | private static native boolean trainAuto_5(long nativeObj, long samples... method trainAuto_6 (line 538) | private static native boolean trainAuto_6(long nativeObj, long samples... method trainAuto_7 (line 539) | private static native boolean trainAuto_7(long nativeObj, long samples... method trainAuto_8 (line 540) | private static native boolean trainAuto_8(long nativeObj, long samples... method getC_0 (line 543) | private static native double getC_0(long nativeObj); method getCoef0_0 (line 546) | private static native double getCoef0_0(long nativeObj); method getDecisionFunction_0 (line 549) | private static native double getDecisionFunction_0(long nativeObj, int... method getDegree_0 (line 552) | private static native double getDegree_0(long nativeObj); method getGamma_0 (line 555) | private static native double getGamma_0(long nativeObj); method getNu_0 (line 558) | private static native double getNu_0(long nativeObj); method getP_0 (line 561) | private static native double getP_0(long nativeObj); method getKernelType_0 (line 564) | private static native int getKernelType_0(long nativeObj); method getType_0 (line 567) | private static native int getType_0(long nativeObj); method setC_0 (line 570) | private static native void setC_0(long nativeObj, double val); method setClassWeights_0 (line 573) | private static native void setClassWeights_0(long nativeObj, long val_... method setCoef0_0 (line 576) | private static native void setCoef0_0(long nativeObj, double val); method setDegree_0 (line 579) | private static native void setDegree_0(long nativeObj, double val); method setGamma_0 (line 582) | private static native void setGamma_0(long nativeObj, double val); method setKernel_0 (line 585) | private static native void setKernel_0(long nativeObj, int kernelType); method setNu_0 (line 588) | private static native void setNu_0(long nativeObj, double val); method setP_0 (line 591) | private static native void setP_0(long nativeObj, double val); method setTermCriteria_0 (line 594) | private static native void setTermCriteria_0(long nativeObj, int val_t... method setType_0 (line 597) | private static native void setType_0(long nativeObj, int val); method delete (line 600) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/ml/SVMSGD.java class SVMSGD (line 15) | public class SVMSGD extends StatModel { method SVMSGD (line 17) | protected SVMSGD(long addr) { super(addr); } method __fromPtr__ (line 20) | public static SVMSGD __fromPtr__(long addr) { return new SVMSGD(addr); } method getWeights (line 39) | public Mat getWeights() method create (line 53) | public static SVMSGD create() method load (line 67) | public static SVMSGD load(String filepath, String nodeName) method load (line 76) | public static SVMSGD load(String filepath) method getTermCriteria (line 90) | public TermCriteria getTermCriteria() method getInitialStepSize (line 104) | public float getInitialStepSize() method getMarginRegularization (line 118) | public float getMarginRegularization() method getShift (line 132) | public float getShift() method getStepDecreasingPower (line 146) | public float getStepDecreasingPower() method getMarginType (line 160) | public int getMarginType() method getSvmsgdType (line 174) | public int getSvmsgdType() method setInitialStepSize (line 188) | public void setInitialStepSize(float InitialStepSize) method setMarginRegularization (line 202) | public void setMarginRegularization(float marginRegularization) method setMarginType (line 216) | public void setMarginType(int marginType) method setOptimalParameters (line 230) | public void setOptimalParameters(int svmsgdType, int marginType) method setOptimalParameters (line 239) | public void setOptimalParameters(int svmsgdType) method setOptimalParameters (line 248) | public void setOptimalParameters() method setStepDecreasingPower (line 262) | public void setStepDecreasingPower(float stepDecreasingPower) method setSvmsgdType (line 276) | public void setSvmsgdType(int svmsgdType) method setTermCriteria (line 290) | public void setTermCriteria(TermCriteria val) method finalize (line 299) | @Override method getWeights_0 (line 307) | private static native long getWeights_0(long nativeObj); method create_0 (line 310) | private static native long create_0(); method load_0 (line 313) | private static native long load_0(String filepath, String nodeName); method load_1 (line 314) | private static native long load_1(String filepath); method getTermCriteria_0 (line 317) | private static native double[] getTermCriteria_0(long nativeObj); method getInitialStepSize_0 (line 320) | private static native float getInitialStepSize_0(long nativeObj); method getMarginRegularization_0 (line 323) | private static native float getMarginRegularization_0(long nativeObj); method getShift_0 (line 326) | private static native float getShift_0(long nativeObj); method getStepDecreasingPower_0 (line 329) | private static native float getStepDecreasingPower_0(long nativeObj); method getMarginType_0 (line 332) | private static native int getMarginType_0(long nativeObj); method getSvmsgdType_0 (line 335) | private static native int getSvmsgdType_0(long nativeObj); method setInitialStepSize_0 (line 338) | private static native void setInitialStepSize_0(long nativeObj, float ... method setMarginRegularization_0 (line 341) | private static native void setMarginRegularization_0(long nativeObj, f... method setMarginType_0 (line 344) | private static native void setMarginType_0(long nativeObj, int marginT... method setOptimalParameters_0 (line 347) | private static native void setOptimalParameters_0(long nativeObj, int ... method setOptimalParameters_1 (line 348) | private static native void setOptimalParameters_1(long nativeObj, int ... method setOptimalParameters_2 (line 349) | private static native void setOptimalParameters_2(long nativeObj); method setStepDecreasingPower_0 (line 352) | private static native void setStepDecreasingPower_0(long nativeObj, fl... method setSvmsgdType_0 (line 355) | private static native void setSvmsgdType_0(long nativeObj, int svmsgdT... method setTermCriteria_0 (line 358) | private static native void setTermCriteria_0(long nativeObj, int val_t... method delete (line 361) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/ml/StatModel.java class StatModel (line 13) | public class StatModel extends Algorithm { method StatModel (line 15) | protected StatModel(long addr) { super(addr); } method __fromPtr__ (line 18) | public static StatModel __fromPtr__(long addr) { return new StatModel(... method empty (line 33) | public boolean empty() method isClassifier (line 47) | public boolean isClassifier() method isTrained (line 61) | public boolean isTrained() method train (line 75) | public boolean train(Mat samples, int layout, Mat responses) method train (line 89) | public boolean train(TrainData trainData, int flags) method train (line 98) | public boolean train(TrainData trainData) method calcError (line 112) | public float calcError(TrainData data, boolean test, Mat resp) method predict (line 126) | public float predict(Mat samples, Mat results, int flags) method predict (line 135) | public float predict(Mat samples, Mat results) method predict (line 144) | public float predict(Mat samples) method getVarCount (line 158) | public int getVarCount() method finalize (line 167) | @Override method empty_0 (line 175) | private static native boolean empty_0(long nativeObj); method isClassifier_0 (line 178) | private static native boolean isClassifier_0(long nativeObj); method isTrained_0 (line 181) | private static native boolean isTrained_0(long nativeObj); method train_0 (line 184) | private static native boolean train_0(long nativeObj, long samples_nat... method train_1 (line 187) | private static native boolean train_1(long nativeObj, long trainData_n... method train_2 (line 188) | private static native boolean train_2(long nativeObj, long trainData_n... method calcError_0 (line 191) | private static native float calcError_0(long nativeObj, long data_nati... method predict_0 (line 194) | private static native float predict_0(long nativeObj, long samples_nat... method predict_1 (line 195) | private static native float predict_1(long nativeObj, long samples_nat... method predict_2 (line 196) | private static native float predict_2(long nativeObj, long samples_nat... method getVarCount_0 (line 199) | private static native int getVarCount_0(long nativeObj); method delete (line 202) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/ml/TrainData.java class TrainData (line 16) | public class TrainData { method TrainData (line 19) | protected TrainData(long addr) { nativeObj = addr; } method getNativeObjAddr (line 21) | public long getNativeObjAddr() { return nativeObj; } method __fromPtr__ (line 24) | public static TrainData __fromPtr__(long addr) { return new TrainData(... method getCatMap (line 31) | public Mat getCatMap() method getCatOfs (line 45) | public Mat getCatOfs() method getClassLabels (line 59) | public Mat getClassLabels() method getDefaultSubstValues (line 73) | public Mat getDefaultSubstValues() method getMissing (line 87) | public Mat getMissing() method getNormCatResponses (line 101) | public Mat getNormCatResponses() method getResponses (line 115) | public Mat getResponses() method getSampleWeights (line 129) | public Mat getSampleWeights() method getSamples (line 143) | public Mat getSamples() method getSubMatrix (line 157) | public static Mat getSubMatrix(Mat matrix, Mat idx, int layout) method getSubVector (line 171) | public static Mat getSubVector(Mat vec, Mat idx) method getTestNormCatResponses (line 185) | public Mat getTestNormCatResponses() method getTestResponses (line 199) | public Mat getTestResponses() method getTestSampleIdx (line 213) | public Mat getTestSampleIdx() method getTestSampleWeights (line 227) | public Mat getTestSampleWeights() method getTestSamples (line 241) | public Mat getTestSamples() method getTrainNormCatResponses (line 255) | public Mat getTrainNormCatResponses() method getTrainResponses (line 269) | public Mat getTrainResponses() method getTrainSampleIdx (line 283) | public Mat getTrainSampleIdx() method getTrainSampleWeights (line 297) | public Mat getTrainSampleWeights() method getTrainSamples (line 311) | public Mat getTrainSamples(int layout, boolean compressSamples, boole... method getTrainSamples (line 320) | public Mat getTrainSamples(int layout, boolean compressSamples) method getTrainSamples (line 329) | public Mat getTrainSamples(int layout) method getTrainSamples (line 338) | public Mat getTrainSamples() method getVarIdx (line 352) | public Mat getVarIdx() method getVarSymbolFlags (line 366) | public Mat getVarSymbolFlags() method getVarType (line 380) | public Mat getVarType() method create (line 394) | public static TrainData create(Mat samples, int layout, Mat responses,... method create (line 403) | public static TrainData create(Mat samples, int layout, Mat responses,... method create (line 412) | public static TrainData create(Mat samples, int layout, Mat responses,... method create (line 421) | public static TrainData create(Mat samples, int layout, Mat responses,... method create (line 430) | public static TrainData create(Mat samples, int layout, Mat responses) method getCatCount (line 444) | public int getCatCount(int vi) method getLayout (line 458) | public int getLayout() method getNAllVars (line 472) | public int getNAllVars() method getNSamples (line 486) | public int getNSamples() method getNTestSamples (line 500) | public int getNTestSamples() method getNTrainSamples (line 514) | public int getNTrainSamples() method getNVars (line 528) | public int getNVars() method getResponseType (line 542) | public int getResponseType() method getNames (line 556) | public void getNames(List names) method getSample (line 570) | public void getSample(Mat varIdx, int sidx, float buf) method getValues (line 584) | public void getValues(int vi, Mat sidx, float values) method setTrainTestSplit (line 598) | public void setTrainTestSplit(int count, boolean shuffle) method setTrainTestSplit (line 607) | public void setTrainTestSplit(int count) method setTrainTestSplitRatio (line 621) | public void setTrainTestSplitRatio(double ratio, boolean shuffle) method setTrainTestSplitRatio (line 630) | public void setTrainTestSplitRatio(double ratio) method shuffleTrainTest (line 644) | public void shuffleTrainTest() method finalize (line 653) | @Override method getCatMap_0 (line 661) | private static native long getCatMap_0(long nativeObj); method getCatOfs_0 (line 664) | private static native long getCatOfs_0(long nativeObj); method getClassLabels_0 (line 667) | private static native long getClassLabels_0(long nativeObj); method getDefaultSubstValues_0 (line 670) | private static native long getDefaultSubstValues_0(long nativeObj); method getMissing_0 (line 673) | private static native long getMissing_0(long nativeObj); method getNormCatResponses_0 (line 676) | private static native long getNormCatResponses_0(long nativeObj); method getResponses_0 (line 679) | private static native long getResponses_0(long nativeObj); method getSampleWeights_0 (line 682) | private static native long getSampleWeights_0(long nativeObj); method getSamples_0 (line 685) | private static native long getSamples_0(long nativeObj); method getSubMatrix_0 (line 688) | private static native long getSubMatrix_0(long matrix_nativeObj, long ... method getSubVector_0 (line 691) | private static native long getSubVector_0(long vec_nativeObj, long idx... method getTestNormCatResponses_0 (line 694) | private static native long getTestNormCatResponses_0(long nativeObj); method getTestResponses_0 (line 697) | private static native long getTestResponses_0(long nativeObj); method getTestSampleIdx_0 (line 700) | private static native long getTestSampleIdx_0(long nativeObj); method getTestSampleWeights_0 (line 703) | private static native long getTestSampleWeights_0(long nativeObj); method getTestSamples_0 (line 706) | private static native long getTestSamples_0(long nativeObj); method getTrainNormCatResponses_0 (line 709) | private static native long getTrainNormCatResponses_0(long nativeObj); method getTrainResponses_0 (line 712) | private static native long getTrainResponses_0(long nativeObj); method getTrainSampleIdx_0 (line 715) | private static native long getTrainSampleIdx_0(long nativeObj); method getTrainSampleWeights_0 (line 718) | private static native long getTrainSampleWeights_0(long nativeObj); method getTrainSamples_0 (line 721) | private static native long getTrainSamples_0(long nativeObj, int layou... method getTrainSamples_1 (line 722) | private static native long getTrainSamples_1(long nativeObj, int layou... method getTrainSamples_2 (line 723) | private static native long getTrainSamples_2(long nativeObj, int layout); method getTrainSamples_3 (line 724) | private static native long getTrainSamples_3(long nativeObj); method getVarIdx_0 (line 727) | private static native long getVarIdx_0(long nativeObj); method getVarSymbolFlags_0 (line 730) | private static native long getVarSymbolFlags_0(long nativeObj); method getVarType_0 (line 733) | private static native long getVarType_0(long nativeObj); method create_0 (line 736) | private static native long create_0(long samples_nativeObj, int layout... method create_1 (line 737) | private static native long create_1(long samples_nativeObj, int layout... method create_2 (line 738) | private static native long create_2(long samples_nativeObj, int layout... method create_3 (line 739) | private static native long create_3(long samples_nativeObj, int layout... method create_4 (line 740) | private static native long create_4(long samples_nativeObj, int layout... method getCatCount_0 (line 743) | private static native int getCatCount_0(long nativeObj, int vi); method getLayout_0 (line 746) | private static native int getLayout_0(long nativeObj); method getNAllVars_0 (line 749) | private static native int getNAllVars_0(long nativeObj); method getNSamples_0 (line 752) | private static native int getNSamples_0(long nativeObj); method getNTestSamples_0 (line 755) | private static native int getNTestSamples_0(long nativeObj); method getNTrainSamples_0 (line 758) | private static native int getNTrainSamples_0(long nativeObj); method getNVars_0 (line 761) | private static native int getNVars_0(long nativeObj); method getResponseType_0 (line 764) | private static native int getResponseType_0(long nativeObj); method getNames_0 (line 767) | private static native void getNames_0(long nativeObj, List nam... method getSample_0 (line 770) | private static native void getSample_0(long nativeObj, long varIdx_nat... method getValues_0 (line 773) | private static native void getValues_0(long nativeObj, int vi, long si... method setTrainTestSplit_0 (line 776) | private static native void setTrainTestSplit_0(long nativeObj, int cou... method setTrainTestSplit_1 (line 777) | private static native void setTrainTestSplit_1(long nativeObj, int cou... method setTrainTestSplitRatio_0 (line 780) | private static native void setTrainTestSplitRatio_0(long nativeObj, do... method setTrainTestSplitRatio_1 (line 781) | private static native void setTrainTestSplitRatio_1(long nativeObj, do... method shuffleTrainTest_0 (line 784) | private static native void shuffleTrainTest_0(long nativeObj); method delete (line 787) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/objdetect/BaseCascadeClassifier.java class BaseCascadeClassifier (line 11) | public class BaseCascadeClassifier extends Algorithm { method BaseCascadeClassifier (line 13) | protected BaseCascadeClassifier(long addr) { super(addr); } method __fromPtr__ (line 16) | public static BaseCascadeClassifier __fromPtr__(long addr) { return ne... method finalize (line 18) | @Override method delete (line 26) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/objdetect/CascadeClassifier.java class CascadeClassifier (line 19) | public class CascadeClassifier { method CascadeClassifier (line 22) | protected CascadeClassifier(long addr) { nativeObj = addr; } method getNativeObjAddr (line 24) | public long getNativeObjAddr() { return nativeObj; } method __fromPtr__ (line 27) | public static CascadeClassifier __fromPtr__(long addr) { return new Ca... method CascadeClassifier (line 34) | public CascadeClassifier(String filename) method CascadeClassifier (line 48) | public CascadeClassifier() method getOriginalWindowSize (line 62) | public Size getOriginalWindowSize() method convert (line 76) | public static boolean convert(String oldcascade, String newcascade) method empty (line 90) | public boolean empty() method isOldFormatCascade (line 104) | public boolean isOldFormatCascade() method load (line 118) | public boolean load(String filename) method getFeatureType (line 139) | public int getFeatureType() method detectMultiScale (line 153) | public void detectMultiScale(Mat image, MatOfRect objects, double sca... method detectMultiScale (line 162) | public void detectMultiScale(Mat image, MatOfRect objects, double sca... method detectMultiScale (line 171) | public void detectMultiScale(Mat image, MatOfRect objects, double sca... method detectMultiScale (line 180) | public void detectMultiScale(Mat image, MatOfRect objects, double sca... method detectMultiScale (line 189) | public void detectMultiScale(Mat image, MatOfRect objects, double sca... method detectMultiScale (line 198) | public void detectMultiScale(Mat image, MatOfRect objects) method detectMultiScale2 (line 212) | public void detectMultiScale2(Mat image, MatOfRect objects, MatOfInt ... method detectMultiScale2 (line 222) | public void detectMultiScale2(Mat image, MatOfRect objects, MatOfInt ... method detectMultiScale2 (line 232) | public void detectMultiScale2(Mat image, MatOfRect objects, MatOfInt ... method detectMultiScale2 (line 242) | public void detectMultiScale2(Mat image, MatOfRect objects, MatOfInt ... method detectMultiScale2 (line 252) | public void detectMultiScale2(Mat image, MatOfRect objects, MatOfInt ... method detectMultiScale2 (line 262) | public void detectMultiScale2(Mat image, MatOfRect objects, MatOfInt ... method detectMultiScale3 (line 277) | public void detectMultiScale3(Mat image, MatOfRect objects, MatOfInt ... method detectMultiScale3 (line 288) | public void detectMultiScale3(Mat image, MatOfRect objects, MatOfInt ... method detectMultiScale3 (line 299) | public void detectMultiScale3(Mat image, MatOfRect objects, MatOfInt ... method detectMultiScale3 (line 310) | public void detectMultiScale3(Mat image, MatOfRect objects, MatOfInt ... method detectMultiScale3 (line 321) | public void detectMultiScale3(Mat image, MatOfRect objects, MatOfInt ... method detectMultiScale3 (line 332) | public void detectMultiScale3(Mat image, MatOfRect objects, MatOfInt ... method detectMultiScale3 (line 343) | public void detectMultiScale3(Mat image, MatOfRect objects, MatOfInt ... method finalize (line 354) | @Override method CascadeClassifier_0 (line 362) | private static native long CascadeClassifier_0(String filename); method CascadeClassifier_1 (line 365) | private static native long CascadeClassifier_1(); method getOriginalWindowSize_0 (line 368) | private static native double[] getOriginalWindowSize_0(long nativeObj); method convert_0 (line 371) | private static native boolean convert_0(String oldcascade, String newc... method empty_0 (line 374) | private static native boolean empty_0(long nativeObj); method isOldFormatCascade_0 (line 377) | private static native boolean isOldFormatCascade_0(long nativeObj); method load_0 (line 380) | private static native boolean load_0(long nativeObj, String filename); method getFeatureType_0 (line 383) | private static native int getFeatureType_0(long nativeObj); method detectMultiScale_0 (line 386) | private static native void detectMultiScale_0(long nativeObj, long ima... method detectMultiScale_1 (line 387) | private static native void detectMultiScale_1(long nativeObj, long ima... method detectMultiScale_2 (line 388) | private static native void detectMultiScale_2(long nativeObj, long ima... method detectMultiScale_3 (line 389) | private static native void detectMultiScale_3(long nativeObj, long ima... method detectMultiScale_4 (line 390) | private static native void detectMultiScale_4(long nativeObj, long ima... method detectMultiScale_5 (line 391) | private static native void detectMultiScale_5(long nativeObj, long ima... method detectMultiScale2_0 (line 394) | private static native void detectMultiScale2_0(long nativeObj, long im... method detectMultiScale2_1 (line 395) | private static native void detectMultiScale2_1(long nativeObj, long im... method detectMultiScale2_2 (line 396) | private static native void detectMultiScale2_2(long nativeObj, long im... method detectMultiScale2_3 (line 397) | private static native void detectMultiScale2_3(long nativeObj, long im... method detectMultiScale2_4 (line 398) | private static native void detectMultiScale2_4(long nativeObj, long im... method detectMultiScale2_5 (line 399) | private static native void detectMultiScale2_5(long nativeObj, long im... method detectMultiScale3_0 (line 402) | private static native void detectMultiScale3_0(long nativeObj, long im... method detectMultiScale3_1 (line 403) | private static native void detectMultiScale3_1(long nativeObj, long im... method detectMultiScale3_2 (line 404) | private static native void detectMultiScale3_2(long nativeObj, long im... method detectMultiScale3_3 (line 405) | private static native void detectMultiScale3_3(long nativeObj, long im... method detectMultiScale3_4 (line 406) | private static native void detectMultiScale3_4(long nativeObj, long im... method detectMultiScale3_5 (line 407) | private static native void detectMultiScale3_5(long nativeObj, long im... method detectMultiScale3_6 (line 408) | private static native void detectMultiScale3_6(long nativeObj, long im... method delete (line 411) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/objdetect/HOGDescriptor.java class HOGDescriptor (line 20) | public class HOGDescriptor { method HOGDescriptor (line 23) | protected HOGDescriptor(long addr) { nativeObj = addr; } method getNativeObjAddr (line 25) | public long getNativeObjAddr() { return nativeObj; } method __fromPtr__ (line 28) | public static HOGDescriptor __fromPtr__(long addr) { return new HOGDes... method HOGDescriptor (line 41) | public HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStri... method HOGDescriptor (line 50) | public HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStri... method HOGDescriptor (line 59) | public HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStri... method HOGDescriptor (line 68) | public HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStri... method HOGDescriptor (line 77) | public HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStri... method HOGDescriptor (line 86) | public HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStri... method HOGDescriptor (line 95) | public HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStri... method HOGDescriptor (line 104) | public HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStri... method HOGDescriptor (line 118) | public HOGDescriptor(String filename) method HOGDescriptor (line 132) | public HOGDescriptor() method checkDetectorSize (line 146) | public boolean checkDetectorSize() method load (line 160) | public boolean load(String filename, String objname) method load (line 169) | public boolean load(String filename) method getWinSigma (line 183) | public double getWinSigma() method getDescriptorSize (line 197) | public long getDescriptorSize() method getDaimlerPeopleDetector (line 211) | public static MatOfFloat getDaimlerPeopleDetector() method getDefaultPeopleDetector (line 225) | public static MatOfFloat getDefaultPeopleDetector() method compute (line 239) | public void compute(Mat img, MatOfFloat descriptors, Size winStride, ... method compute (line 249) | public void compute(Mat img, MatOfFloat descriptors, Size winStride, ... method compute (line 258) | public void compute(Mat img, MatOfFloat descriptors, Size winStride) method compute (line 267) | public void compute(Mat img, MatOfFloat descriptors) method computeGradient (line 281) | public void computeGradient(Mat img, Mat grad, Mat angleOfs, Size pad... method computeGradient (line 290) | public void computeGradient(Mat img, Mat grad, Mat angleOfs, Size pad... method computeGradient (line 299) | public void computeGradient(Mat img, Mat grad, Mat angleOfs) method detect (line 313) | public void detect(Mat img, MatOfPoint foundLocations, MatOfDouble we... method detect (line 324) | public void detect(Mat img, MatOfPoint foundLocations, MatOfDouble we... method detect (line 334) | public void detect(Mat img, MatOfPoint foundLocations, MatOfDouble we... method detect (line 344) | public void detect(Mat img, MatOfPoint foundLocations, MatOfDouble we... method detect (line 354) | public void detect(Mat img, MatOfPoint foundLocations, MatOfDouble we... method detectMultiScale (line 369) | public void detectMultiScale(Mat img, MatOfRect foundLocations, MatOf... method detectMultiScale (line 379) | public void detectMultiScale(Mat img, MatOfRect foundLocations, MatOf... method detectMultiScale (line 389) | public void detectMultiScale(Mat img, MatOfRect foundLocations, MatOf... method detectMultiScale (line 399) | public void detectMultiScale(Mat img, MatOfRect foundLocations, MatOf... method detectMultiScale (line 409) | public void detectMultiScale(Mat img, MatOfRect foundLocations, MatOf... method detectMultiScale (line 419) | public void detectMultiScale(Mat img, MatOfRect foundLocations, MatOf... method detectMultiScale (line 429) | public void detectMultiScale(Mat img, MatOfRect foundLocations, MatOf... method save (line 444) | public void save(String filename, String objname) method save (line 453) | public void save(String filename) method setSVMDetector (line 467) | public void setSVMDetector(Mat _svmdetector) method get_winSize (line 481) | public Size get_winSize() method get_blockSize (line 495) | public Size get_blockSize() method get_blockStride (line 509) | public Size get_blockStride() method get_cellSize (line 523) | public Size get_cellSize() method get_nbins (line 537) | public int get_nbins() method get_derivAperture (line 551) | public int get_derivAperture() method get_winSigma (line 565) | public double get_winSigma() method get_histogramNormType (line 579) | public int get_histogramNormType() method get_L2HysThreshold (line 593) | public double get_L2HysThreshold() method get_gammaCorrection (line 607) | public boolean get_gammaCorrection() method get_svmDetector (line 621) | public MatOfFloat get_svmDetector() method get_nlevels (line 635) | public int get_nlevels() method get_signedGradient (line 649) | public boolean get_signedGradient() method finalize (line 658) | @Override method HOGDescriptor_0 (line 666) | private static native long HOGDescriptor_0(double _winSize_width, doub... method HOGDescriptor_1 (line 667) | private static native long HOGDescriptor_1(double _winSize_width, doub... method HOGDescriptor_2 (line 668) | private static native long HOGDescriptor_2(double _winSize_width, doub... method HOGDescriptor_3 (line 669) | private static native long HOGDescriptor_3(double _winSize_width, doub... method HOGDescriptor_4 (line 670) | private static native long HOGDescriptor_4(double _winSize_width, doub... method HOGDescriptor_5 (line 671) | private static native long HOGDescriptor_5(double _winSize_width, doub... method HOGDescriptor_6 (line 672) | private static native long HOGDescriptor_6(double _winSize_width, doub... method HOGDescriptor_7 (line 673) | private static native long HOGDescriptor_7(double _winSize_width, doub... method HOGDescriptor_8 (line 676) | private static native long HOGDescriptor_8(String filename); method HOGDescriptor_9 (line 679) | private static native long HOGDescriptor_9(); method checkDetectorSize_0 (line 682) | private static native boolean checkDetectorSize_0(long nativeObj); method load_0 (line 685) | private static native boolean load_0(long nativeObj, String filename, ... method load_1 (line 686) | private static native boolean load_1(long nativeObj, String filename); method getWinSigma_0 (line 689) | private static native double getWinSigma_0(long nativeObj); method getDescriptorSize_0 (line 692) | private static native long getDescriptorSize_0(long nativeObj); method getDaimlerPeopleDetector_0 (line 695) | private static native long getDaimlerPeopleDetector_0(); method getDefaultPeopleDetector_0 (line 698) | private static native long getDefaultPeopleDetector_0(); method compute_0 (line 701) | private static native void compute_0(long nativeObj, long img_nativeOb... method compute_1 (line 702) | private static native void compute_1(long nativeObj, long img_nativeOb... method compute_2 (line 703) | private static native void compute_2(long nativeObj, long img_nativeOb... method compute_3 (line 704) | private static native void compute_3(long nativeObj, long img_nativeOb... method computeGradient_0 (line 707) | private static native void computeGradient_0(long nativeObj, long img_... method computeGradient_1 (line 708) | private static native void computeGradient_1(long nativeObj, long img_... method computeGradient_2 (line 709) | private static native void computeGradient_2(long nativeObj, long img_... method detect_0 (line 712) | private static native void detect_0(long nativeObj, long img_nativeObj... method detect_1 (line 713) | private static native void detect_1(long nativeObj, long img_nativeObj... method detect_2 (line 714) | private static native void detect_2(long nativeObj, long img_nativeObj... method detect_3 (line 715) | private static native void detect_3(long nativeObj, long img_nativeObj... method detect_4 (line 716) | private static native void detect_4(long nativeObj, long img_nativeObj... method detectMultiScale_0 (line 719) | private static native void detectMultiScale_0(long nativeObj, long img... method detectMultiScale_1 (line 720) | private static native void detectMultiScale_1(long nativeObj, long img... method detectMultiScale_2 (line 721) | private static native void detectMultiScale_2(long nativeObj, long img... method detectMultiScale_3 (line 722) | private static native void detectMultiScale_3(long nativeObj, long img... method detectMultiScale_4 (line 723) | private static native void detectMultiScale_4(long nativeObj, long img... method detectMultiScale_5 (line 724) | private static native void detectMultiScale_5(long nativeObj, long img... method detectMultiScale_6 (line 725) | private static native void detectMultiScale_6(long nativeObj, long img... method save_0 (line 728) | private static native void save_0(long nativeObj, String filename, Str... method save_1 (line 729) | private static native void save_1(long nativeObj, String filename); method setSVMDetector_0 (line 732) | private static native void setSVMDetector_0(long nativeObj, long _svmd... method get_winSize_0 (line 735) | private static native double[] get_winSize_0(long nativeObj); method get_blockSize_0 (line 738) | private static native double[] get_blockSize_0(long nativeObj); method get_blockStride_0 (line 741) | private static native double[] get_blockStride_0(long nativeObj); method get_cellSize_0 (line 744) | private static native double[] get_cellSize_0(long nativeObj); method get_nbins_0 (line 747) | private static native int get_nbins_0(long nativeObj); method get_derivAperture_0 (line 750) | private static native int get_derivAperture_0(long nativeObj); method get_winSigma_0 (line 753) | private static native double get_winSigma_0(long nativeObj); method get_histogramNormType_0 (line 756) | private static native int get_histogramNormType_0(long nativeObj); method get_L2HysThreshold_0 (line 759) | private static native double get_L2HysThreshold_0(long nativeObj); method get_gammaCorrection_0 (line 762) | private static native boolean get_gammaCorrection_0(long nativeObj); method get_svmDetector_0 (line 765) | private static native long get_svmDetector_0(long nativeObj); method get_nlevels_0 (line 768) | private static native int get_nlevels_0(long nativeObj); method get_signedGradient_0 (line 771) | private static native boolean get_signedGradient_0(long nativeObj); method delete (line 774) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/objdetect/Objdetect.java class Objdetect (line 16) | public class Objdetect { method groupRectangles (line 39) | public static void groupRectangles(MatOfRect rectList, MatOfInt weight... method groupRectangles (line 49) | public static void groupRectangles(MatOfRect rectList, MatOfInt weight... method groupRectangles_0 (line 62) | private static native void groupRectangles_0(long rectList_mat_nativeO... method groupRectangles_1 (line 63) | private static native void groupRectangles_1(long rectList_mat_nativeO... FILE: openCV/src/main/java/org/opencv/objdetect/QRCodeDetector.java class QRCodeDetector (line 12) | public class QRCodeDetector { method QRCodeDetector (line 15) | protected QRCodeDetector(long addr) { nativeObj = addr; } method getNativeObjAddr (line 17) | public long getNativeObjAddr() { return nativeObj; } method __fromPtr__ (line 20) | public static QRCodeDetector __fromPtr__(long addr) { return new QRCod... method QRCodeDetector (line 27) | public QRCodeDetector() method decode (line 41) | public String decode(Mat img, Mat points, Mat straight_qrcode) method decode (line 50) | public String decode(Mat img, Mat points) method detectAndDecode (line 64) | public String detectAndDecode(Mat img, Mat points, Mat straight_qrcode) method detectAndDecode (line 73) | public String detectAndDecode(Mat img, Mat points) method detectAndDecode (line 82) | public String detectAndDecode(Mat img) method detect (line 96) | public boolean detect(Mat img, Mat points) method setEpsX (line 110) | public void setEpsX(double epsX) method setEpsY (line 124) | public void setEpsY(double epsY) method finalize (line 133) | @Override method QRCodeDetector_0 (line 141) | private static native long QRCodeDetector_0(); method decode_0 (line 144) | private static native String decode_0(long nativeObj, long img_nativeO... method decode_1 (line 145) | private static native String decode_1(long nativeObj, long img_nativeO... method detectAndDecode_0 (line 148) | private static native String detectAndDecode_0(long nativeObj, long im... method detectAndDecode_1 (line 149) | private static native String detectAndDecode_1(long nativeObj, long im... method detectAndDecode_2 (line 150) | private static native String detectAndDecode_2(long nativeObj, long im... method detect_0 (line 153) | private static native boolean detect_0(long nativeObj, long img_native... method setEpsX_0 (line 156) | private static native void setEpsX_0(long nativeObj, double epsX); method setEpsY_0 (line 159) | private static native void setEpsY_0(long nativeObj, double epsY); method delete (line 162) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/osgi/OpenCVInterface.java type OpenCVInterface (line 6) | public interface OpenCVInterface FILE: openCV/src/main/java/org/opencv/osgi/OpenCVNativeLoader.java class OpenCVNativeLoader (line 12) | public class OpenCVNativeLoader implements OpenCVInterface { method init (line 14) | public void init() { FILE: openCV/src/main/java/org/opencv/photo/AlignExposures.java class AlignExposures (line 15) | public class AlignExposures extends Algorithm { method AlignExposures (line 17) | protected AlignExposures(long addr) { super(addr); } method __fromPtr__ (line 20) | public static AlignExposures __fromPtr__(long addr) { return new Align... method process (line 27) | public void process(List src, List dst, Mat times, Mat resp... method finalize (line 37) | @Override method process_0 (line 45) | private static native void process_0(long nativeObj, long src_mat_nati... method delete (line 48) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/photo/AlignMTB.java class AlignMTB (line 16) | public class AlignMTB extends AlignExposures { method AlignMTB (line 18) | protected AlignMTB(long addr) { super(addr); } method __fromPtr__ (line 21) | public static AlignMTB __fromPtr__(long addr) { return new AlignMTB(ad... method calculateShift (line 28) | public Point calculateShift(Mat img0, Mat img1) method getCut (line 42) | public boolean getCut() method getExcludeRange (line 56) | public int getExcludeRange() method getMaxBits (line 70) | public int getMaxBits() method computeBitmaps (line 84) | public void computeBitmaps(Mat img, Mat tb, Mat eb) method process (line 98) | public void process(List src, List dst, Mat times, Mat resp... method process (line 113) | public void process(List src, List dst) method setCut (line 128) | public void setCut(boolean value) method setExcludeRange (line 142) | public void setExcludeRange(int exclude_range) method setMaxBits (line 156) | public void setMaxBits(int max_bits) method shiftMat (line 170) | public void shiftMat(Mat src, Mat dst, Point shift) method finalize (line 179) | @Override method calculateShift_0 (line 187) | private static native double[] calculateShift_0(long nativeObj, long i... method getCut_0 (line 190) | private static native boolean getCut_0(long nativeObj); method getExcludeRange_0 (line 193) | private static native int getExcludeRange_0(long nativeObj); method getMaxBits_0 (line 196) | private static native int getMaxBits_0(long nativeObj); method computeBitmaps_0 (line 199) | private static native void computeBitmaps_0(long nativeObj, long img_n... method process_0 (line 202) | private static native void process_0(long nativeObj, long src_mat_nati... method process_1 (line 205) | private static native void process_1(long nativeObj, long src_mat_nati... method setCut_0 (line 208) | private static native void setCut_0(long nativeObj, boolean value); method setExcludeRange_0 (line 211) | private static native void setExcludeRange_0(long nativeObj, int exclu... method setMaxBits_0 (line 214) | private static native void setMaxBits_0(long nativeObj, int max_bits); method shiftMat_0 (line 217) | private static native void shiftMat_0(long nativeObj, long src_nativeO... method delete (line 220) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/photo/CalibrateCRF.java class CalibrateCRF (line 15) | public class CalibrateCRF extends Algorithm { method CalibrateCRF (line 17) | protected CalibrateCRF(long addr) { super(addr); } method __fromPtr__ (line 20) | public static CalibrateCRF __fromPtr__(long addr) { return new Calibra... method process (line 27) | public void process(List src, Mat dst, Mat times) method finalize (line 36) | @Override method process_0 (line 44) | private static native void process_0(long nativeObj, long src_mat_nati... method delete (line 47) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/photo/CalibrateDebevec.java class CalibrateDebevec (line 11) | public class CalibrateDebevec extends CalibrateCRF { method CalibrateDebevec (line 13) | protected CalibrateDebevec(long addr) { super(addr); } method __fromPtr__ (line 16) | public static CalibrateDebevec __fromPtr__(long addr) { return new Cal... method getRandom (line 23) | public boolean getRandom() method getLambda (line 37) | public float getLambda() method getSamples (line 51) | public int getSamples() method setLambda (line 65) | public void setLambda(float lambda) method setRandom (line 79) | public void setRandom(boolean random) method setSamples (line 93) | public void setSamples(int samples) method finalize (line 102) | @Override method getRandom_0 (line 110) | private static native boolean getRandom_0(long nativeObj); method getLambda_0 (line 113) | private static native float getLambda_0(long nativeObj); method getSamples_0 (line 116) | private static native int getSamples_0(long nativeObj); method setLambda_0 (line 119) | private static native void setLambda_0(long nativeObj, float lambda); method setRandom_0 (line 122) | private static native void setRandom_0(long nativeObj, boolean random); method setSamples_0 (line 125) | private static native void setSamples_0(long nativeObj, int samples); method delete (line 128) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/photo/CalibrateRobertson.java class CalibrateRobertson (line 12) | public class CalibrateRobertson extends CalibrateCRF { method CalibrateRobertson (line 14) | protected CalibrateRobertson(long addr) { super(addr); } method __fromPtr__ (line 17) | public static CalibrateRobertson __fromPtr__(long addr) { return new C... method getRadiance (line 24) | public Mat getRadiance() method getThreshold (line 38) | public float getThreshold() method getMaxIter (line 52) | public int getMaxIter() method setMaxIter (line 66) | public void setMaxIter(int max_iter) method setThreshold (line 80) | public void setThreshold(float threshold) method finalize (line 89) | @Override method getRadiance_0 (line 97) | private static native long getRadiance_0(long nativeObj); method getThreshold_0 (line 100) | private static native float getThreshold_0(long nativeObj); method getMaxIter_0 (line 103) | private static native int getMaxIter_0(long nativeObj); method setMaxIter_0 (line 106) | private static native void setMaxIter_0(long nativeObj, int max_iter); method setThreshold_0 (line 109) | private static native void setThreshold_0(long nativeObj, float thresh... method delete (line 112) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/photo/MergeDebevec.java class MergeDebevec (line 15) | public class MergeDebevec extends MergeExposures { method MergeDebevec (line 17) | protected MergeDebevec(long addr) { super(addr); } method __fromPtr__ (line 20) | public static MergeDebevec __fromPtr__(long addr) { return new MergeDe... method process (line 27) | public void process(List src, Mat dst, Mat times, Mat response) method process (line 41) | public void process(List src, Mat dst, Mat times) method finalize (line 50) | @Override method process_0 (line 58) | private static native void process_0(long nativeObj, long src_mat_nati... method process_1 (line 61) | private static native void process_1(long nativeObj, long src_mat_nati... method delete (line 64) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/photo/MergeExposures.java class MergeExposures (line 15) | public class MergeExposures extends Algorithm { method MergeExposures (line 17) | protected MergeExposures(long addr) { super(addr); } method __fromPtr__ (line 20) | public static MergeExposures __fromPtr__(long addr) { return new Merge... method process (line 27) | public void process(List src, Mat dst, Mat times, Mat response) method finalize (line 36) | @Override method process_0 (line 44) | private static native void process_0(long nativeObj, long src_mat_nati... method delete (line 47) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/photo/MergeMertens.java class MergeMertens (line 15) | public class MergeMertens extends MergeExposures { method MergeMertens (line 17) | protected MergeMertens(long addr) { super(addr); } method __fromPtr__ (line 20) | public static MergeMertens __fromPtr__(long addr) { return new MergeMe... method getContrastWeight (line 27) | public float getContrastWeight() method getExposureWeight (line 41) | public float getExposureWeight() method getSaturationWeight (line 55) | public float getSaturationWeight() method process (line 69) | public void process(List src, Mat dst, Mat times, Mat response) method process (line 83) | public void process(List src, Mat dst) method setContrastWeight (line 97) | public void setContrastWeight(float contrast_weiht) method setExposureWeight (line 111) | public void setExposureWeight(float exposure_weight) method setSaturationWeight (line 125) | public void setSaturationWeight(float saturation_weight) method finalize (line 134) | @Override method getContrastWeight_0 (line 142) | private static native float getContrastWeight_0(long nativeObj); method getExposureWeight_0 (line 145) | private static native float getExposureWeight_0(long nativeObj); method getSaturationWeight_0 (line 148) | private static native float getSaturationWeight_0(long nativeObj); method process_0 (line 151) | private static native void process_0(long nativeObj, long src_mat_nati... method process_1 (line 154) | private static native void process_1(long nativeObj, long src_mat_nati... method setContrastWeight_0 (line 157) | private static native void setContrastWeight_0(long nativeObj, float c... method setExposureWeight_0 (line 160) | private static native void setExposureWeight_0(long nativeObj, float e... method setSaturationWeight_0 (line 163) | private static native void setSaturationWeight_0(long nativeObj, float... method delete (line 166) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/photo/MergeRobertson.java class MergeRobertson (line 15) | public class MergeRobertson extends MergeExposures { method MergeRobertson (line 17) | protected MergeRobertson(long addr) { super(addr); } method __fromPtr__ (line 20) | public static MergeRobertson __fromPtr__(long addr) { return new Merge... method process (line 27) | public void process(List src, Mat dst, Mat times, Mat response) method process (line 41) | public void process(List src, Mat dst, Mat times) method finalize (line 50) | @Override method process_0 (line 58) | private static native void process_0(long nativeObj, long src_mat_nati... method process_1 (line 61) | private static native void process_1(long nativeObj, long src_mat_nati... method delete (line 64) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/photo/Photo.java class Photo (line 26) | public class Photo { method createAlignMTB (line 50) | public static AlignMTB createAlignMTB(int max_bits, int exclude_range,... method createAlignMTB (line 59) | public static AlignMTB createAlignMTB(int max_bits, int exclude_range) method createAlignMTB (line 68) | public static AlignMTB createAlignMTB(int max_bits) method createAlignMTB (line 77) | public static AlignMTB createAlignMTB() method createCalibrateDebevec (line 91) | public static CalibrateDebevec createCalibrateDebevec(int samples, flo... method createCalibrateDebevec (line 100) | public static CalibrateDebevec createCalibrateDebevec(int samples, flo... method createCalibrateDebevec (line 109) | public static CalibrateDebevec createCalibrateDebevec(int samples) method createCalibrateDebevec (line 118) | public static CalibrateDebevec createCalibrateDebevec() method createCalibrateRobertson (line 132) | public static CalibrateRobertson createCalibrateRobertson(int max_iter... method createCalibrateRobertson (line 141) | public static CalibrateRobertson createCalibrateRobertson(int max_iter) method createCalibrateRobertson (line 150) | public static CalibrateRobertson createCalibrateRobertson() method createMergeDebevec (line 164) | public static MergeDebevec createMergeDebevec() method createMergeMertens (line 178) | public static MergeMertens createMergeMertens(float contrast_weight, f... method createMergeMertens (line 187) | public static MergeMertens createMergeMertens(float contrast_weight, f... method createMergeMertens (line 196) | public static MergeMertens createMergeMertens(float contrast_weight) method createMergeMertens (line 205) | public static MergeMertens createMergeMertens() method createMergeRobertson (line 219) | public static MergeRobertson createMergeRobertson() method createTonemap (line 233) | public static Tonemap createTonemap(float gamma) method createTonemap (line 242) | public static Tonemap createTonemap() method createTonemapDrago (line 256) | public static TonemapDrago createTonemapDrago(float gamma, float satur... method createTonemapDrago (line 265) | public static TonemapDrago createTonemapDrago(float gamma, float satur... method createTonemapDrago (line 274) | public static TonemapDrago createTonemapDrago(float gamma) method createTonemapDrago (line 283) | public static TonemapDrago createTonemapDrago() method createTonemapMantiuk (line 297) | public static TonemapMantiuk createTonemapMantiuk(float gamma, float s... method createTonemapMantiuk (line 306) | public static TonemapMantiuk createTonemapMantiuk(float gamma, float s... method createTonemapMantiuk (line 315) | public static TonemapMantiuk createTonemapMantiuk(float gamma) method createTonemapMantiuk (line 324) | public static TonemapMantiuk createTonemapMantiuk() method createTonemapReinhard (line 338) | public static TonemapReinhard createTonemapReinhard(float gamma, float... method createTonemapReinhard (line 347) | public static TonemapReinhard createTonemapReinhard(float gamma, float... method createTonemapReinhard (line 356) | public static TonemapReinhard createTonemapReinhard(float gamma, float... method createTonemapReinhard (line 365) | public static TonemapReinhard createTonemapReinhard(float gamma) method createTonemapReinhard (line 374) | public static TonemapReinhard createTonemapReinhard() method colorChange (line 388) | public static void colorChange(Mat src, Mat mask, Mat dst, float red_m... method colorChange (line 397) | public static void colorChange(Mat src, Mat mask, Mat dst, float red_m... method colorChange (line 406) | public static void colorChange(Mat src, Mat mask, Mat dst, float red_mul) method colorChange (line 415) | public static void colorChange(Mat src, Mat mask, Mat dst) method decolor (line 429) | public static void decolor(Mat src, Mat grayscale, Mat color_boost) method denoise_TVL1 (line 443) | public static void denoise_TVL1(List observations, Mat result, do... method denoise_TVL1 (line 452) | public static void denoise_TVL1(List observations, Mat result, do... method denoise_TVL1 (line 461) | public static void denoise_TVL1(List observations, Mat result) method detailEnhance (line 475) | public static void detailEnhance(Mat src, Mat dst, float sigma_s, floa... method detailEnhance (line 484) | public static void detailEnhance(Mat src, Mat dst, float sigma_s) method detailEnhance (line 493) | public static void detailEnhance(Mat src, Mat dst) method edgePreservingFilter (line 507) | public static void edgePreservingFilter(Mat src, Mat dst, int flags, f... method edgePreservingFilter (line 516) | public static void edgePreservingFilter(Mat src, Mat dst, int flags, f... method edgePreservingFilter (line 525) | public static void edgePreservingFilter(Mat src, Mat dst, int flags) method edgePreservingFilter (line 534) | public static void edgePreservingFilter(Mat src, Mat dst) method fastNlMeansDenoising (line 548) | public static void fastNlMeansDenoising(Mat src, Mat dst, float h, int... method fastNlMeansDenoising (line 557) | public static void fastNlMeansDenoising(Mat src, Mat dst, float h, int... method fastNlMeansDenoising (line 566) | public static void fastNlMeansDenoising(Mat src, Mat dst, float h) method fastNlMeansDenoising (line 575) | public static void fastNlMeansDenoising(Mat src, Mat dst) method fastNlMeansDenoising (line 589) | public static void fastNlMeansDenoising(Mat src, Mat dst, MatOfFloat h... method fastNlMeansDenoising (line 598) | public static void fastNlMeansDenoising(Mat src, Mat dst, MatOfFloat h... method fastNlMeansDenoising (line 607) | public static void fastNlMeansDenoising(Mat src, Mat dst, MatOfFloat h... method fastNlMeansDenoising (line 616) | public static void fastNlMeansDenoising(Mat src, Mat dst, MatOfFloat h) method fastNlMeansDenoisingColored (line 630) | public static void fastNlMeansDenoisingColored(Mat src, Mat dst, float... method fastNlMeansDenoisingColored (line 639) | public static void fastNlMeansDenoisingColored(Mat src, Mat dst, float... method fastNlMeansDenoisingColored (line 648) | public static void fastNlMeansDenoisingColored(Mat src, Mat dst, float... method fastNlMeansDenoisingColored (line 657) | public static void fastNlMeansDenoisingColored(Mat src, Mat dst, float h) method fastNlMeansDenoisingColored (line 666) | public static void fastNlMeansDenoisingColored(Mat src, Mat dst) method fastNlMeansDenoisingColoredMulti (line 680) | public static void fastNlMeansDenoisingColoredMulti(List srcImgs,... method fastNlMeansDenoisingColoredMulti (line 689) | public static void fastNlMeansDenoisingColoredMulti(List srcImgs,... method fastNlMeansDenoisingColoredMulti (line 698) | public static void fastNlMeansDenoisingColoredMulti(List srcImgs,... method fastNlMeansDenoisingColoredMulti (line 707) | public static void fastNlMeansDenoisingColoredMulti(List srcImgs,... method fastNlMeansDenoisingColoredMulti (line 716) | public static void fastNlMeansDenoisingColoredMulti(List srcImgs,... method fastNlMeansDenoisingMulti (line 730) | public static void fastNlMeansDenoisingMulti(List srcImgs, Mat ds... method fastNlMeansDenoisingMulti (line 739) | public static void fastNlMeansDenoisingMulti(List srcImgs, Mat ds... method fastNlMeansDenoisingMulti (line 748) | public static void fastNlMeansDenoisingMulti(List srcImgs, Mat ds... method fastNlMeansDenoisingMulti (line 757) | public static void fastNlMeansDenoisingMulti(List srcImgs, Mat ds... method fastNlMeansDenoisingMulti (line 771) | public static void fastNlMeansDenoisingMulti(List srcImgs, Mat ds... method fastNlMeansDenoisingMulti (line 781) | public static void fastNlMeansDenoisingMulti(List srcImgs, Mat ds... method fastNlMeansDenoisingMulti (line 791) | public static void fastNlMeansDenoisingMulti(List srcImgs, Mat ds... method fastNlMeansDenoisingMulti (line 801) | public static void fastNlMeansDenoisingMulti(List srcImgs, Mat ds... method illuminationChange (line 816) | public static void illuminationChange(Mat src, Mat mask, Mat dst, floa... method illuminationChange (line 825) | public static void illuminationChange(Mat src, Mat mask, Mat dst, floa... method illuminationChange (line 834) | public static void illuminationChange(Mat src, Mat mask, Mat dst) method inpaint (line 848) | public static void inpaint(Mat src, Mat inpaintMask, Mat dst, double i... method pencilSketch (line 862) | public static void pencilSketch(Mat src, Mat dst1, Mat dst2, float sig... method pencilSketch (line 871) | public static void pencilSketch(Mat src, Mat dst1, Mat dst2, float sig... method pencilSketch (line 880) | public static void pencilSketch(Mat src, Mat dst1, Mat dst2, float sig... method pencilSketch (line 889) | public static void pencilSketch(Mat src, Mat dst1, Mat dst2) method seamlessClone (line 903) | public static void seamlessClone(Mat src, Mat dst, Mat mask, Point p, ... method stylization (line 917) | public static void stylization(Mat src, Mat dst, float sigma_s, float ... method stylization (line 926) | public static void stylization(Mat src, Mat dst, float sigma_s) method stylization (line 935) | public static void stylization(Mat src, Mat dst) method textureFlattening (line 949) | public static void textureFlattening(Mat src, Mat mask, Mat dst, float... method textureFlattening (line 958) | public static void textureFlattening(Mat src, Mat mask, Mat dst, float... method textureFlattening (line 967) | public static void textureFlattening(Mat src, Mat mask, Mat dst, float... method textureFlattening (line 976) | public static void textureFlattening(Mat src, Mat mask, Mat dst) method createAlignMTB_0 (line 988) | private static native long createAlignMTB_0(int max_bits, int exclude_... method createAlignMTB_1 (line 989) | private static native long createAlignMTB_1(int max_bits, int exclude_... method createAlignMTB_2 (line 990) | private static native long createAlignMTB_2(int max_bits); method createAlignMTB_3 (line 991) | private static native long createAlignMTB_3(); method createCalibrateDebevec_0 (line 994) | private static native long createCalibrateDebevec_0(int samples, float... method createCalibrateDebevec_1 (line 995) | private static native long createCalibrateDebevec_1(int samples, float... method createCalibrateDebevec_2 (line 996) | private static native long createCalibrateDebevec_2(int samples); method createCalibrateDebevec_3 (line 997) | private static native long createCalibrateDebevec_3(); method createCalibrateRobertson_0 (line 1000) | private static native long createCalibrateRobertson_0(int max_iter, fl... method createCalibrateRobertson_1 (line 1001) | private static native long createCalibrateRobertson_1(int max_iter); method createCalibrateRobertson_2 (line 1002) | private static native long createCalibrateRobertson_2(); method createMergeDebevec_0 (line 1005) | private static native long createMergeDebevec_0(); method createMergeMertens_0 (line 1008) | private static native long createMergeMertens_0(float contrast_weight,... method createMergeMertens_1 (line 1009) | private static native long createMergeMertens_1(float contrast_weight,... method createMergeMertens_2 (line 1010) | private static native long createMergeMertens_2(float contrast_weight); method createMergeMertens_3 (line 1011) | private static native long createMergeMertens_3(); method createMergeRobertson_0 (line 1014) | private static native long createMergeRobertson_0(); method createTonemap_0 (line 1017) | private static native long createTonemap_0(float gamma); method createTonemap_1 (line 1018) | private static native long createTonemap_1(); method createTonemapDrago_0 (line 1021) | private static native long createTonemapDrago_0(float gamma, float sat... method createTonemapDrago_1 (line 1022) | private static native long createTonemapDrago_1(float gamma, float sat... method createTonemapDrago_2 (line 1023) | private static native long createTonemapDrago_2(float gamma); method createTonemapDrago_3 (line 1024) | private static native long createTonemapDrago_3(); method createTonemapMantiuk_0 (line 1027) | private static native long createTonemapMantiuk_0(float gamma, float s... method createTonemapMantiuk_1 (line 1028) | private static native long createTonemapMantiuk_1(float gamma, float s... method createTonemapMantiuk_2 (line 1029) | private static native long createTonemapMantiuk_2(float gamma); method createTonemapMantiuk_3 (line 1030) | private static native long createTonemapMantiuk_3(); method createTonemapReinhard_0 (line 1033) | private static native long createTonemapReinhard_0(float gamma, float ... method createTonemapReinhard_1 (line 1034) | private static native long createTonemapReinhard_1(float gamma, float ... method createTonemapReinhard_2 (line 1035) | private static native long createTonemapReinhard_2(float gamma, float ... method createTonemapReinhard_3 (line 1036) | private static native long createTonemapReinhard_3(float gamma); method createTonemapReinhard_4 (line 1037) | private static native long createTonemapReinhard_4(); method colorChange_0 (line 1040) | private static native void colorChange_0(long src_nativeObj, long mask... method colorChange_1 (line 1041) | private static native void colorChange_1(long src_nativeObj, long mask... method colorChange_2 (line 1042) | private static native void colorChange_2(long src_nativeObj, long mask... method colorChange_3 (line 1043) | private static native void colorChange_3(long src_nativeObj, long mask... method decolor_0 (line 1046) | private static native void decolor_0(long src_nativeObj, long grayscal... method denoise_TVL1_0 (line 1049) | private static native void denoise_TVL1_0(long observations_mat_native... method denoise_TVL1_1 (line 1050) | private static native void denoise_TVL1_1(long observations_mat_native... method denoise_TVL1_2 (line 1051) | private static native void denoise_TVL1_2(long observations_mat_native... method detailEnhance_0 (line 1054) | private static native void detailEnhance_0(long src_nativeObj, long ds... method detailEnhance_1 (line 1055) | private static native void detailEnhance_1(long src_nativeObj, long ds... method detailEnhance_2 (line 1056) | private static native void detailEnhance_2(long src_nativeObj, long ds... method edgePreservingFilter_0 (line 1059) | private static native void edgePreservingFilter_0(long src_nativeObj, ... method edgePreservingFilter_1 (line 1060) | private static native void edgePreservingFilter_1(long src_nativeObj, ... method edgePreservingFilter_2 (line 1061) | private static native void edgePreservingFilter_2(long src_nativeObj, ... method edgePreservingFilter_3 (line 1062) | private static native void edgePreservingFilter_3(long src_nativeObj, ... method fastNlMeansDenoising_0 (line 1065) | private static native void fastNlMeansDenoising_0(long src_nativeObj, ... method fastNlMeansDenoising_1 (line 1066) | private static native void fastNlMeansDenoising_1(long src_nativeObj, ... method fastNlMeansDenoising_2 (line 1067) | private static native void fastNlMeansDenoising_2(long src_nativeObj, ... method fastNlMeansDenoising_3 (line 1068) | private static native void fastNlMeansDenoising_3(long src_nativeObj, ... method fastNlMeansDenoising_4 (line 1071) | private static native void fastNlMeansDenoising_4(long src_nativeObj, ... method fastNlMeansDenoising_5 (line 1072) | private static native void fastNlMeansDenoising_5(long src_nativeObj, ... method fastNlMeansDenoising_6 (line 1073) | private static native void fastNlMeansDenoising_6(long src_nativeObj, ... method fastNlMeansDenoising_7 (line 1074) | private static native void fastNlMeansDenoising_7(long src_nativeObj, ... method fastNlMeansDenoisingColored_0 (line 1077) | private static native void fastNlMeansDenoisingColored_0(long src_nati... method fastNlMeansDenoisingColored_1 (line 1078) | private static native void fastNlMeansDenoisingColored_1(long src_nati... method fastNlMeansDenoisingColored_2 (line 1079) | private static native void fastNlMeansDenoisingColored_2(long src_nati... method fastNlMeansDenoisingColored_3 (line 1080) | private static native void fastNlMeansDenoisingColored_3(long src_nati... method fastNlMeansDenoisingColored_4 (line 1081) | private static native void fastNlMeansDenoisingColored_4(long src_nati... method fastNlMeansDenoisingColoredMulti_0 (line 1084) | private static native void fastNlMeansDenoisingColoredMulti_0(long src... method fastNlMeansDenoisingColoredMulti_1 (line 1085) | private static native void fastNlMeansDenoisingColoredMulti_1(long src... method fastNlMeansDenoisingColoredMulti_2 (line 1086) | private static native void fastNlMeansDenoisingColoredMulti_2(long src... method fastNlMeansDenoisingColoredMulti_3 (line 1087) | private static native void fastNlMeansDenoisingColoredMulti_3(long src... method fastNlMeansDenoisingColoredMulti_4 (line 1088) | private static native void fastNlMeansDenoisingColoredMulti_4(long src... method fastNlMeansDenoisingMulti_0 (line 1091) | private static native void fastNlMeansDenoisingMulti_0(long srcImgs_ma... method fastNlMeansDenoisingMulti_1 (line 1092) | private static native void fastNlMeansDenoisingMulti_1(long srcImgs_ma... method fastNlMeansDenoisingMulti_2 (line 1093) | private static native void fastNlMeansDenoisingMulti_2(long srcImgs_ma... method fastNlMeansDenoisingMulti_3 (line 1094) | private static native void fastNlMeansDenoisingMulti_3(long srcImgs_ma... method fastNlMeansDenoisingMulti_4 (line 1097) | private static native void fastNlMeansDenoisingMulti_4(long srcImgs_ma... method fastNlMeansDenoisingMulti_5 (line 1098) | private static native void fastNlMeansDenoisingMulti_5(long srcImgs_ma... method fastNlMeansDenoisingMulti_6 (line 1099) | private static native void fastNlMeansDenoisingMulti_6(long srcImgs_ma... method fastNlMeansDenoisingMulti_7 (line 1100) | private static native void fastNlMeansDenoisingMulti_7(long srcImgs_ma... method illuminationChange_0 (line 1103) | private static native void illuminationChange_0(long src_nativeObj, lo... method illuminationChange_1 (line 1104) | private static native void illuminationChange_1(long src_nativeObj, lo... method illuminationChange_2 (line 1105) | private static native void illuminationChange_2(long src_nativeObj, lo... method inpaint_0 (line 1108) | private static native void inpaint_0(long src_nativeObj, long inpaintM... method pencilSketch_0 (line 1111) | private static native void pencilSketch_0(long src_nativeObj, long dst... method pencilSketch_1 (line 1112) | private static native void pencilSketch_1(long src_nativeObj, long dst... method pencilSketch_2 (line 1113) | private static native void pencilSketch_2(long src_nativeObj, long dst... method pencilSketch_3 (line 1114) | private static native void pencilSketch_3(long src_nativeObj, long dst... method seamlessClone_0 (line 1117) | private static native void seamlessClone_0(long src_nativeObj, long ds... method stylization_0 (line 1120) | private static native void stylization_0(long src_nativeObj, long dst_... method stylization_1 (line 1121) | private static native void stylization_1(long src_nativeObj, long dst_... method stylization_2 (line 1122) | private static native void stylization_2(long src_nativeObj, long dst_... method textureFlattening_0 (line 1125) | private static native void textureFlattening_0(long src_nativeObj, lon... method textureFlattening_1 (line 1126) | private static native void textureFlattening_1(long src_nativeObj, lon... method textureFlattening_2 (line 1127) | private static native void textureFlattening_2(long src_nativeObj, lon... method textureFlattening_3 (line 1128) | private static native void textureFlattening_3(long src_nativeObj, lon... FILE: openCV/src/main/java/org/opencv/photo/Tonemap.java class Tonemap (line 12) | public class Tonemap extends Algorithm { method Tonemap (line 14) | protected Tonemap(long addr) { super(addr); } method __fromPtr__ (line 17) | public static Tonemap __fromPtr__(long addr) { return new Tonemap(addr... method getGamma (line 24) | public float getGamma() method process (line 38) | public void process(Mat src, Mat dst) method setGamma (line 52) | public void setGamma(float gamma) method finalize (line 61) | @Override method getGamma_0 (line 69) | private static native float getGamma_0(long nativeObj); method process_0 (line 72) | private static native void process_0(long nativeObj, long src_nativeOb... method setGamma_0 (line 75) | private static native void setGamma_0(long nativeObj, float gamma); method delete (line 78) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/photo/TonemapDrago.java class TonemapDrago (line 11) | public class TonemapDrago extends Tonemap { method TonemapDrago (line 13) | protected TonemapDrago(long addr) { super(addr); } method __fromPtr__ (line 16) | public static TonemapDrago __fromPtr__(long addr) { return new Tonemap... method getBias (line 23) | public float getBias() method getSaturation (line 37) | public float getSaturation() method setBias (line 51) | public void setBias(float bias) method setSaturation (line 65) | public void setSaturation(float saturation) method finalize (line 74) | @Override method getBias_0 (line 82) | private static native float getBias_0(long nativeObj); method getSaturation_0 (line 85) | private static native float getSaturation_0(long nativeObj); method setBias_0 (line 88) | private static native void setBias_0(long nativeObj, float bias); method setSaturation_0 (line 91) | private static native void setSaturation_0(long nativeObj, float satur... method delete (line 94) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/photo/TonemapMantiuk.java class TonemapMantiuk (line 11) | public class TonemapMantiuk extends Tonemap { method TonemapMantiuk (line 13) | protected TonemapMantiuk(long addr) { super(addr); } method __fromPtr__ (line 16) | public static TonemapMantiuk __fromPtr__(long addr) { return new Tonem... method getSaturation (line 23) | public float getSaturation() method getScale (line 37) | public float getScale() method setSaturation (line 51) | public void setSaturation(float saturation) method setScale (line 65) | public void setScale(float scale) method finalize (line 74) | @Override method getSaturation_0 (line 82) | private static native float getSaturation_0(long nativeObj); method getScale_0 (line 85) | private static native float getScale_0(long nativeObj); method setSaturation_0 (line 88) | private static native void setSaturation_0(long nativeObj, float satur... method setScale_0 (line 91) | private static native void setScale_0(long nativeObj, float scale); method delete (line 94) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/photo/TonemapReinhard.java class TonemapReinhard (line 11) | public class TonemapReinhard extends Tonemap { method TonemapReinhard (line 13) | protected TonemapReinhard(long addr) { super(addr); } method __fromPtr__ (line 16) | public static TonemapReinhard __fromPtr__(long addr) { return new Tone... method getColorAdaptation (line 23) | public float getColorAdaptation() method getIntensity (line 37) | public float getIntensity() method getLightAdaptation (line 51) | public float getLightAdaptation() method setColorAdaptation (line 65) | public void setColorAdaptation(float color_adapt) method setIntensity (line 79) | public void setIntensity(float intensity) method setLightAdaptation (line 93) | public void setLightAdaptation(float light_adapt) method finalize (line 102) | @Override method getColorAdaptation_0 (line 110) | private static native float getColorAdaptation_0(long nativeObj); method getIntensity_0 (line 113) | private static native float getIntensity_0(long nativeObj); method getLightAdaptation_0 (line 116) | private static native float getLightAdaptation_0(long nativeObj); method setColorAdaptation_0 (line 119) | private static native void setColorAdaptation_0(long nativeObj, float ... method setIntensity_0 (line 122) | private static native void setIntensity_0(long nativeObj, float intens... method setLightAdaptation_0 (line 125) | private static native void setLightAdaptation_0(long nativeObj, float ... method delete (line 128) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/utils/Converters.java class Converters (line 23) | public class Converters { method vector_Point_to_Mat (line 25) | public static Mat vector_Point_to_Mat(List pts) { method vector_Point2f_to_Mat (line 29) | public static Mat vector_Point2f_to_Mat(List pts) { method vector_Point2d_to_Mat (line 33) | public static Mat vector_Point2d_to_Mat(List pts) { method vector_Point_to_Mat (line 37) | public static Mat vector_Point_to_Mat(List pts, int typeDepth) { method vector_Point3i_to_Mat (line 87) | public static Mat vector_Point3i_to_Mat(List pts) { method vector_Point3f_to_Mat (line 91) | public static Mat vector_Point3f_to_Mat(List pts) { method vector_Point3d_to_Mat (line 95) | public static Mat vector_Point3d_to_Mat(List pts) { method vector_Point3_to_Mat (line 99) | public static Mat vector_Point3_to_Mat(List pts, int typeDepth) { method Mat_to_vector_Point2f (line 152) | public static void Mat_to_vector_Point2f(Mat m, List pts) { method Mat_to_vector_Point2d (line 156) | public static void Mat_to_vector_Point2d(Mat m, List pts) { method Mat_to_vector_Point (line 160) | public static void Mat_to_vector_Point(Mat m, List pts) { method Mat_to_vector_Point3i (line 193) | public static void Mat_to_vector_Point3i(Mat m, List pts) { method Mat_to_vector_Point3f (line 197) | public static void Mat_to_vector_Point3f(Mat m, List pts) { method Mat_to_vector_Point3d (line 201) | public static void Mat_to_vector_Point3d(Mat m, List pts) { method Mat_to_vector_Point3 (line 205) | public static void Mat_to_vector_Point3(Mat m, List pts) { method vector_Mat_to_Mat (line 238) | public static Mat vector_Mat_to_Mat(List mats) { method Mat_to_vector_Mat (line 256) | public static void Mat_to_vector_Mat(Mat m, List mats) { method vector_float_to_Mat (line 273) | public static Mat vector_float_to_Mat(List fs) { method Mat_to_vector_float (line 290) | public static void Mat_to_vector_float(Mat m, List fs) { method vector_uchar_to_Mat (line 306) | public static Mat vector_uchar_to_Mat(List bs) { method Mat_to_vector_uchar (line 323) | public static void Mat_to_vector_uchar(Mat m, List us) { method vector_char_to_Mat (line 339) | public static Mat vector_char_to_Mat(List bs) { method vector_int_to_Mat (line 356) | public static Mat vector_int_to_Mat(List is) { method Mat_to_vector_int (line 373) | public static void Mat_to_vector_int(Mat m, List is) { method Mat_to_vector_char (line 389) | public static void Mat_to_vector_char(Mat m, List bs) { method vector_Rect_to_Mat (line 405) | public static Mat vector_Rect_to_Mat(List rs) { method Mat_to_vector_Rect (line 425) | public static void Mat_to_vector_Rect(Mat m, List rs) { method vector_Rect2d_to_Mat (line 441) | public static Mat vector_Rect2d_to_Mat(List rs) { method Mat_to_vector_Rect2d (line 461) | public static void Mat_to_vector_Rect2d(Mat m, List rs) { method vector_KeyPoint_to_Mat (line 477) | public static Mat vector_KeyPoint_to_Mat(List kps) { method Mat_to_vector_KeyPoint (line 500) | public static void Mat_to_vector_KeyPoint(Mat m, List kps) { method vector_vector_Point_to_Mat (line 518) | public static Mat vector_vector_Point_to_Mat(List pts, Lis... method Mat_to_vector_vector_Point (line 531) | public static void Mat_to_vector_vector_Point(Mat m, List ... method Mat_to_vector_vector_Point2f (line 549) | public static void Mat_to_vector_vector_Point2f(Mat m, List pts,... method Mat_to_vector_vector_Point3f (line 581) | public static void Mat_to_vector_vector_Point3f(Mat m, List pts,... method vector_vector_KeyPoint_to_Mat (line 613) | public static Mat vector_vector_KeyPoint_to_Mat(List kp... method Mat_to_vector_vector_KeyPoint (line 626) | public static void Mat_to_vector_vector_KeyPoint(Mat m, List ds) { method Mat_to_vector_double (line 660) | public static void Mat_to_vector_double(Mat m, List ds) { method vector_DMatch_to_Mat (line 676) | public static Mat vector_DMatch_to_Mat(List matches) { method Mat_to_vector_DMatch (line 696) | public static void Mat_to_vector_DMatch(Mat m, List matches) { method vector_vector_DMatch_to_Mat (line 713) | public static Mat vector_vector_DMatch_to_Mat(List lvdm, ... method Mat_to_vector_vector_DMatch (line 726) | public static void Mat_to_vector_vector_DMatch(Mat m, List lvb, List<... method Mat_to_vector_vector_char (line 758) | public static void Mat_to_vector_vector_char(Mat m, List> l... method vector_RotatedRect_to_Mat (line 776) | public static Mat vector_RotatedRect_to_Mat(List rs) { method Mat_to_vector_RotatedRect (line 797) | public static void Mat_to_vector_RotatedRect(Mat m, List ... FILE: openCV/src/main/java/org/opencv/video/BackgroundSubtractor.java class BackgroundSubtractor (line 12) | public class BackgroundSubtractor extends Algorithm { method BackgroundSubtractor (line 14) | protected BackgroundSubtractor(long addr) { super(addr); } method __fromPtr__ (line 17) | public static BackgroundSubtractor __fromPtr__(long addr) { return new... method apply (line 24) | public void apply(Mat image, Mat fgmask, double learningRate) method apply (line 33) | public void apply(Mat image, Mat fgmask) method getBackgroundImage (line 47) | public void getBackgroundImage(Mat backgroundImage) method finalize (line 56) | @Override method apply_0 (line 64) | private static native void apply_0(long nativeObj, long image_nativeOb... method apply_1 (line 65) | private static native void apply_1(long nativeObj, long image_nativeOb... method getBackgroundImage_0 (line 68) | private static native void getBackgroundImage_0(long nativeObj, long b... method delete (line 71) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/video/BackgroundSubtractorKNN.java class BackgroundSubtractorKNN (line 11) | public class BackgroundSubtractorKNN extends BackgroundSubtractor { method BackgroundSubtractorKNN (line 13) | protected BackgroundSubtractorKNN(long addr) { super(addr); } method __fromPtr__ (line 16) | public static BackgroundSubtractorKNN __fromPtr__(long addr) { return ... method getDetectShadows (line 23) | public boolean getDetectShadows() method getDist2Threshold (line 37) | public double getDist2Threshold() method getShadowThreshold (line 51) | public double getShadowThreshold() method getHistory (line 65) | public int getHistory() method getNSamples (line 79) | public int getNSamples() method getShadowValue (line 93) | public int getShadowValue() method getkNNSamples (line 107) | public int getkNNSamples() method setDetectShadows (line 121) | public void setDetectShadows(boolean detectShadows) method setDist2Threshold (line 135) | public void setDist2Threshold(double _dist2Threshold) method setHistory (line 149) | public void setHistory(int history) method setNSamples (line 163) | public void setNSamples(int _nN) method setShadowThreshold (line 177) | public void setShadowThreshold(double threshold) method setShadowValue (line 191) | public void setShadowValue(int value) method setkNNSamples (line 205) | public void setkNNSamples(int _nkNN) method finalize (line 214) | @Override method getDetectShadows_0 (line 222) | private static native boolean getDetectShadows_0(long nativeObj); method getDist2Threshold_0 (line 225) | private static native double getDist2Threshold_0(long nativeObj); method getShadowThreshold_0 (line 228) | private static native double getShadowThreshold_0(long nativeObj); method getHistory_0 (line 231) | private static native int getHistory_0(long nativeObj); method getNSamples_0 (line 234) | private static native int getNSamples_0(long nativeObj); method getShadowValue_0 (line 237) | private static native int getShadowValue_0(long nativeObj); method getkNNSamples_0 (line 240) | private static native int getkNNSamples_0(long nativeObj); method setDetectShadows_0 (line 243) | private static native void setDetectShadows_0(long nativeObj, boolean ... method setDist2Threshold_0 (line 246) | private static native void setDist2Threshold_0(long nativeObj, double ... method setHistory_0 (line 249) | private static native void setHistory_0(long nativeObj, int history); method setNSamples_0 (line 252) | private static native void setNSamples_0(long nativeObj, int _nN); method setShadowThreshold_0 (line 255) | private static native void setShadowThreshold_0(long nativeObj, double... method setShadowValue_0 (line 258) | private static native void setShadowValue_0(long nativeObj, int value); method setkNNSamples_0 (line 261) | private static native void setkNNSamples_0(long nativeObj, int _nkNN); method delete (line 264) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/video/BackgroundSubtractorMOG2.java class BackgroundSubtractorMOG2 (line 12) | public class BackgroundSubtractorMOG2 extends BackgroundSubtractor { method BackgroundSubtractorMOG2 (line 14) | protected BackgroundSubtractorMOG2(long addr) { super(addr); } method __fromPtr__ (line 17) | public static BackgroundSubtractorMOG2 __fromPtr__(long addr) { return... method getDetectShadows (line 24) | public boolean getDetectShadows() method getBackgroundRatio (line 38) | public double getBackgroundRatio() method getComplexityReductionThreshold (line 52) | public double getComplexityReductionThreshold() method getShadowThreshold (line 66) | public double getShadowThreshold() method getVarInit (line 80) | public double getVarInit() method getVarMax (line 94) | public double getVarMax() method getVarMin (line 108) | public double getVarMin() method getVarThreshold (line 122) | public double getVarThreshold() method getVarThresholdGen (line 136) | public double getVarThresholdGen() method getHistory (line 150) | public int getHistory() method getNMixtures (line 164) | public int getNMixtures() method getShadowValue (line 178) | public int getShadowValue() method apply (line 192) | public void apply(Mat image, Mat fgmask, double learningRate) method apply (line 201) | public void apply(Mat image, Mat fgmask) method setBackgroundRatio (line 215) | public void setBackgroundRatio(double ratio) method setComplexityReductionThreshold (line 229) | public void setComplexityReductionThreshold(double ct) method setDetectShadows (line 243) | public void setDetectShadows(boolean detectShadows) method setHistory (line 257) | public void setHistory(int history) method setNMixtures (line 271) | public void setNMixtures(int nmixtures) method setShadowThreshold (line 285) | public void setShadowThreshold(double threshold) method setShadowValue (line 299) | public void setShadowValue(int value) method setVarInit (line 313) | public void setVarInit(double varInit) method setVarMax (line 327) | public void setVarMax(double varMax) method setVarMin (line 341) | public void setVarMin(double varMin) method setVarThreshold (line 355) | public void setVarThreshold(double varThreshold) method setVarThresholdGen (line 369) | public void setVarThresholdGen(double varThresholdGen) method finalize (line 378) | @Override method getDetectShadows_0 (line 386) | private static native boolean getDetectShadows_0(long nativeObj); method getBackgroundRatio_0 (line 389) | private static native double getBackgroundRatio_0(long nativeObj); method getComplexityReductionThreshold_0 (line 392) | private static native double getComplexityReductionThreshold_0(long na... method getShadowThreshold_0 (line 395) | private static native double getShadowThreshold_0(long nativeObj); method getVarInit_0 (line 398) | private static native double getVarInit_0(long nativeObj); method getVarMax_0 (line 401) | private static native double getVarMax_0(long nativeObj); method getVarMin_0 (line 404) | private static native double getVarMin_0(long nativeObj); method getVarThreshold_0 (line 407) | private static native double getVarThreshold_0(long nativeObj); method getVarThresholdGen_0 (line 410) | private static native double getVarThresholdGen_0(long nativeObj); method getHistory_0 (line 413) | private static native int getHistory_0(long nativeObj); method getNMixtures_0 (line 416) | private static native int getNMixtures_0(long nativeObj); method getShadowValue_0 (line 419) | private static native int getShadowValue_0(long nativeObj); method apply_0 (line 422) | private static native void apply_0(long nativeObj, long image_nativeOb... method apply_1 (line 423) | private static native void apply_1(long nativeObj, long image_nativeOb... method setBackgroundRatio_0 (line 426) | private static native void setBackgroundRatio_0(long nativeObj, double... method setComplexityReductionThreshold_0 (line 429) | private static native void setComplexityReductionThreshold_0(long nati... method setDetectShadows_0 (line 432) | private static native void setDetectShadows_0(long nativeObj, boolean ... method setHistory_0 (line 435) | private static native void setHistory_0(long nativeObj, int history); method setNMixtures_0 (line 438) | private static native void setNMixtures_0(long nativeObj, int nmixtures); method setShadowThreshold_0 (line 441) | private static native void setShadowThreshold_0(long nativeObj, double... method setShadowValue_0 (line 444) | private static native void setShadowValue_0(long nativeObj, int value); method setVarInit_0 (line 447) | private static native void setVarInit_0(long nativeObj, double varInit); method setVarMax_0 (line 450) | private static native void setVarMax_0(long nativeObj, double varMax); method setVarMin_0 (line 453) | private static native void setVarMin_0(long nativeObj, double varMin); method setVarThreshold_0 (line 456) | private static native void setVarThreshold_0(long nativeObj, double va... method setVarThresholdGen_0 (line 459) | private static native void setVarThresholdGen_0(long nativeObj, double... method delete (line 462) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/video/DenseOpticalFlow.java class DenseOpticalFlow (line 12) | public class DenseOpticalFlow extends Algorithm { method DenseOpticalFlow (line 14) | protected DenseOpticalFlow(long addr) { super(addr); } method __fromPtr__ (line 17) | public static DenseOpticalFlow __fromPtr__(long addr) { return new Den... method calc (line 24) | public void calc(Mat I0, Mat I1, Mat flow) method collectGarbage (line 38) | public void collectGarbage() method finalize (line 47) | @Override method calc_0 (line 55) | private static native void calc_0(long nativeObj, long I0_nativeObj, l... method collectGarbage_0 (line 58) | private static native void collectGarbage_0(long nativeObj); method delete (line 61) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/video/DualTVL1OpticalFlow.java class DualTVL1OpticalFlow (line 12) | public class DualTVL1OpticalFlow extends DenseOpticalFlow { method DualTVL1OpticalFlow (line 14) | protected DualTVL1OpticalFlow(long addr) { super(addr); } method __fromPtr__ (line 17) | public static DualTVL1OpticalFlow __fromPtr__(long addr) { return new ... method create (line 24) | public static DualTVL1OpticalFlow create(double tau, double lambda, do... method create (line 33) | public static DualTVL1OpticalFlow create(double tau, double lambda, do... method create (line 42) | public static DualTVL1OpticalFlow create(double tau, double lambda, do... method create (line 51) | public static DualTVL1OpticalFlow create(double tau, double lambda, do... method create (line 60) | public static DualTVL1OpticalFlow create(double tau, double lambda, do... method create (line 69) | public static DualTVL1OpticalFlow create(double tau, double lambda, do... method create (line 78) | public static DualTVL1OpticalFlow create(double tau, double lambda, do... method create (line 87) | public static DualTVL1OpticalFlow create(double tau, double lambda, do... method create (line 96) | public static DualTVL1OpticalFlow create(double tau, double lambda, do... method create (line 105) | public static DualTVL1OpticalFlow create(double tau, double lambda, do... method create (line 114) | public static DualTVL1OpticalFlow create(double tau, double lambda) method create (line 123) | public static DualTVL1OpticalFlow create(double tau) method create (line 132) | public static DualTVL1OpticalFlow create() method getUseInitialFlow (line 146) | public boolean getUseInitialFlow() method getEpsilon (line 160) | public double getEpsilon() method getGamma (line 174) | public double getGamma() method getLambda (line 188) | public double getLambda() method getScaleStep (line 202) | public double getScaleStep() method getTau (line 216) | public double getTau() method getTheta (line 230) | public double getTheta() method getInnerIterations (line 244) | public int getInnerIterations() method getMedianFiltering (line 258) | public int getMedianFiltering() method getOuterIterations (line 272) | public int getOuterIterations() method getScalesNumber (line 286) | public int getScalesNumber() method getWarpingsNumber (line 300) | public int getWarpingsNumber() method setEpsilon (line 314) | public void setEpsilon(double val) method setGamma (line 328) | public void setGamma(double val) method setInnerIterations (line 342) | public void setInnerIterations(int val) method setLambda (line 356) | public void setLambda(double val) method setMedianFiltering (line 370) | public void setMedianFiltering(int val) method setOuterIterations (line 384) | public void setOuterIterations(int val) method setScaleStep (line 398) | public void setScaleStep(double val) method setScalesNumber (line 412) | public void setScalesNumber(int val) method setTau (line 426) | public void setTau(double val) method setTheta (line 440) | public void setTheta(double val) method setUseInitialFlow (line 454) | public void setUseInitialFlow(boolean val) method setWarpingsNumber (line 468) | public void setWarpingsNumber(int val) method finalize (line 477) | @Override method create_0 (line 485) | private static native long create_0(double tau, double lambda, double ... method create_1 (line 486) | private static native long create_1(double tau, double lambda, double ... method create_2 (line 487) | private static native long create_2(double tau, double lambda, double ... method create_3 (line 488) | private static native long create_3(double tau, double lambda, double ... method create_4 (line 489) | private static native long create_4(double tau, double lambda, double ... method create_5 (line 490) | private static native long create_5(double tau, double lambda, double ... method create_6 (line 491) | private static native long create_6(double tau, double lambda, double ... method create_7 (line 492) | private static native long create_7(double tau, double lambda, double ... method create_8 (line 493) | private static native long create_8(double tau, double lambda, double ... method create_9 (line 494) | private static native long create_9(double tau, double lambda, double ... method create_10 (line 495) | private static native long create_10(double tau, double lambda); method create_11 (line 496) | private static native long create_11(double tau); method create_12 (line 497) | private static native long create_12(); method getUseInitialFlow_0 (line 500) | private static native boolean getUseInitialFlow_0(long nativeObj); method getEpsilon_0 (line 503) | private static native double getEpsilon_0(long nativeObj); method getGamma_0 (line 506) | private static native double getGamma_0(long nativeObj); method getLambda_0 (line 509) | private static native double getLambda_0(long nativeObj); method getScaleStep_0 (line 512) | private static native double getScaleStep_0(long nativeObj); method getTau_0 (line 515) | private static native double getTau_0(long nativeObj); method getTheta_0 (line 518) | private static native double getTheta_0(long nativeObj); method getInnerIterations_0 (line 521) | private static native int getInnerIterations_0(long nativeObj); method getMedianFiltering_0 (line 524) | private static native int getMedianFiltering_0(long nativeObj); method getOuterIterations_0 (line 527) | private static native int getOuterIterations_0(long nativeObj); method getScalesNumber_0 (line 530) | private static native int getScalesNumber_0(long nativeObj); method getWarpingsNumber_0 (line 533) | private static native int getWarpingsNumber_0(long nativeObj); method setEpsilon_0 (line 536) | private static native void setEpsilon_0(long nativeObj, double val); method setGamma_0 (line 539) | private static native void setGamma_0(long nativeObj, double val); method setInnerIterations_0 (line 542) | private static native void setInnerIterations_0(long nativeObj, int val); method setLambda_0 (line 545) | private static native void setLambda_0(long nativeObj, double val); method setMedianFiltering_0 (line 548) | private static native void setMedianFiltering_0(long nativeObj, int val); method setOuterIterations_0 (line 551) | private static native void setOuterIterations_0(long nativeObj, int val); method setScaleStep_0 (line 554) | private static native void setScaleStep_0(long nativeObj, double val); method setScalesNumber_0 (line 557) | private static native void setScalesNumber_0(long nativeObj, int val); method setTau_0 (line 560) | private static native void setTau_0(long nativeObj, double val); method setTheta_0 (line 563) | private static native void setTheta_0(long nativeObj, double val); method setUseInitialFlow_0 (line 566) | private static native void setUseInitialFlow_0(long nativeObj, boolean... method setWarpingsNumber_0 (line 569) | private static native void setWarpingsNumber_0(long nativeObj, int val); method delete (line 572) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/video/FarnebackOpticalFlow.java class FarnebackOpticalFlow (line 12) | public class FarnebackOpticalFlow extends DenseOpticalFlow { method FarnebackOpticalFlow (line 14) | protected FarnebackOpticalFlow(long addr) { super(addr); } method __fromPtr__ (line 17) | public static FarnebackOpticalFlow __fromPtr__(long addr) { return new... method create (line 24) | public static FarnebackOpticalFlow create(int numLevels, double pyrSca... method create (line 33) | public static FarnebackOpticalFlow create(int numLevels, double pyrSca... method create (line 42) | public static FarnebackOpticalFlow create(int numLevels, double pyrSca... method create (line 51) | public static FarnebackOpticalFlow create(int numLevels, double pyrSca... method create (line 60) | public static FarnebackOpticalFlow create(int numLevels, double pyrSca... method create (line 69) | public static FarnebackOpticalFlow create(int numLevels, double pyrSca... method create (line 78) | public static FarnebackOpticalFlow create(int numLevels, double pyrScale) method create (line 87) | public static FarnebackOpticalFlow create(int numLevels) method create (line 96) | public static FarnebackOpticalFlow create() method getFastPyramids (line 110) | public boolean getFastPyramids() method getPolySigma (line 124) | public double getPolySigma() method getPyrScale (line 138) | public double getPyrScale() method getFlags (line 152) | public int getFlags() method getNumIters (line 166) | public int getNumIters() method getNumLevels (line 180) | public int getNumLevels() method getPolyN (line 194) | public int getPolyN() method getWinSize (line 208) | public int getWinSize() method setFastPyramids (line 222) | public void setFastPyramids(boolean fastPyramids) method setFlags (line 236) | public void setFlags(int flags) method setNumIters (line 250) | public void setNumIters(int numIters) method setNumLevels (line 264) | public void setNumLevels(int numLevels) method setPolyN (line 278) | public void setPolyN(int polyN) method setPolySigma (line 292) | public void setPolySigma(double polySigma) method setPyrScale (line 306) | public void setPyrScale(double pyrScale) method setWinSize (line 320) | public void setWinSize(int winSize) method finalize (line 329) | @Override method create_0 (line 337) | private static native long create_0(int numLevels, double pyrScale, bo... method create_1 (line 338) | private static native long create_1(int numLevels, double pyrScale, bo... method create_2 (line 339) | private static native long create_2(int numLevels, double pyrScale, bo... method create_3 (line 340) | private static native long create_3(int numLevels, double pyrScale, bo... method create_4 (line 341) | private static native long create_4(int numLevels, double pyrScale, bo... method create_5 (line 342) | private static native long create_5(int numLevels, double pyrScale, bo... method create_6 (line 343) | private static native long create_6(int numLevels, double pyrScale); method create_7 (line 344) | private static native long create_7(int numLevels); method create_8 (line 345) | private static native long create_8(); method getFastPyramids_0 (line 348) | private static native boolean getFastPyramids_0(long nativeObj); method getPolySigma_0 (line 351) | private static native double getPolySigma_0(long nativeObj); method getPyrScale_0 (line 354) | private static native double getPyrScale_0(long nativeObj); method getFlags_0 (line 357) | private static native int getFlags_0(long nativeObj); method getNumIters_0 (line 360) | private static native int getNumIters_0(long nativeObj); method getNumLevels_0 (line 363) | private static native int getNumLevels_0(long nativeObj); method getPolyN_0 (line 366) | private static native int getPolyN_0(long nativeObj); method getWinSize_0 (line 369) | private static native int getWinSize_0(long nativeObj); method setFastPyramids_0 (line 372) | private static native void setFastPyramids_0(long nativeObj, boolean f... method setFlags_0 (line 375) | private static native void setFlags_0(long nativeObj, int flags); method setNumIters_0 (line 378) | private static native void setNumIters_0(long nativeObj, int numIters); method setNumLevels_0 (line 381) | private static native void setNumLevels_0(long nativeObj, int numLevels); method setPolyN_0 (line 384) | private static native void setPolyN_0(long nativeObj, int polyN); method setPolySigma_0 (line 387) | private static native void setPolySigma_0(long nativeObj, double polyS... method setPyrScale_0 (line 390) | private static native void setPyrScale_0(long nativeObj, double pyrSca... method setWinSize_0 (line 393) | private static native void setWinSize_0(long nativeObj, int winSize); method delete (line 396) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/video/KalmanFilter.java class KalmanFilter (line 11) | public class KalmanFilter { method KalmanFilter (line 14) | protected KalmanFilter(long addr) { nativeObj = addr; } method getNativeObjAddr (line 16) | public long getNativeObjAddr() { return nativeObj; } method __fromPtr__ (line 19) | public static KalmanFilter __fromPtr__(long addr) { return new KalmanF... method KalmanFilter (line 26) | public KalmanFilter(int dynamParams, int measureParams, int controlP... method KalmanFilter (line 35) | public KalmanFilter(int dynamParams, int measureParams, int controlP... method KalmanFilter (line 44) | public KalmanFilter(int dynamParams, int measureParams) method KalmanFilter (line 58) | public KalmanFilter() method correct (line 72) | public Mat correct(Mat measurement) method predict (line 86) | public Mat predict(Mat control) method predict (line 95) | public Mat predict() method get_statePre (line 109) | public Mat get_statePre() method set_statePre (line 123) | public void set_statePre(Mat statePre) method get_statePost (line 137) | public Mat get_statePost() method set_statePost (line 151) | public void set_statePost(Mat statePost) method get_transitionMatrix (line 165) | public Mat get_transitionMatrix() method set_transitionMatrix (line 179) | public void set_transitionMatrix(Mat transitionMatrix) method get_controlMatrix (line 193) | public Mat get_controlMatrix() method set_controlMatrix (line 207) | public void set_controlMatrix(Mat controlMatrix) method get_measurementMatrix (line 221) | public Mat get_measurementMatrix() method set_measurementMatrix (line 235) | public void set_measurementMatrix(Mat measurementMatrix) method get_processNoiseCov (line 249) | public Mat get_processNoiseCov() method set_processNoiseCov (line 263) | public void set_processNoiseCov(Mat processNoiseCov) method get_measurementNoiseCov (line 277) | public Mat get_measurementNoiseCov() method set_measurementNoiseCov (line 291) | public void set_measurementNoiseCov(Mat measurementNoiseCov) method get_errorCovPre (line 305) | public Mat get_errorCovPre() method set_errorCovPre (line 319) | public void set_errorCovPre(Mat errorCovPre) method get_gain (line 333) | public Mat get_gain() method set_gain (line 347) | public void set_gain(Mat gain) method get_errorCovPost (line 361) | public Mat get_errorCovPost() method set_errorCovPost (line 375) | public void set_errorCovPost(Mat errorCovPost) method finalize (line 384) | @Override method KalmanFilter_0 (line 392) | private static native long KalmanFilter_0(int dynamParams, int measure... method KalmanFilter_1 (line 393) | private static native long KalmanFilter_1(int dynamParams, int measure... method KalmanFilter_2 (line 394) | private static native long KalmanFilter_2(int dynamParams, int measure... method KalmanFilter_3 (line 397) | private static native long KalmanFilter_3(); method correct_0 (line 400) | private static native long correct_0(long nativeObj, long measurement_... method predict_0 (line 403) | private static native long predict_0(long nativeObj, long control_nati... method predict_1 (line 404) | private static native long predict_1(long nativeObj); method get_statePre_0 (line 407) | private static native long get_statePre_0(long nativeObj); method set_statePre_0 (line 410) | private static native void set_statePre_0(long nativeObj, long statePr... method get_statePost_0 (line 413) | private static native long get_statePost_0(long nativeObj); method set_statePost_0 (line 416) | private static native void set_statePost_0(long nativeObj, long stateP... method get_transitionMatrix_0 (line 419) | private static native long get_transitionMatrix_0(long nativeObj); method set_transitionMatrix_0 (line 422) | private static native void set_transitionMatrix_0(long nativeObj, long... method get_controlMatrix_0 (line 425) | private static native long get_controlMatrix_0(long nativeObj); method set_controlMatrix_0 (line 428) | private static native void set_controlMatrix_0(long nativeObj, long co... method get_measurementMatrix_0 (line 431) | private static native long get_measurementMatrix_0(long nativeObj); method set_measurementMatrix_0 (line 434) | private static native void set_measurementMatrix_0(long nativeObj, lon... method get_processNoiseCov_0 (line 437) | private static native long get_processNoiseCov_0(long nativeObj); method set_processNoiseCov_0 (line 440) | private static native void set_processNoiseCov_0(long nativeObj, long ... method get_measurementNoiseCov_0 (line 443) | private static native long get_measurementNoiseCov_0(long nativeObj); method set_measurementNoiseCov_0 (line 446) | private static native void set_measurementNoiseCov_0(long nativeObj, l... method get_errorCovPre_0 (line 449) | private static native long get_errorCovPre_0(long nativeObj); method set_errorCovPre_0 (line 452) | private static native void set_errorCovPre_0(long nativeObj, long erro... method get_gain_0 (line 455) | private static native long get_gain_0(long nativeObj); method set_gain_0 (line 458) | private static native void set_gain_0(long nativeObj, long gain_native... method get_errorCovPost_0 (line 461) | private static native long get_errorCovPost_0(long nativeObj); method set_errorCovPost_0 (line 464) | private static native void set_errorCovPost_0(long nativeObj, long err... method delete (line 467) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/video/SparseOpticalFlow.java class SparseOpticalFlow (line 12) | public class SparseOpticalFlow extends Algorithm { method SparseOpticalFlow (line 14) | protected SparseOpticalFlow(long addr) { super(addr); } method __fromPtr__ (line 17) | public static SparseOpticalFlow __fromPtr__(long addr) { return new Sp... method calc (line 24) | public void calc(Mat prevImg, Mat nextImg, Mat prevPts, Mat nextPts, ... method calc (line 33) | public void calc(Mat prevImg, Mat nextImg, Mat prevPts, Mat nextPts, ... method finalize (line 42) | @Override method calc_0 (line 50) | private static native void calc_0(long nativeObj, long prevImg_nativeO... method calc_1 (line 51) | private static native void calc_1(long nativeObj, long prevImg_nativeO... method delete (line 54) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/video/SparsePyrLKOpticalFlow.java class SparsePyrLKOpticalFlow (line 14) | public class SparsePyrLKOpticalFlow extends SparseOpticalFlow { method SparsePyrLKOpticalFlow (line 16) | protected SparsePyrLKOpticalFlow(long addr) { super(addr); } method __fromPtr__ (line 19) | public static SparsePyrLKOpticalFlow __fromPtr__(long addr) { return n... method create (line 26) | public static SparsePyrLKOpticalFlow create(Size winSize, int maxLevel... method create (line 35) | public static SparsePyrLKOpticalFlow create(Size winSize, int maxLevel... method create (line 44) | public static SparsePyrLKOpticalFlow create(Size winSize, int maxLevel... method create (line 53) | public static SparsePyrLKOpticalFlow create(Size winSize, int maxLevel) method create (line 62) | public static SparsePyrLKOpticalFlow create(Size winSize) method create (line 71) | public static SparsePyrLKOpticalFlow create() method getWinSize (line 85) | public Size getWinSize() method getTermCriteria (line 99) | public TermCriteria getTermCriteria() method getMinEigThreshold (line 113) | public double getMinEigThreshold() method getFlags (line 127) | public int getFlags() method getMaxLevel (line 141) | public int getMaxLevel() method setFlags (line 155) | public void setFlags(int flags) method setMaxLevel (line 169) | public void setMaxLevel(int maxLevel) method setMinEigThreshold (line 183) | public void setMinEigThreshold(double minEigThreshold) method setTermCriteria (line 197) | public void setTermCriteria(TermCriteria crit) method setWinSize (line 211) | public void setWinSize(Size winSize) method finalize (line 220) | @Override method create_0 (line 228) | private static native long create_0(double winSize_width, double winSi... method create_1 (line 229) | private static native long create_1(double winSize_width, double winSi... method create_2 (line 230) | private static native long create_2(double winSize_width, double winSi... method create_3 (line 231) | private static native long create_3(double winSize_width, double winSi... method create_4 (line 232) | private static native long create_4(double winSize_width, double winSi... method create_5 (line 233) | private static native long create_5(); method getWinSize_0 (line 236) | private static native double[] getWinSize_0(long nativeObj); method getTermCriteria_0 (line 239) | private static native double[] getTermCriteria_0(long nativeObj); method getMinEigThreshold_0 (line 242) | private static native double getMinEigThreshold_0(long nativeObj); method getFlags_0 (line 245) | private static native int getFlags_0(long nativeObj); method getMaxLevel_0 (line 248) | private static native int getMaxLevel_0(long nativeObj); method setFlags_0 (line 251) | private static native void setFlags_0(long nativeObj, int flags); method setMaxLevel_0 (line 254) | private static native void setMaxLevel_0(long nativeObj, int maxLevel); method setMinEigThreshold_0 (line 257) | private static native void setMinEigThreshold_0(long nativeObj, double... method setTermCriteria_0 (line 260) | private static native void setTermCriteria_0(long nativeObj, int crit_... method setWinSize_0 (line 263) | private static native void setWinSize_0(long nativeObj, double winSize... method delete (line 266) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/video/Video.java class Video (line 24) | public class Video { method estimateRigidTransform (line 47) | public static Mat estimateRigidTransform(Mat src, Mat dst, boolean ful... method estimateRigidTransform (line 61) | public static Mat estimateRigidTransform(Mat src, Mat dst, boolean ful... method createBackgroundSubtractorKNN (line 75) | public static BackgroundSubtractorKNN createBackgroundSubtractorKNN(in... method createBackgroundSubtractorKNN (line 84) | public static BackgroundSubtractorKNN createBackgroundSubtractorKNN(in... method createBackgroundSubtractorKNN (line 93) | public static BackgroundSubtractorKNN createBackgroundSubtractorKNN(in... method createBackgroundSubtractorKNN (line 102) | public static BackgroundSubtractorKNN createBackgroundSubtractorKNN() method createBackgroundSubtractorMOG2 (line 116) | public static BackgroundSubtractorMOG2 createBackgroundSubtractorMOG2(... method createBackgroundSubtractorMOG2 (line 125) | public static BackgroundSubtractorMOG2 createBackgroundSubtractorMOG2(... method createBackgroundSubtractorMOG2 (line 134) | public static BackgroundSubtractorMOG2 createBackgroundSubtractorMOG2(... method createBackgroundSubtractorMOG2 (line 143) | public static BackgroundSubtractorMOG2 createBackgroundSubtractorMOG2() method createOptFlow_DualTVL1 (line 157) | public static DualTVL1OpticalFlow createOptFlow_DualTVL1() method CamShift (line 171) | public static RotatedRect CamShift(Mat probImage, Rect window, TermCri... method computeECC (line 185) | public static double computeECC(Mat templateImage, Mat inputImage, Mat... method computeECC (line 194) | public static double computeECC(Mat templateImage, Mat inputImage) method findTransformECC (line 208) | public static double findTransformECC(Mat templateImage, Mat inputImag... method buildOpticalFlowPyramid (line 222) | public static int buildOpticalFlowPyramid(Mat img, List pyramid, ... method buildOpticalFlowPyramid (line 232) | public static int buildOpticalFlowPyramid(Mat img, List pyramid, ... method buildOpticalFlowPyramid (line 242) | public static int buildOpticalFlowPyramid(Mat img, List pyramid, ... method buildOpticalFlowPyramid (line 252) | public static int buildOpticalFlowPyramid(Mat img, List pyramid, ... method buildOpticalFlowPyramid (line 262) | public static int buildOpticalFlowPyramid(Mat img, List pyramid, ... method meanShift (line 277) | public static int meanShift(Mat probImage, Rect window, TermCriteria c... method calcOpticalFlowFarneback (line 291) | public static void calcOpticalFlowFarneback(Mat prev, Mat next, Mat fl... method calcOpticalFlowPyrLK (line 305) | public static void calcOpticalFlowPyrLK(Mat prevImg, Mat nextImg, MatO... method calcOpticalFlowPyrLK (line 317) | public static void calcOpticalFlowPyrLK(Mat prevImg, Mat nextImg, MatO... method calcOpticalFlowPyrLK (line 329) | public static void calcOpticalFlowPyrLK(Mat prevImg, Mat nextImg, MatO... method calcOpticalFlowPyrLK (line 341) | public static void calcOpticalFlowPyrLK(Mat prevImg, Mat nextImg, MatO... method calcOpticalFlowPyrLK (line 353) | public static void calcOpticalFlowPyrLK(Mat prevImg, Mat nextImg, MatO... method calcOpticalFlowPyrLK (line 365) | public static void calcOpticalFlowPyrLK(Mat prevImg, Mat nextImg, MatO... method estimateRigidTransform_0 (line 380) | private static native long estimateRigidTransform_0(long src_nativeObj... method estimateRigidTransform_1 (line 383) | private static native long estimateRigidTransform_1(long src_nativeObj... method createBackgroundSubtractorKNN_0 (line 386) | private static native long createBackgroundSubtractorKNN_0(int history... method createBackgroundSubtractorKNN_1 (line 387) | private static native long createBackgroundSubtractorKNN_1(int history... method createBackgroundSubtractorKNN_2 (line 388) | private static native long createBackgroundSubtractorKNN_2(int history); method createBackgroundSubtractorKNN_3 (line 389) | private static native long createBackgroundSubtractorKNN_3(); method createBackgroundSubtractorMOG2_0 (line 392) | private static native long createBackgroundSubtractorMOG2_0(int histor... method createBackgroundSubtractorMOG2_1 (line 393) | private static native long createBackgroundSubtractorMOG2_1(int histor... method createBackgroundSubtractorMOG2_2 (line 394) | private static native long createBackgroundSubtractorMOG2_2(int history); method createBackgroundSubtractorMOG2_3 (line 395) | private static native long createBackgroundSubtractorMOG2_3(); method createOptFlow_DualTVL1_0 (line 398) | private static native long createOptFlow_DualTVL1_0(); method CamShift_0 (line 401) | private static native double[] CamShift_0(long probImage_nativeObj, in... method computeECC_0 (line 404) | private static native double computeECC_0(long templateImage_nativeObj... method computeECC_1 (line 405) | private static native double computeECC_1(long templateImage_nativeObj... method findTransformECC_0 (line 408) | private static native double findTransformECC_0(long templateImage_nat... method buildOpticalFlowPyramid_0 (line 411) | private static native int buildOpticalFlowPyramid_0(long img_nativeObj... method buildOpticalFlowPyramid_1 (line 412) | private static native int buildOpticalFlowPyramid_1(long img_nativeObj... method buildOpticalFlowPyramid_2 (line 413) | private static native int buildOpticalFlowPyramid_2(long img_nativeObj... method buildOpticalFlowPyramid_3 (line 414) | private static native int buildOpticalFlowPyramid_3(long img_nativeObj... method buildOpticalFlowPyramid_4 (line 415) | private static native int buildOpticalFlowPyramid_4(long img_nativeObj... method meanShift_0 (line 418) | private static native int meanShift_0(long probImage_nativeObj, int wi... method calcOpticalFlowFarneback_0 (line 421) | private static native void calcOpticalFlowFarneback_0(long prev_native... method calcOpticalFlowPyrLK_0 (line 424) | private static native void calcOpticalFlowPyrLK_0(long prevImg_nativeO... method calcOpticalFlowPyrLK_1 (line 425) | private static native void calcOpticalFlowPyrLK_1(long prevImg_nativeO... method calcOpticalFlowPyrLK_2 (line 426) | private static native void calcOpticalFlowPyrLK_2(long prevImg_nativeO... method calcOpticalFlowPyrLK_3 (line 427) | private static native void calcOpticalFlowPyrLK_3(long prevImg_nativeO... method calcOpticalFlowPyrLK_4 (line 428) | private static native void calcOpticalFlowPyrLK_4(long prevImg_nativeO... method calcOpticalFlowPyrLK_5 (line 429) | private static native void calcOpticalFlowPyrLK_5(long prevImg_nativeO... FILE: openCV/src/main/java/org/opencv/videoio/VideoCapture.java class VideoCapture (line 12) | public class VideoCapture { method VideoCapture (line 15) | protected VideoCapture(long addr) { nativeObj = addr; } method getNativeObjAddr (line 17) | public long getNativeObjAddr() { return nativeObj; } method __fromPtr__ (line 20) | public static VideoCapture __fromPtr__(long addr) { return new VideoCa... method VideoCapture (line 27) | public VideoCapture(String filename, int apiPreference) method VideoCapture (line 41) | public VideoCapture(String filename) method VideoCapture (line 55) | public VideoCapture(int index, int apiPreference) method VideoCapture (line 69) | public VideoCapture(int index) method VideoCapture (line 83) | public VideoCapture() method getBackendName (line 97) | public String getBackendName() method grab (line 111) | public boolean grab() method isOpened (line 125) | public boolean isOpened() method open (line 139) | public boolean open(String filename, int apiPreference) method open (line 153) | public boolean open(String filename) method open (line 167) | public boolean open(int cameraNum, int apiPreference) method open (line 181) | public boolean open(int index) method read (line 195) | public boolean read(Mat image) method retrieve (line 209) | public boolean retrieve(Mat image, int flag) method retrieve (line 218) | public boolean retrieve(Mat image) method set (line 232) | public boolean set(int propId, double value) method get (line 246) | public double get(int propId) method release (line 260) | public void release() method finalize (line 269) | @Override method VideoCapture_0 (line 277) | private static native long VideoCapture_0(String filename, int apiPref... method VideoCapture_1 (line 280) | private static native long VideoCapture_1(String filename); method VideoCapture_2 (line 283) | private static native long VideoCapture_2(int index, int apiPreference); method VideoCapture_3 (line 286) | private static native long VideoCapture_3(int index); method VideoCapture_4 (line 289) | private static native long VideoCapture_4(); method getBackendName_0 (line 292) | private static native String getBackendName_0(long nativeObj); method grab_0 (line 295) | private static native boolean grab_0(long nativeObj); method isOpened_0 (line 298) | private static native boolean isOpened_0(long nativeObj); method open_0 (line 301) | private static native boolean open_0(long nativeObj, String filename, ... method open_1 (line 304) | private static native boolean open_1(long nativeObj, String filename); method open_2 (line 307) | private static native boolean open_2(long nativeObj, int cameraNum, in... method open_3 (line 310) | private static native boolean open_3(long nativeObj, int index); method read_0 (line 313) | private static native boolean read_0(long nativeObj, long image_native... method retrieve_0 (line 316) | private static native boolean retrieve_0(long nativeObj, long image_na... method retrieve_1 (line 317) | private static native boolean retrieve_1(long nativeObj, long image_na... method set_0 (line 320) | private static native boolean set_0(long nativeObj, int propId, double... method get_0 (line 323) | private static native double get_0(long nativeObj, int propId); method release_0 (line 326) | private static native void release_0(long nativeObj); method delete (line 329) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/videoio/VideoWriter.java class VideoWriter (line 13) | public class VideoWriter { method VideoWriter (line 16) | protected VideoWriter(long addr) { nativeObj = addr; } method getNativeObjAddr (line 18) | public long getNativeObjAddr() { return nativeObj; } method __fromPtr__ (line 21) | public static VideoWriter __fromPtr__(long addr) { return new VideoWri... method VideoWriter (line 28) | public VideoWriter(String filename, int apiPreference, int fourcc, d... method VideoWriter (line 37) | public VideoWriter(String filename, int apiPreference, int fourcc, d... method VideoWriter (line 51) | public VideoWriter(String filename, int fourcc, double fps, Size fra... method VideoWriter (line 60) | public VideoWriter(String filename, int fourcc, double fps, Size fra... method VideoWriter (line 74) | public VideoWriter() method getBackendName (line 88) | public String getBackendName() method isOpened (line 102) | public boolean isOpened() method open (line 116) | public boolean open(String filename, int apiPreference, int fourcc, d... method open (line 125) | public boolean open(String filename, int apiPreference, int fourcc, d... method open (line 139) | public boolean open(String filename, int fourcc, double fps, Size fra... method open (line 148) | public boolean open(String filename, int fourcc, double fps, Size fra... method set (line 162) | public boolean set(int propId, double value) method get (line 176) | public double get(int propId) method fourcc (line 190) | public static int fourcc(char c1, char c2, char c3, char c4) method release (line 204) | public void release() method write (line 218) | public void write(Mat image) method finalize (line 227) | @Override method VideoWriter_0 (line 235) | private static native long VideoWriter_0(String filename, int apiPrefe... method VideoWriter_1 (line 236) | private static native long VideoWriter_1(String filename, int apiPrefe... method VideoWriter_2 (line 239) | private static native long VideoWriter_2(String filename, int fourcc, ... method VideoWriter_3 (line 240) | private static native long VideoWriter_3(String filename, int fourcc, ... method VideoWriter_4 (line 243) | private static native long VideoWriter_4(); method getBackendName_0 (line 246) | private static native String getBackendName_0(long nativeObj); method isOpened_0 (line 249) | private static native boolean isOpened_0(long nativeObj); method open_0 (line 252) | private static native boolean open_0(long nativeObj, String filename, ... method open_1 (line 253) | private static native boolean open_1(long nativeObj, String filename, ... method open_2 (line 256) | private static native boolean open_2(long nativeObj, String filename, ... method open_3 (line 257) | private static native boolean open_3(long nativeObj, String filename, ... method set_0 (line 260) | private static native boolean set_0(long nativeObj, int propId, double... method get_0 (line 263) | private static native double get_0(long nativeObj, int propId); method fourcc_0 (line 266) | private static native int fourcc_0(char c1, char c2, char c3, char c4); method release_0 (line 269) | private static native void release_0(long nativeObj); method write_0 (line 272) | private static native void write_0(long nativeObj, long image_nativeObj); method delete (line 275) | private static native void delete(long nativeObj); FILE: openCV/src/main/java/org/opencv/videoio/Videoio.java class Videoio (line 11) | public class Videoio { method getBackendName (line 707) | public static String getBackendName(int api) method getBackendName_0 (line 747) | private static native String getBackendName_0(int api);