48 Commits (49321a233c52424736730aa41000ebf0508aa902)

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
Maksim Shabunin 633b0e56a5 Fixed compilation warnings in samples: 7 years ago
catree 87160cb297 Add Demo 5: Basic panorama stitching from a rotating camera in the homography tutorial. 7 years ago
Suleyman TURKMEN 1654dfe3a9 Update samples (#10333) 7 years ago
catree b417fb0939 Add tutorial and codes for the homography tutorial. 7 years ago
Suleyman TURKMEN 50aa4f8887 Merge pull request #9686 from sturkmen72:patch-1 7 years ago
Adi Shavit 8a094a5f54 Merge pull request #9445 from adishavit:master 7 years ago
Jiri Horner f6deaf5f2a tracking tutorial: add fps to stats 7 years ago
Suleyman TURKMEN 89480801b8 some improvements on tutorials 7 years ago
Vladislav Sovrasov ad7cf58450 highgui: add ROI selector 8 years ago
StevenPuttemans 6d34d6b47e update samples: waitKey() usage 8 years ago
Maksim Shabunin ba3b1de93f Updates for XCode 7.3 9 years ago
berak e0c65499fd remove opencv_contrib dependancy from planar_tracking.cpp 9 years ago
Eric Zavesky 77fa8d9d5a - fix windows-based warnings for type casts 9 years ago
Eric Zavesky 335f7e7916 - trim whitespace, as required by build machine 9 years ago
Eric Zavesky d7e57f2152 - fix typo from last minute change 9 years ago
Eric Zavesky 4c5af4f361 - add ROI selection, allow device input, use BB for area exclusion 9 years ago
Eric Zavesky 4546139844 - remove zero threshold that prevents ORB from finding any local features 9 years ago
Alexander Smorkalov 2e78a3e5e9 Fixed samples build with nonfree. 9 years ago
Alexander Smorkalov 966d35a9fb Made samples build independent from nonfree module. 9 years ago
Alexander Smorkalov 341e7b3be2 Fixed samples build with nonfree. 9 years ago
Alexander Smorkalov bba8c0beac Made samples build independent from nonfree module. 9 years ago
Maksim Shabunin da383e65e2 Remove deprecated methods from cv::Algorithm 10 years ago
Vadim Pisarevsky d2b9dc5530 quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 10 years ago
Vadim Pisarevsky 06d4aa6060 now all the samples and opencv_contrib compile! 10 years ago
Vadim Pisarevsky d017faa06c now all the samples and opencv_contrib compile! 10 years ago
Dmitriy Anisimov 1007c06d44 initial commit 10 years ago
f-morozov 886319c81d AKAZE fixes and tracking tutorial 10 years ago
Vadim Pisarevsky 31df47b6ea moved nonfree and a part of features2d to opencv_contrib/xfeatures2d 10 years ago
f-morozov 7f82960897 AKAZE fixes, tests and tutorial 10 years ago
vbystricky 4286f60387 Extract imgcodecs module from highgui 11 years ago
Peter Andreas Entschev 6f3163f62d DescriptorExtractor: added defaultNorm() to return default norm type. 11 years ago
StevenPuttemans 2b106db02f Applied all fixes related to translating C to C++ code 11 years ago
moodoki b8de81749c Slight modification to example code for FLANN matcher with comment on #3344 11 years ago
Sergei Nosov 982ef83f80 Fixes bug #3071. 12 years ago
Andrey Kamaev e5a33723fc Move C API of opencv_calib3d to separate file 12 years ago
Andrey Kamaev 0738ea7d0f Make highgui.hpp independent from C API 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 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
Abhinav Gupta c0638aa2e0 Update samples/cpp/tutorial_code/features2D/SURF_detector.cpp 12 years ago
Ana Huaman 6b88d7a898 Added base tutorial for using FlannBasedMatcher with SURF detector + descriptor in rst 13 years ago
Ana Huaman f803fc259b Added tutorial for features2d using homography to find a planar object (Based on the well known find_obj.cpp 13 years ago
Ana Huaman ea971df8bf Added SURF_Homography sample codee 13 years ago
Ana Huaman 9fba5e8d8c Added code for SURF using FLANN Matcher and drawMatches options 13 years ago
Ana Huaman 04ebef1be2 Added two sample code for features 2D - SURF descriptor and detector 13 years ago