Patrick Snape
8682d7d054
floor and ceil have no int overload on MSVC
...
Adding float casts allows them to compile on MSVC and should not
affect other compilers.
10 years ago
Patrick Snape
2b766bf091
Use std::numeric_limits<float>::quiet_NaN()
...
NAN is a compiler specific constant that does not exist on
visual studio. I also noticed that some NAN instances had been
cast to float, whereas quiet_NaN is both 1) defined by the
standard and 2) templated for the correct type. This is a much
more portable method of getting a NaN value.
10 years ago
Alexander Stohr
df88c31892
eliminate some warnings
10 years ago
Vadim Pisarevsky
e3995236ed
added test for http://code.opencv.org/issues/3943 ;
...
replaced "const InputArray" with "InputArray" to avoid warnings about "const const _InputArray&"
10 years ago
Maksim Shabunin
da7ff82d19
Replaced CV_IMPL_PROPERTY macros in public headers
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
34131405df
Removed some methods from cv::Algorithm and changed ml module interfaces
10 years ago
Maksim Shabunin
f52ba671dc
Disable some modules for iOS framework world build
10 years ago
Maksim Shabunin
a20c5c8dd9
Doxygen documentation for all modules
10 years ago
StevenPuttemans
c20ea8e7e8
adding more clear documentation
11 years ago
Vadim Pisarevsky
f1f579f557
do not use __popcnt64
11 years ago
Vadim Pisarevsky
d4d2a6ef7b
fixed android warnings
11 years ago
jaco
e2fde8a610
commented code removed
11 years ago
jaco
9462b818c7
new windows compile warning fixed
11 years ago
jaco
07e66a4b4a
new windows build error fixing 3
11 years ago
jaco
bdb26b3d22
new windows build error fixing 2
11 years ago
jaco
dd951a80db
windows build error fixing
11 years ago
jaco
71e18ff042
Pull Request mandatory changes finished
11 years ago
jaco
e670bd5793
Pull Request mandatory changes 3
11 years ago
jaco
8c90b54f60
Pull Request mandatory changes 2
11 years ago
jaco
255d83aca4
Pull Request mandatory changes 2
11 years ago
jaco
02aa915504
Pull Request mandatory changes
11 years ago
jaco
3eb81b7261
documentation for motion part added. Documentation finished.
11 years ago
jaco
f73153824d
All Compile Error Fixed
11 years ago
jaco
097d3bf54e
wip python compile error fixing
11 years ago
jaco
30cfdc3b5b
wip window warning fixing
11 years ago
jaco
30c13c2cd7
wip window compile error fixing
11 years ago
jaco
bc66cc27d3
std namespace fixed
11 years ago
jaco
38a8421561
fast matrix access added and code cleaning
11 years ago
jaco
8bc385fe8e
tuning + morphology operators added + code cleaning
11 years ago
jaco
c82bd87c0a
NAN management for pixels value
11 years ago
jaco
b904b5b4e1
efficient structures access restored
11 years ago
jaco
e56f287023
background Model initialization problems fixed
11 years ago
jaco
c8085a75da
sample modified for motion and NAN management
11 years ago
jaco
0936ddadcc
windows reinterpret_cast error fixed
11 years ago
jaco
1c75eeafa2
lowResolutionDetection problems fixed
11 years ago
jaco
3a0866421d
Initialization phase added
11 years ago
jaco
cd9b8da833
windows include fixed
11 years ago
jaco
301c6252f0
fullResolutionDetection speedup
11 years ago
jaco
fcba0fc53f
lowResolutionDetection speedup
11 years ago
jaco
b2f4affbf9
templateReplacement function completed
11 years ago
jaco
9a196a9c95
templateReplacement function added (III part)
11 years ago
jaco
69d0d4e71f
wip windows BYTE type error II
11 years ago
jaco
1278fb414a
templateReplacement function added (IIbis part)
11 years ago
jaco
51884d9ad9
wip windows BYTE type error
11 years ago
jaco
fd7f7c3773
templateReplacement function added (II part)
11 years ago
jaco
73b6dcd8c8
wip windows 32 64 bit safe types
11 years ago
jaco
c88e0fc48e
templateReplacement function added (I part)
11 years ago
jaco
861d7bcf28
wip windows byte compile error fixing
11 years ago