Jan S. (Milania1)
e57a81d2ea
Added getters to the points of the KeyLine class
10 years ago
Jan S. (Milania1)
34cf8f7021
Draw keylines in random color by default as documentation depicts
10 years ago
Maksim Shabunin
c1f27e9a69
Fixed some mingw-w64 compilation issues
10 years ago
Maksim Shabunin
94e777ba45
Trying to fix some tests
10 years ago
Maksim Shabunin
fb8d27c987
perf_line_descriptor
10 years ago
Patrick Snape
6a35628696
pow not overriden for integers in MSVC<2012
...
Just adding a float cast (since a float is being assigned to)
allows MSVC to compile and should not affect other compilers.
10 years ago
Patrick Snape
11124010aa
sqrt is not overriden for integers in MSVC<2012
...
Adding the decimal point means that VS doesn't complain about
lack of overrides for sqrt with integers.
10 years ago
Patrick Snape
0236befcd2
Line descriptor: binary_descriptor - vector.data()
...
vector.data() does not exist in MSVC<2012, so I changed it to
&vector.front() which has the same effect (pointer to the first
element in the vector).
10 years ago
Maksim Shabunin
ba49cfabff
Testing line_descriptor, reg, rgbd
10 years ago
Alexander Stohr
70a2b23a6d
use better condition for checking if compiler supports round()
10 years ago
Alexander Stohr
024d8486a4
fix suffix that was in-compatible with MSVC 2012 (VC 11)
10 years ago
Alexander Stohr
8e24552f6c
make sources compile again on MSVC 2012 (VC 11) by adding round()
10 years ago
Alex Tomala
6219b5dfba
Fixed bug in LSDDetector where mask doesn't remove all undesired lines
10 years ago
Dikay900
361dff4ee4
fix already defined macro variable
10 years ago
Dikay900
9bc8514fd9
fix issue for visual studio versions which arent standarized for the c99
...
standard
10 years ago
Dikay900
8f9dd88c32
delete private.hpp include in sample code and corresponding documentation
10 years ago
Maksim Shabunin
67a2066c4b
Java and python wrappers for contrib modules
10 years ago
Maksim Shabunin
7d9bbdcaad
Remove all sphinx files
10 years ago
Maksim Shabunin
61f36de542
Doxygen tutorials support
10 years ago
Maksim Shabunin
34131405df
Removed some methods from cv::Algorithm and changed ml module interfaces
10 years ago
Maksim Shabunin
2b74ca6f12
Added opencv_contrib_world module and fixed some compilation warnings on iOS
10 years ago
Maksim Shabunin
a20c5c8dd9
Doxygen documentation for all modules
10 years ago
Dinar Ahmatnurov
df2f650bba
latentsvm caskade
...
reworked PR 3
comment off #include "opencv2/core/private.hpp". It prevent the project from being referenced from outside the opencv library.
renaming + docs;
10 years ago
Shuda Li
2eddf48dd2
comment off #include "opencv2/core/private.hpp". It prevent the project from being referenced from outside the opencv library.
10 years ago
StevenPuttemans
c20ea8e7e8
adding more clear documentation
11 years ago
berak
70e9ee6292
fix mismatched delete[] calls in line_descriptor.cpp
11 years ago
Vadim Pisarevsky
a5f4cdbcdd
another fix in line descriptor module for Win32 MSVC
11 years ago
Vadim Pisarevsky
db1667ed6c
fixed the hamming distance function not to use 64-bit pop count. This should fix compile errors on Windows
11 years ago
Maksim Shabunin
f63324ac39
Fixed line_descriptor android build
11 years ago
biagio montesano
b0cb1c0d82
Corrected possible loss of precision
11 years ago
biagio montesano
b83bff0c8f
Removed optim dependence
11 years ago
biagio montesano
c28417c8ff
Array32 class removal.
11 years ago
biagio montesano
9a52f4626b
Created nested classes. Removed some useless headers.
11 years ago
biagio montesano
e39065bf77
Created nested namespace. Modified interface classes.
11 years ago
biagio montesano
927619973b
Added perf and accuracy tests
11 years ago
biagio montesano
30ed727767
Added LSD sample. Removed python macros.
11 years ago
biagio montesano
4c0d7579ad
Added descriptors' test
11 years ago
biagio montesano
15ba3898c4
Corrected some cast warnings
11 years ago
biagio montesano
a43a29ca3a
Removed wrong header
11 years ago
biagio montesano
9e47cb7d6f
Added window's pragma warning
11 years ago
biagio montesano
f37f2c0fad
Corrected windows warning
11 years ago
biagio montesano
1c246d476b
Detection test, smoothed removal, setter modified, samples corrected
11 years ago
biagio montesano
97854e2b0c
Corrected problem of descriptors computation using LSD lines
11 years ago
biagio montesano
ca0f70b23f
Corrected errors on matching
11 years ago
biagio montesano
53fc0861c4
Deteted warning on hashing code
11 years ago
biagio montesano
29b6529c9d
Additional cast warnings resolved
11 years ago
biagio montesano
d19f2ba6e8
Removed warnings from LSDDetector
11 years ago
biagio montesano
1f33b20bdd
Removed some other warnings
11 years ago
biagio montesano
e0da9f93b0
Deleted some warnings on BynaryDescriptor
11 years ago
biagio montesano
0ca3e31d0b
Removed some asserts
11 years ago