Prayag Bhatia
2019 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 154,105
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Error 'Undefined variable "hisFtrs" or class "hisFtrs".'
histFtrs = cell(6,1); start = 1; for i = 1 : 6 histFtrs{i} = hist(idx(start:start+size(features{i},2)),nWords)'; ...
5年以上 前 | 1 件の回答 | 0
1
回答質問
Image not able to detect SURF features
I have a image and I am trying to detect SURF features points on image. Instead of detecting features points , I am getting erro...
6年弱 前 | 1 件の回答 | 0
1
回答質問
How can I take input image from user and Display
ext='*.jpg' ; folder='C:\Users\prayag\Desktop\images-capstone'; image=uigetfile([folder '\' ext]) ; I want to read any im...
6年弱 前 | 1 件の回答 | 1
1
回答質問
Error while Reading a image inside a user defined function
I am defining a function named corry and inside that function if I read a image using imread I get an error 'The expression to t...
6年弱 前 | 1 件の回答 | 0