photo

Anushree Bhatt


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
1 个回答

排名
148,388
of 301,040

声誉
0

贡献数
6 个提问
1 个回答

回答接受率
16.67%

收到投票数
0

排名
 of 21,154

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,505

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how can i fix this code and run it?
it is no reading the file i have input, please let me know how i can fix this. thank you

10 years 前 | 1 个回答 | 0

1

个回答

已回答
Can i get a code for image processing based vehicle detection and tracking ?
how can i run this code?

10 years 前 | 0

提问


Can i get a code for image processing based vehicle detection and tracking ?
I need a code which uses GMM , morphological operations and blob detection for counting vehicles from a video captured by a cctv...

10 years 前 | 2 个回答 | 0

2

个回答

提问


how to rectify this error and make the code work?
i am facing problem in the decryption code , however encryption code is working correctly. the error coming is : ??? Index exc...

11 years 前 | 2 个回答 | 0

2

个回答

提问


decryption of text using LSB detecting showing error index out of bounds
the error it is showing is : ??? Attempted to access im(841,1); index out of bounds because size(im)=[768,1024]. Error in ...

11 years 前 | 0 个回答 | 0

0

个回答

提问


igray is the image to be encrypted but not used in the algorithm
clc; clear all; imgname=input('Enter an image file name: ', 's'); irgb=imread(imgname); [p,q,r]=size(irgb); m=1:p; n=1:q...

11 years 前 | 1 个回答 | 0

1

个回答

提问


error in decryption code saying not enough input arguments
the code is for decrypting a text from an encrypted image . clc; close all; clear all; img=imread('enc2.gi...

11 years 前 | 1 个回答 | 0

1

个回答