Maksim Shabunin
f8807f18cd
Reduced modules dependencies:
...
- made some of dependencies explicit
- removed dependencies to highgui and some other modules where possible
- modified some samples to build without modules
8 years ago
utibenkei
3c1a2b7361
Add CV_WRAP to getobjectnessValues().
8 years ago
Alexander Alekhin
2feb23cf36
cmake: include contrib modules into "opencv_world"
8 years ago
Alexander Alekhin
e40c23e985
saliency: disable for ICC
9 years ago
Vladislav Sovrasov
73c03fd14b
Add export specifiers in StaticSaliencyFineGrained
9 years ago
samontab
a39e3623ae
Add Fine Grained Saliency algorithm
9 years ago
Alexander Alekhin
5f8d3d756b
eliminate compiler warnings
9 years ago
Vladislav Sovrasov
fddefa2d64
Revert last changes in CMake for saliency module
9 years ago
Vladislav Sovrasov
94e919eb45
Wrap all methods from ObjectnessBING, add create methods for all Saliency classes
9 years ago
Minh Ngo
5b2d6a667d
Exporting saliency classes to Python
...
Fixing compilation
Patched the saliency module to use ObjectivenessBING bounding box
proposals from python.
Usage:
```
bing = cv2.saliency.ObjectnessBING()
img = cv2.imread('/home/ignotus/Pictures/10376146_973700932714682_2056967515849182952_n.jpg')
bing.computeSaliency(img)
```
9 years ago
Gary Bradski
6c8e7eeb89
Update README.md
9 years ago
tharunkalwa
48e0fc9b89
Update objectnessBING.cpp
...
The rectangle at top is not having maximum objectness value.
9 years ago
Maksim Shabunin
189c2b47c6
Fixed warnings for XCode 7.1.1 and cmake 3.3.2, rewrote one method in sliency to avoid clang 7.0.0 crash
10 years ago
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
11 years ago
Maksim Shabunin
a20c5c8dd9
Doxygen documentation for all modules
11 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