Searched refs:ValidInterpPixel (Results 1 – 4 of 4) sorted by relevance
279 if (I_x.ValidInterpPixel(x - kHarrisWindowSize, y - kHarrisWindowSize) && in HarrisFilter()280 I_x.ValidInterpPixel(x + kHarrisWindowSize, y + kHarrisWindowSize)) { in HarrisFilter()
160 inline bool ValidInterpPixel(const float x, const float y) const;
219 if (image.ValidInterpPixel(sample_x, sample_y)) { in CopyArea()
144 SCHECK(ValidInterpPixel(x, y), in GetPixelInterp()222 inline bool Image<T>::ValidInterpPixel(const float x, const float y) const { in ValidInterpPixel() function