how to rotate Image around its diameter?
2 ビュー (過去 30 日間)
古いコメントを表示
i want to rotate image around its diameter (horizontal or vertical )not its center (clockwise ........)
with specific angel
1 件のコメント
回答 (2 件)
Bjorn Gustavsson
2013 年 6 月 11 日
It sounds like you want to do something like:
ImOut1 = fliplr(ImIn);
ImOut2 = flipud(ImIn);
ImOut3 = flipdim(ImIn,dim);
HTH
Image Analyst
2013 年 6 月 11 日
I don't understand what you want. Please create something, say in Photoshop or whatever and upload somewhere, such as http://snag.gy. In the meantime, what is wrong with imrotate()?
5 件のコメント
Bjorn Gustavsson
2013 年 6 月 12 日
That's right, from one ordinary image it is not possible to determine if the object is small and close to the camera, or a larger-scaled object further away. To make your 3-d scene, that is the information you need.
参考
カテゴリ
Help Center および File Exchange で Computer Vision with Simulink についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!