photo

Ali Purse


Last seen: 5 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

11 个提问
0 个回答

排名
28,604
of 297,457

声誉
1

贡献数
11 个提问
0 个回答

回答接受率
18.18%

收到投票数
1

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how to draw editable bezier surface with control points?
Hello there, How to draw a editable square surface using Bezier curves with each side divided into twenty parts, totaling 400 c...

5 years 前 | 0 个回答 | 0

0

个回答

提问


How to zoom-in an image for point (i,j) and a circle with radius r
How to zoom-in an image for point (i,j) and a circle with radius r? Size of image is : M*M <</matlabcentral/answers/upload...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Zoom image, crop a circle from it and paste again on the original image
May you please help me how can I do a paste for an enlarged circle crop as shown on images? I am using nearest neighbor for z...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Put an image on another image
May you please help me how can I put an image on another image and display a single image?

6 years 前 | 1 个回答 | 0

1

个回答

提问


Crop a circle from an image and put it on another image
May you please help me how to crop (cut) a circle from an image and put it on another image? I know that I can crop a circle ...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Why this code does not return any thing (Busy Status)
Why this code does not return any thing (Busy Status) im=imread('file.jpg'); fac= 30; [h,v]=size(im); ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Error undefined function while it is already defined
Hi I got undefined function while using the following function: function nearest_neighbor_zoom(file,fac) im=imrea...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Zoom an area of an image while showing whole image
May any body help me how can I zoom just an area (a circle) of an image? For example I want show an image with a zoomed area

6 years 前 | 3 个回答 | 0

3

个回答

提问


How to change brightness of selected points of an image?
I know that I can change brightness of an image using following instruction: I=(readimage); I1 = I - 100; imshow(I1);...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to show an image from a textfile?
I have turned the image using dlmwrite function to a text file. No I want to turn the textfile to image again, but it doesn't...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to convert image to array and save it in a text file?
I want to save an image's array to a text file in order to show it again. But I don't know how to store it in right condition...

6 years 前 | 2 个回答 | 1

2

个回答