フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Dividing an image into N block in the width and calculating the edge points of each block

1 回表示 (過去 30 日間)
alladin
alladin 2014 年 12 月 1 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hello everyone I was trying to divide an image into N different blocks in the width after I performed this code to get its edge points:
Ioriginal = imread('sample.jpg') %read the image
Igray = rgb2gray(Ioriginal) %change it to gray scale
InoNoise = wiener2(Igray) %remove noise from image
image = edge(InoNoise, 'prewitt') %get the edge points of the image
the result is shown in this picture
Now what i want to do is dividing the image into N equal blocks and calculate the edge points of each block
I really appreciate if someone can really help me doing this part
Thank you

回答 (1 件)

Image Analyst
Image Analyst 2015 年 10 月 24 日

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by