Searched defs:ImagePyramid (Results 1 – 2 of 2) sorted by relevance
675 struct ImagePyramid struct677 std::vector<FloatVector*> img0;678 std::vector<FloatVector*> img1;680 std::vector<Ncv32u> w;681 std::vector<Ncv32u> h;683 explicit ImagePyramid(int outer_iterations) in ImagePyramid() function692 ~ImagePyramid() in ~ImagePyramid()
70 class CV_EXPORTS ImagePyramid : public Algorithm class