Community Profile

photo

Nizar Sharkas


Last seen: etwa ein Jahr vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort