1. 24 Aug, 2018 1 commit
    • Suleyman TURKMEN's avatar
      Merge pull request #12246 from sturkmen72:move_enums · d8cd1d8f
      Suleyman TURKMEN authored
      * Update core.hpp
      
      * Update imgproc.hpp
      
      * Update ImgprocTest.java
      
      * Update CameraCalibrator.java
      
      * Update OnCameraFrameRender.java
      
      * Update FindContoursDemo.java
      
      * Update IntroductionToSVMDemo.java
      
      * Update NonLinearSVMsDemo.java
      
      * Update IntroductionToPCADemo.java
      
      * Update Smoothing.java
      
      * Update MainActivity.java
      
      * Update CalcBackProjectDemo1.java
      
      * Update CornerSubPixDemo.java
      
      * Update CornerDetectorDemo.java
      
      * Update GoodFeaturesToTrackDemo.java
      d8cd1d8f
  2. 29 May, 2018 1 commit
    • catree's avatar
      Add Java and Python code for the following features2d tutorials: Harris corner… · ade21f14
      catree authored
      Add Java and Python code for the following features2d tutorials: Harris corner detector, Shi-Tomasi corner detector, Creating your own corner detector, Detecting corners location in subpixels, Feature Detection, Feature Description, Feature Matching with FLANN, Features2D + Homography to find a known object. Use Lowe's ratio test to filter the matches.
      ade21f14