How to get the gradient of a pixel?
2 ビュー (過去 30 日間)
古いコメントを表示
I am doing block processing on a fingeprint image and I will like to get the gradient of all the pixels in their x and y components separately using a sobel filter. I am doing this block by block.
I saw the function imgradient() but after reading the documentation it seems to be getting the gradient for the whole image that is passed to it, which in my case will be the block, except i understood wrongly, and if i did please help me out or is there any function i can use to get the gradient of just one pixel in the image block.
4 件のコメント
darova
2020 年 4 月 24 日
- i can use to get the gradient of just one pixel in the image block.
I don't understand this sentence
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!