필터 지우기
필터 지우기

how to subtract a derivative image from original image?

조회 수: 2 (최근 30일)
ajeet verma
ajeet verma 2017년 7월 21일
let us assume an image I of 512*512 and i want to subtract derivative of this image that is image I' of 512*511. so how to do , please help. code: clc; clear all; m=512; n=512; %peaks [x,y,z]=peaks; z=imresize(z,[m,n]); figure,imshow(z,[]); z1=diff(z,1,2); sub=????

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by