Searched refs:GetPixelInterp (Results 1 – 4 of 4) sorted by relevance
105 *vals_I_ptr++ = img_I.GetPixelInterp(x_pos, y_pos); in FindFlowAtPoint_LK()106 *vals_I_x_ptr++ = I_x.GetPixelInterp(x_pos, y_pos); in FindFlowAtPoint_LK()107 *vals_I_y_ptr++ = I_y.GetPixelInterp(x_pos, y_pos); in FindFlowAtPoint_LK()154 *vals_J_ptr++ = img_J.GetPixelInterp(x_pos, y_pos); in FindFlowAtPoint_LK()
131 inline float GetPixelInterp(const float x, const float y) const;
222 image.GetPixelInterp(sample_x, sample_y); in CopyArea()
130 inline float Image<T>::GetPixelInterp(const float x, const float y) const { in GetPixelInterp() function