![]() |
The Machine Perception Toolbox |
|
00001 #include "pp_preprocessor.h" 00002 #include "box.h" 00003 00004 /* ================================================================ */ 00005 00006 template <> 00007 TBox<int>::TBox(TBox<double> &other){ 00008 x = (int) other.x; 00009 y = (int) other.y; 00010 size = (int) other.size; 00011 scale = (int) other.scale; 00012 } 00013 00014 /* ================================================================ */