how can I shift a word a part of pixel in a text?
1 次查看(过去 30 天)
显示 更早的评论
I am working on an algorithm in text watermarking ,I chose a key word ,but how can i shift the previous and the next word of the key word by a part of pixel?
1 个评论
Walter Roberson
2015-11-29
Suppose you had the array A = [0 0 0; 0 8 0; 0 0 0] and you need to shift the central 8 by part of a pixel. What result would you like to get?
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!