필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 1 (최근 30일)
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