photo

Andrii


2012년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • First Review
  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


Change size of a binary image
Hi everyone. I have a binary image with black background and white objects. Size 1638*1638. I need to add rows and columns to ba...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Export to shape file or other vector format
Hi everyone. I need to export cell array which is result of the function bwboundaries to shape file (ArcGIS) or other vector f...

12년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
i want a matlab code of denoising noisy image using wiener filter in wavelet transform
Try function medfilt2. Syntax: K = medfilt2(J); where J is a noisy image. It is not wiener filter but works well.

12년 초과 전 | 0

답변 있음
Saving figure in jpeg
You can function imwrite. Syntax:imwrite(nameOfElement,'Filename.jpg')

12년 초과 전 | 0

질문


How to orthogonalize angles in a polygon?
Please, help to transform polygon to rectangle or a figure with orthogonal angles. Maybe, does anybody know about GROS (GReedy O...

12년 초과 전 | 답변 수: 1 | 0

1

답변