필터 지우기
필터 지우기

Info

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

How to noise dataimage store with a specific portion of an external image?

조회 수: 1 (최근 30일)
Mohamed Elbeialy
Mohamed Elbeialy 2020년 8월 27일
마감: MATLAB Answer Bot 2021년 8월 20일
I have a dataimage store and want to noise its images by an external image. However, not use the whole new image, instead use various portions of it

답변 (1개)

Divya Gaddipati
Divya Gaddipati 2020년 10월 13일
You can use tranform datastore function for this purpose. This allows you to write a custom function specifying how you would like to modify your data.
dsnew = transform(imds, @(inp) custom_fcn(inp, external_image));

이 질문은 마감되었습니다.

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by