cleanup
This commit is contained in:
parent
cccd0f1641
commit
f60ffee0bb
3 changed files with 16 additions and 15 deletions
|
|
@ -12,6 +12,10 @@
|
|||
namespace integral_image {
|
||||
|
||||
|
||||
//TODO: The algorithms do not require the data to be of 'double' type.
|
||||
//Consider to turn functions into template functions.
|
||||
|
||||
|
||||
using Mat = cv::Mat_<double>;
|
||||
|
||||
//! A reference serial implementation of the integral image algorithm.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue