Home
last modified time | relevance | path

Searched refs:IntegralImage (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dintegral_image.h28 class IntegralImage : public Image<uint32_t> {
30 explicit IntegralImage(const Image<uint8_t>& image_base) in IntegralImage() function
35 IntegralImage(const int width, const int height) in IntegralImage() function
182 TF_DISALLOW_COPY_AND_ASSIGN(IntegralImage);
Dimage_data.h189 inline const IntegralImage* GetIntegralImage() const { in GetIntegralImage()
191 integral_image_.reset(new IntegralImage(image_)); in GetIntegralImage()
254 mutable std::unique_ptr<IntegralImage> integral_image_;
Dobject_model.h59 const IntegralImage& integral_image, in TrackStep()
Dobject_detector.h166 const IntegralImage& integral_image,
Dobject_tracker.cc186 const IntegralImage integral_image(image); in RegisterNewObjectWithAppearance()