Advertisement
thienlang

Interpolate

Nov 5th, 2014
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //nội suy theo phương pháp song tuyến tính
  2. void Interpolate(float tx, float ty, int srcWidthStep, int nChannels, uchar* pSrc, uchar* pDstRow)
  3. {
  4.  
  5. }
  6.  
  7. */
  8.  nội suy màu theo phương pháp láng giềng gần nhất
  9. */
  10. void NearestNeighborInterpolate::Interpolate(float tx, float ty, int srcWidthStep, int nChannels, uchar* pSrc, uchar* pDstRow)
  11. {
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement