photo

amrin shaikh


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

Followers: 0   Following: 0

统计学

MATLAB Answers

11 个提问
0 个回答

排名
184,764
of 299,823

声誉
0

贡献数
11 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,136

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


I want to convert color image into binary image with smoothing
herewith I have attached output of my code img_orig = imread(filename); %color fingerprint image subplot(2,3,1); ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


I have successfully detected skin color but not able to understand the working of find function in it.
I have successfully executed below code but i am not getting what does it means? img_ycbcr = rgb2ycbcr(img); Cb = img_y...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Image Rotation and Scale Using Automated Feature Matching
I try to derive Image Rotation and Scale Using Automated Feature Matching I use the code provided by Matlab My code i...

5 years 前 | 0 个回答 | 0

0

个回答

提问


I have a fingerprint image i want to connect all ridges smoothly
my image is very light. its ridges are visible but i cannot process it in. please help me connecting ridges and making making it...

5 years 前 | 1 个回答 | 0

1

个回答

提问


connect dots by creating smooth lines
Hello All, I request you to help me in drawing lines between two centroids of red highlighted circle and it should be based on ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Local binary pattern is used to prove liveness
i have executed Local Binary Pattern code but I am not getting that how histogram calulation can help in proving liveness. cl...

6 years 前 | 0 个回答 | 0

0

个回答

提问


doubt in surf features
I have executed SURF algorithm in matlab. program successfully got execute but i can not understand that which feature got matc...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Regarding matrix similarity of image with rotation and scaling
I am having one image and i rotate that image at 30 degree angle and generated rotated image file. read they both and store it i...

6 years 前 | 1 个回答 | 0

1

个回答

提问


pts3 = H*[pts1;ones(1,n)];
Error using * Inner matrix dimensions must agree. Here H is array but I do not understand the meaning of [pts1;ones(1,n)] ca...

7 years 前 | 1 个回答 | 0

1

个回答

提问


i want to store 3 attributes in 3 columns of excel sheet and 10 times
code is>>>> f1='13_1_1'; f2='13_1_2'; a=0; i want to create excel sheet named sheet1 having 3 columns where in firts attri...

7 years 前 | 1 个回答 | 0

1

个回答

提问


my program throws multiple exceptions but I want to code it like that when it receives first exception should not move furthur and quit by returning a value
input to svd is Inf NaN NaN NaN NaN NaN NaN NaN NaN Error using svd Input to SVD must not conta...

7 years 前 | 1 个回答 | 0

1

个回答