HomeSort by relevance Sort by last modified time
    Searched refs:ValidInterpPixel (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
keypoint_detector.cc 279 if (I_x.ValidInterpPixel(x - kHarrisWindowSize, y - kHarrisWindowSize) &&
280 I_x.ValidInterpPixel(x + kHarrisWindowSize, y + kHarrisWindowSize)) {
image.h 37 SCHECK((IMAGE)->validInterpPixel((X), (Y)), \
160 inline bool ValidInterpPixel(const float x, const float y) const;
image_utils.h 219 if (image.ValidInterpPixel(sample_x, sample_y)) {
image-inl.h 144 SCHECK(ValidInterpPixel(x, y),
222 inline bool Image<T>::ValidInterpPixel(const float x, const float y) const {

Completed in 350 milliseconds