Vladislav Sovrasov
|
55f7d0e6da
|
Fix not initialized raw pointers in PPF3DDetector
|
8 years ago |
Hamdi Sahloul
|
ef3c6290ef
|
Parallelize `ICP::registerModelToScene`
|
8 years ago |
Hamdi Sahloul
|
60aa8d9f75
|
Stop ICP iterations before solver crashes due to underdetermined linear system
|
8 years ago |
Hamdi Sahloul
|
bd9ec3d496
|
Computation reduction of angle between two normalized vectors
|
8 years ago |
Hamdi Sahloul
|
2c089f60ff
|
Thread-safe vector insertion while using OpenMP
|
8 years ago |
Hamdi Sahloul
|
6b6d5a4890
|
Fix reallocation issue of raw poses vector
|
8 years ago |
Hamdi Sahloul
|
978ff182d7
|
Downsampling of the scene points in ICP for further optimization
|
8 years ago |
Hamdi Sahloul
|
9cd576813f
|
Compacted `(type)&var.data[i*step]` code into `var.ptr<type>(i)` for bindings compatibility
|
8 years ago |
Hamdi Sahloul
|
acb88d755d
|
Wrap ICP for Python
|
8 years ago |
Hamdi Sahloul
|
1df961cd9a
|
- Wrap `computeNormalsPC3d()` for python
- Update its usage
|
8 years ago |
Gary Bradski
|
1c7a210df6
|
Update README.md
|
9 years ago |
Maksim Shabunin
|
c1f27e9a69
|
Fixed some mingw-w64 compilation issues
|
10 years ago |
Philipp Hasper
|
1d7f80b0c5
|
SurfaceMatching: OpenMP indices
Fixes compiler error: "index variable in OpenMP 'for' statement must have signed integral type"
|
10 years ago |
felix
|
a544213d2a
|
Removed unused eigenLowest33() function
|
10 years ago |
felix
|
8b25cca2a4
|
Added normal computation sample and ply writing with visible normals for debugging
|
10 years ago |
felix
|
595c6b2176
|
Computing eigenvectors with cv::eigen(). Infinitely faster since it works.
|
10 years ago |
felix
|
b378236317
|
Do not apply pose transformation on normals if the cloud does not have normals
|
10 years ago |
Aakash Chopra
|
8e52a098e9
|
ulong -> size_t
|
10 years ago |
Aakash Chopra
|
37e73bcb57
|
Fix for https://github.com/Itseez/opencv_contrib/issues/278 - core dump in the case of no match results.
Modified reported poses by constraining to the number of poses found.
|
10 years ago |
felix
|
f8757c3fd4
|
Fixed number of neighbors not being passed to the flannquery in computeNormalsPC3d
|
10 years ago |
Maksim Shabunin
|
67a2066c4b
|
Java and python wrappers for contrib modules
|
10 years ago |
Maksim Shabunin
|
380e6111ec
|
Doc files reorganized
|
10 years ago |
Maksim Shabunin
|
7d9bbdcaad
|
Remove all sphinx files
|
10 years ago |
Maksim Shabunin
|
61f36de542
|
Doxygen tutorials support
|
10 years ago |
Maksim Shabunin
|
2b74ca6f12
|
Added opencv_contrib_world module and fixed some compilation warnings on iOS
|
10 years ago |
Vadim Pisarevsky
|
499c943601
|
added information about the patents related to the surface matching algorithm
|
10 years ago |
Beat Küng
|
3957fd7d6f
|
surface matching: fix memory leak
|
10 years ago |
Maksim Shabunin
|
a20c5c8dd9
|
Doxygen documentation for all modules
|
10 years ago |
Maksim Shabunin
|
bad3cd2427
|
Fixed some existing doxygen comments
|
11 years ago |
StevenPuttemans
|
c20ea8e7e8
|
adding more clear documentation
|
11 years ago |
Bence Magyar
|
098d8193e5
|
Fix documentation title in TOF and some typos
|
11 years ago |
Dmitriy Anisimov
|
b5b3ecf6f5
|
fixed warning with hashMurmur
|
11 years ago |
tolgabirdal
|
80317410c2
|
hash license added
|
11 years ago |
Bence Magyar
|
ef9b8a98b2
|
Update docu sample source
|
11 years ago |
Bence Magyar
|
a8a4524ddb
|
UNFINISHED: get rid of pointers
|
11 years ago |
Bence Magyar
|
3f620fd19f
|
Refactored API classes, removed unused params
|
11 years ago |
Bence Magyar
|
995b696360
|
Cosmetic changes
|
11 years ago |
Bence Magyar
|
d1193e31e5
|
Move header files inside opencv2/surface_matching/, update the rest
|
11 years ago |
Bence Magyar
|
9401285e12
|
Unify include guards
|
11 years ago |
Bence Magyar
|
a392d11d36
|
cv::Mat -> Mat
|
11 years ago |
Bence Magyar
|
9d6fc0488b
|
__inline -> inline
|
11 years ago |
Bence Magyar
|
607f2bfc99
|
Add surface_matching module.
|
11 years ago |