
Nizar Sharkas
Statistics
MATLAB Answers
3 質問
0 回答
ランク
of 125,863
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Content Feed
質問
Finding centroid of a specific object (running dog) in an image instead of centroids for many objects in the image
dog = imread('1.jpg'); Ibw = im2bw(dog); Ibw = imfill(Ibw,'holes'); Ilabel = bwlabel(Ibw); stat = regionprops(Ilabel,'centro...
4ヶ月 前 | 2 件の回答 | 0
2
回答質問
Computing centroid of a detection box after computing NCC between a template image and another image
Currently I am working on an object tracking project and I am using template matching to find my "measured position" of my objec...
4ヶ月 前 | 2 件の回答 | 0
2
回答質問
My code wont run, keep getting error "Not enough input arguments"
The following is my code for secant method optimization search. I have my objective function in one file called f.m and the algo...
1年以上 前 | 1 件の回答 | 0