opencv/modules
Ovidiu Parvu 4fce8e6b0e Changed the semantics of the minEnclosingTriangle function such that:
1. The function receives a set of points as input instead of a convex polygon with more than three vertices
2. The convex hull P is computed inside the function
3.1. If the number of vertices of P is greater than three then the algorithm which was implemented before executes
3.2. Otherwise the vertices of the triangle are picked from the vertices of the given polygon and the area computed
2013-09-12 13:29:10 +01:00
..
androidcamera Merge commit '43aec5ad' into merge-2.4 2013-08-27 13:26:44 +04:00
bioinspired retina_ocl.cpp: removed two unused arrays. 2013-09-06 12:34:37 +04:00
calib3d Fixed some dubious uses of tbb::task_scheduler_init. 2013-09-05 19:03:00 +04:00
contrib Added to CV_INIT_ALGORITHM a Ptr creation function, for convenience. 2013-09-05 19:03:00 +04:00
core restored original behaviour or release functions for (Buffer and Texture) 2013-09-09 10:57:45 +04:00
cudev War on Whitespace, master edition: file endings. 2013-08-27 14:23:26 +04:00
features2d Boring changes - features2d. 2013-09-05 18:26:44 +04:00
flann War on Whitespace, master edition: file endings. 2013-08-27 14:23:26 +04:00
gpu Boring changes - gpu. 2013-09-05 19:02:58 +04:00
gpuarithm Boring changes - gpuarithm. 2013-09-05 19:02:58 +04:00
gpubgsegm Boring changes - gpubgsegm. 2013-09-05 19:02:58 +04:00
gpucodec removed detail:: prefix int video_reader 2013-09-09 10:57:51 +04:00
gpufeatures2d Nuked the rest of the precomp.cpp files. 2013-09-02 19:53:45 +04:00
gpufilters Boring changes - gpufilters. 2013-09-05 19:02:58 +04:00
gpuimgproc Boring changes - gpuimgproc. 2013-09-05 19:02:58 +04:00
gpulegacy Boring changes - gpulegacy. 2013-09-05 19:02:59 +04:00
gpuoptflow Nuked the rest of the precomp.cpp files. 2013-09-02 19:53:45 +04:00
gpustereo Boring changes - gpustereo. 2013-09-05 19:02:59 +04:00
gpuwarping Boring changes - gpuwarping. 2013-09-05 19:02:59 +04:00
highgui Boring changes - highgui. 2013-09-05 18:26:43 +04:00
imgproc Changed the semantics of the minEnclosingTriangle function such that: 2013-09-12 13:29:10 +01:00
java Java: removed usages of Ptr<T>::addref(). 2013-09-05 19:03:00 +04:00
legacy Made Filestorage able to not own its CvFileStorage instance. 2013-09-05 19:03:00 +04:00
ml Added to CV_INIT_ALGORITHM a Ptr creation function, for convenience. 2013-09-05 19:03:00 +04:00
nonfree Added to CV_INIT_ALGORITHM a Ptr creation function, for convenience. 2013-09-05 19:03:00 +04:00
objdetect changed default parameters in CreateERFiltersNM{1,2} functions. They are not needed now in the sample example. 2013-09-06 19:10:53 +02:00
ocl Boring changes - ocl. 2013-09-05 19:02:59 +04:00
optim Nuked the rest of the precomp.cpp files. 2013-09-02 19:53:45 +04:00
photo Boring changes - photo. 2013-09-05 19:02:58 +04:00
python Adapt Python bindings to the new Ptr. 2013-09-05 19:03:00 +04:00
softcascade Added to CV_INIT_ALGORITHM a Ptr creation function, for convenience. 2013-09-05 19:03:00 +04:00
stitching Boring changes - stitching. 2013-09-05 19:02:58 +04:00
superres Boring changes - superres. 2013-09-05 19:02:58 +04:00
ts Merge commit '43aec5ad' into merge-2.4 2013-08-27 13:26:44 +04:00
video Boring changes - video. 2013-09-05 19:02:58 +04:00
videostab Boring changes - videostab. 2013-09-05 19:02:58 +04:00
world Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
CMakeLists.txt Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-06-10 18:18:01 +04:00
refman.rst.in Made reference manual table of contents autogenerated 2012-05-30 14:06:47 +00:00