photo

Anushree Bhatt


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
1 Answer

RANK
148,388
of 301,040

REPUTATION
0

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
16.67%

VOTES RECEIVED
0

RANK
 of 21,154

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 172,505

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

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

10 years ago | 0

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer