reverted
[profile/ivi/opencv.git] / samples /
2011-08-03 Kirill Kornyakovreverted
2011-08-03 Kirill Kornyakovjava tests: minor updates
2011-08-03 Vladislav Vinogradovgpu device layer code refactoring
2011-08-03 Andrey PavlenkoJava API: fixing converters (copyData=true) and samples...
2011-08-01 Vladislav Vinogradovadded gpu::calcHist function
2011-08-01 Vladislav Vinogradovadded buffered version of pyrDown and pyrUp
2011-07-30 Kirill Kornyakovminarea.cpp sample reformatted
2011-07-27 Vadim Pisarevskyadded minEigThreshold parameter to calcOpticalFlowPyrLK...
2011-07-27 Bernat GaborAdded the "Mask operations on matrices" tutorial (with...
2011-07-27 Bernat GaborAdded the File Input and Output using XML and YAML...
2011-07-25 Andrey KamaevFixed install terget for Android examples
2011-07-25 Andrey KamaevFixed camera output format handling
2011-07-25 Bernat GaborFinished the DFT tutorial for the core section.
2011-07-25 Bernat GaborAdded Fernandos first tutorial regarding SVMs. Extended...
2011-07-24 Andrey KamaevFixed build of Android samples and tests
2011-07-22 Bernat GaborSample files for image scanning, basic Mat, file I...
2011-07-22 Andrey Pavlenkomaking CV data type to be int
2011-07-22 Andrey KamaevFixed android samples; fixed cmake files
2011-07-21 Andrey KamaevAded setPreviewDisplay call to java camera samples
2011-07-20 Alexey Spizhevoyadded missing header
2011-07-19 Bernat Gabor1) Converted all images to JPG to reduce size.
2011-07-19 Andrey KamaevFixed Android samples; Fixed bugs in cmake (java module).
2011-07-19 Andrey KamaevAdded Java packages support to cmake
2011-07-19 Andrey KamaevFixed Android samples; updated black list of enums.
2011-07-19 Andrey KamaevAdded FPS measurement to some Android samples
2011-07-19 Andrey KamaevAdded face datection Android sample
2011-07-19 Andrey KamaevChanged labels for some android samples
2011-07-18 Andrey KamaevAdded image-manipulations android sample, other samples...
2011-07-18 Vadim Pisarevskyadded COLOR_... enumeration to imgproc.hpp and EVENT_...
2011-07-18 Andrey KamaevAndroid samples: class SampleViewBase which uses native...
2011-07-17 Alexander Mordvintsevadjust cosine threshold in squares.py
2011-07-16 Andrey KamaevAndroid:
2011-07-16 Alexander Mordvintsevmath.pi -> np.pi
2011-07-16 Vadim Pisarevskyfixed "import cv" in the new python samples. corrected...
2011-07-15 Andrey KamaevFinished Android samples renaming
2011-07-15 Andrey KamaevContinued Android samples renaming
2011-07-15 Andrey KamaevAndroid samples are renamed
2011-07-15 Andrey KamaevAdded native camera Android sample; Added manual port...
2011-07-15 Andrey KamaevRefactored Android samples
2011-07-15 Andrey KamaevRefactored Android sample (1-java)
2011-07-15 Andrey KamaevFixed android sample
2011-07-14 Vadim Pisarevskyadded improved version of the variational stereo corres...
2011-07-14 Andrey KamaevModified Android samples
2011-07-14 Kirill Kornyakovsamples C/C++: fixed compilation problem on Ubuntu
2011-07-14 Andrey KamaevModified Android Samples
2011-07-14 Andrey KamaevMinor Android samples fix
2011-07-14 Andrey KamaevAndroid samples are included into the Android package
2011-07-13 Vadim Pisarevskyupgraded to FLANN 1.6. Added miniflann interface, which...
2011-07-13 Andrey KamaevAllowed spaces in path to OpenCV (tested only Android...
2011-07-13 Vadim Pisarevskya few minor fixes in Python samples
2011-07-13 Ana HuamanAdded moments_demo.cpp
2011-07-13 Ana HuamanAdded pointPolygonTest_demo code for tutorials
2011-07-12 Ana HuamanAdded generalContours_demo2.cpp
2011-07-12 Ana HuamanAdded hull_demo.cpp code for tutorials
2011-07-12 Ana HuamanAdded generalContours_demo1.cpp tutorial code
2011-07-12 Ana HuamanAdded sample code for tutorial findContours_demo.cpp
2011-07-12 Andrey KamaevAdded option INSTALL_ANDROID_EXAMPLES (default off...
2011-07-12 Andrey Pavlenkoorg.opencv.utils renamed to org.opencv.android
2011-07-12 Vadim Pisarevskyembeded cv Python module into cv2.
2011-07-12 Ana HuamanAdded cornerDetector_Demo.cpp sample for tutorial of...
2011-07-11 Ana HuamanAdded cornerSubPix_Demo.cpp tutorial sample code
2011-07-11 Ana HuamanAdded goodFeaturesToTrack_Demo.cpp code for tutorials
2011-07-11 Ana HuamanAdded Harris corner detection sample tutorial
2011-07-11 Alexander Mordvintsevhelp message printing
2011-07-11 Alexander Mordvintsevsobel -> Sobel
2011-07-11 Alexander Mordvintsevfaster detection and timing in facedetect.py
2011-07-11 Alexander Mordvintsevcommand line option for avi output in turing.py
2011-07-11 Alexander Mordvintsevlk_track.py window renamed
2011-07-11 Alexander Mordvintsevmotempl.py sample works
2011-07-10 Alexander Mordvintsevcontours.py sample added
2011-07-10 Alexander Mordvintsevwork on motempl.py sample
2011-07-08 Bernat GaborSome tutorial extending of the Windows install and...
2011-07-08 Alexander Mordvintsevadded lk_track.py sample (currently as a comparison...
2011-07-07 Alexander Mordvintsevfacedetect.py sample works
2011-07-07 Alexander Mordvintsevwork on facedetect sample
2011-07-07 Alexander Mordvintsevopt_flow.py demo
2011-07-06 Alexander Mordvintsevwork on optical flow sample
2011-07-06 Ana HuamanFixed small inconsistency in sample code calcBackProjec...
2011-07-06 Bernat GaborAdded the OpenCV with Visual Studio tutorial. Enhanced...
2011-07-05 Ana HuamanAdded tutorial for BackProject in cpp (demo 2) - tutori...
2011-07-05 Andrey PavlenkoSome of code review feedbacks addressed: CvType moved...
2011-07-05 Ana HuamanAdded calcBackProject_Demo1.cpp for tutorial sample...
2011-07-04 Ana HuamanAdded compareHist_demo.cpp code
2011-07-04 Ana HuamanAdded MatchTemplate_Demo.cpp to tutorial sample code
2011-07-04 Alexander Mordvintsevuse addWeighted for blending
2011-07-04 Alexander Mordvintsevlittle simplification
2011-07-04 Alexander Mordvintsevturing.py sample added
2011-07-04 Alexander Mordvintsevfind_obj.py sample added
2011-07-04 Andrey KamaevInstroduced separate option for Android examples -...
2011-07-04 Andrey KamaevFixed Android tests and samples build
2011-07-04 Ana HuamanAdded calcHist_Demo.cpp tutorial code
2011-07-03 Ana HuamanAdded tutorial sample code: EqualizeHist_Demo.cpp
2011-07-02 Alexander Mordvintsevdistrans.py sample added
2011-07-02 Alexander Mordvintsevfloodfill.py sample added
2011-07-02 Alexander Mordvintsevinpaint.py sample added
2011-07-01 Alexander Mordvintsevcv.Line -> cv2.line
2011-07-01 Alexander Mordvintsevpython Sketcher utility class
2011-07-01 Alexander Mordvintsevwatershed.py sample added
2011-07-01 Andrey KamaevHelloAndroid sample is moved to samples/android
2011-07-01 Andrey Pavlenko#863: sample text color changed from Green to Red.
next