Applying Sobel Edge Detection Algorithm to augmented reality game
显示 更早的评论
Everyone, I am currently studying the application of sobel edge detection algorithm in an augmented reality game. What I am curious about is can you apply sobel operator to an augmented reality video game? Has anyone of you tried that. I found lectures and instruction but mostly for still images. Thank you.
回答(1 个)
Image Analyst
2017-4-8
1 个投票
You'd just have to apply it to each color frame one at a time, and for each frame apply it to each individual color channel one at a time, unless edge() or imgradient() work with color images.
类别
在 帮助中心 和 File Exchange 中查找有关 Just for fun 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!