17 Commits (483e9f341c51cb3c6b3271f7733527dcff475187)

Author SHA1 Message Date
catree ade21f142e 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. 7 years ago
luz.paz dbb57cd0ae Misc. ./samples typos 7 years ago
Suleyman TURKMEN 1654dfe3a9 Update samples (#10333) 7 years ago
vipinanand4 39e742765a Merge pull request #9618 from vipinanand4:goodFeaturesToTrack_added_gradiantSize 7 years ago
Suleyman TURKMEN 11ca1c95f8 update cpp samples and tutorials 9 years ago
vbystricky 4286f60387 Extract imgcodecs module from highgui 11 years ago
StevenPuttemans 2b106db02f Applied all fixes related to translating C to C++ code 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Andrey Kamaev 0738ea7d0f Make highgui.hpp independent from C API 12 years ago
Andrey Kamaev 288a0634c2 Make imgproc.hpp independent from C API 12 years ago
Andrey Kamaev b131dfeecd Build tutorial codes together with other samples 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Andrey Kamaev 83799d6bf4 Fix Mat indexing in TrackingMotion tutorial code (supersedes pull request #38) 12 years ago
Ana Huaman 7386269943 Added cornerDetector_Demo.cpp sample for tutorial of cornerMinEigenVal and cornerEigenValsAndVecs 14 years ago
Ana Huaman 442f6b4100 Added cornerSubPix_Demo.cpp tutorial sample code 14 years ago
Ana Huaman 6c9f4d6423 Added goodFeaturesToTrack_Demo.cpp code for tutorials 14 years ago
Ana Huaman e2da35dc6e Added Harris corner detection sample tutorial 14 years ago