photo

Anushree Bhatt


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
1 回答

ランク
207,022
of 301,204

評判
0

コントリビューション
6 質問
1 回答

回答採用率
16.67%

獲得投票数
0

ランク
 of 21,191

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,368

コントリビューション
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年 前 | 1 件の回答 | 0

1

回答

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

約10年 前 | 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年以上 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 1 件の回答 | 0

1

回答