617 Commits (bd34f6dd984f3dad4375689de09c8bdc16fee9ca)

Author SHA1 Message Date
Suleyman TURKMEN 69d84c8f3e Update how_to_scan_images.cpp 9 years ago
Enes Ateş 5df2713b16 XML file path correction 9 years ago
berak 851ce27240 http://code.opencv.org/issues/4359 2.4 branch 10 years ago
Pierre Moulon 901d4995e3 Fix a typo error 10 years ago
Adi Shavit aad95c7d8c Added call to clone() to avoid unexpected change to external data. 10 years ago
Dikay900 d9b7b300b4 fix qt example on 2.4 with vs2010 and higher 10 years ago
Brian Park 044de4105e add input paramter checking that verifies the existance of the input files to stero_match example 10 years ago
ttagu99 a81374c1d7 findcontour_example check image empty 10 years ago
侯骥 66fc6126d2 Update MatchTemplate_Demo.cpp 10 years ago
Jay Bosamiya 8b58b59df4 Fix typo 10 years ago
RafaRuiz f0595b8254 Update lkdemo.cpp because of memory leak 10 years ago
Pastafarianist 1e01441767 Fixed typo 10 years ago
Dikay900 c797746b6e use constant instead of value backported from #785 10 years ago
Dikay900 1bf4427a5c filename correction from #3217 10 years ago
Kevin Hughes ac3ec0d96d squashed #823 10 years ago
Maximilien Cuony 5c6c537044 Fix typo in error for extrinsic parameters 10 years ago
Dikay900 f8c82fc214 update openni sample comments referring #81 10 years ago
StevenPuttemans 3a7ea37090 extra camera specific information for IP settings 10 years ago
Alexander Smorkalov 187befd665 Fixed installation of CMakeLists.txt and enabled GPU samples build in stand alone version. 10 years ago
Alexander Smorkalov 840088e021 Get rid of cvconfig.h in Latent SVM samples. Use common OpenCV parallel framework instead of direct TBB calls. 10 years ago
doltac 6cc5959356 Fixed typos in latentSVM detector demo. 10 years ago
Samyak Datta a3f05474c9 C++ sample code to detect facial features 10 years ago
StevenPuttemans 7dce2d0b8f fixing cap_pvpapi interface and making sure both AVT Manta and Proscilla 10 years ago
Andrey Pavlenko 64d8cf1e2e improving face-rec sample: 11 years ago
Konstantin Matskevich 8d4a76925c fixed binary compatibility 11 years ago
Vladislav Vinogradov 55a714c83b fix cv::kmeans function 11 years ago
Konstantin Matskevich aa76ef9a98 fixes 11 years ago
Konstantin Matskevich 36afd4ef55 added additionalInfo in faceRecognition 11 years ago
berak 5f94a205d1 fixed h / s ranges in histogram_calculation tutorial 11 years ago
Ilya Lavrenov 099ea91823 typos 11 years ago
Ilya Lavrenov b92a46c130 some more fixes 11 years ago
Ilya Lavrenov 879c0196d4 enabled OpenGL on MacOSX 11 years ago
Vladislav Vinogradov 1ab02631b0 update stitching sample 11 years ago
Nghia Ho 7c13d3277c Fixed a valgrind 'Conditional jump or move depends on uninitialised value(s)' on cv::kmeans(...). The original code used points(sampleCount, 1, CV_32FC2), which confused generateCentersPP into thinking it is a 1 dimensional center, instead of 2. As a result it would set only the x variable and leave y unitialised. 11 years ago
Vladislav Vinogradov 214cbabc40 update stitching sample 11 years ago
Alexander Smorkalov 00d555f051 Code review notes fixed. 11 years ago
Alexander Smorkalov 6cf7d6ef4e OpenCV C/C++/OCL/CUDA samples install path fixed. Install rools for tests added. 11 years ago
Alexander Smorkalov 39201e68e2 Code review notes fixed. 11 years ago
Alexander Smorkalov f332cba14b OpenCV C/C++/OCL/CUDA samples install path fixed. Install rools for tests added. 11 years ago
Alexander Smorkalov 3ebdcafdd3 All installed files marked with component names for install customization. 11 years ago
Alexander Smorkalov b75cbfde45 All installed files marked with component names for install customization. 11 years ago
Anatoly Baksheev 130914d9f4 fixed documentation warnings 11 years ago
Nghia Ho bf4994554d Removed unecessary initialisation of Mat centers. 11 years ago
Ilya Lavrenov 6b9ebcbf3d deleted extra semicolons 11 years ago
Nghia Ho 601b7d1dd3 Fixed a valgrind 'Conditional jump or move depends on uninitialised value(s)' on cv::kmeans(...). The original code used points(sampleCount, 1, CV_32FC2), which confused generateCentersPP into thinking it is a 1 dimensional center, instead of 2. As a result it would set only the x variable and leave y unitialised. 11 years ago
Alexander Smorkalov 529bd41751 Build fixes for case where HAVE_CUDA==OFF. 11 years ago
Vladimir Bystricky dd71bef6f5 Fix errors in example (samples/cpp/intelperc_capture.cpp) 11 years ago
Vladimir Bystricky 63ae0eeba5 Fix build errors 11 years ago
Vladimir Bystricky cc08e00876 Fix notes about cmake files. Fix build warning. 11 years ago
Vladimir Bystricky 4088013251 Add set/get depth generator properties by default. Add documentation 11 years ago