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...
13 years 前 | 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...
13 years 前 | 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.
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.
13 years 前 | 0
已回答
Saving figure in jpeg
You can function imwrite. Syntax:imwrite(nameOfElement,'Filename.jpg')
Saving figure in jpeg
You can function imwrite. Syntax:imwrite(nameOfElement,'Filename.jpg')
13 years 前 | 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...
13 years 前 | 1 个回答 | 0