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.

Antworten (1)

Image Analyst
Image Analyst am 8 Apr. 2017

1 Stimme

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.

Kategorien

Mehr zu Just for fun finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 8 Apr. 2017

Beantwortet:

am 8 Apr. 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by