Statistiques
3 Questions
0 Réponses
RANG
257 036
of 301 307
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
0
RANG
of 21 235
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 928
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
