Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //nội suy theo phương pháp song tuyến tính
- void Interpolate(float tx, float ty, int srcWidthStep, int nChannels, uchar* pSrc, uchar* pDstRow)
- {
- }
- */
- nội suy màu theo phương pháp láng giềng gần nhất
- */
- void NearestNeighborInterpolate::Interpolate(float tx, float ty, int srcWidthStep, int nChannels, uchar* pSrc, uchar* pDstRow)
- {
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement