Hexagonal Pixel Image
显示 更早的评论
Hi! I've been working on developping an imaging system and currently I use a square matrix (so I can simply display my image via imagec(MATRIX)). However I want to switch to hexagonal pixels for several reasons and displaying it seems to go from trivial to very difficult. I also realize that the question of pixel indicse arises but this question seems more tangible to me. If anyone has any help that would be greatly appreciated! Thanks!
2 个评论
Sean de Wolski
2011-5-9
Why do you want hexagonal pixels (maybe we can provide hints toward an alternative)
How many square monitor pixels do you want to use to display one hexagonal pixel?
I would recommend, for memory/math purposes keeping a square pixel and then writing a function to display them as hexagonal if that's all you need hexagonality for.
Karl
2011-5-9
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Object Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!