ibrahim thamary
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
What is your favorite way to export figure for use in LaTeX?
I found this useful: https://dgleich.github.io/hq-matlab-figs/ width = 3; % Width in inches height = 3; % He...
What is your favorite way to export figure for use in LaTeX?
I found this useful: https://dgleich.github.io/hq-matlab-figs/ width = 3; % Width in inches height = 3; % He...
7 years 前 | 2
已回答
How does the vision.CascadeObjectDetector detect left and right eyes separately? It is constantly detecting left and right as the same eye.
try this: I= imread('img.jpg'); EyeDetect = vision.CascadeObjectDetector('EyePairBig'); BB=step(EyeDetec...
How does the vision.CascadeObjectDetector detect left and right eyes separately? It is constantly detecting left and right as the same eye.
try this: I= imread('img.jpg'); EyeDetect = vision.CascadeObjectDetector('EyePairBig'); BB=step(EyeDetec...
7 years 前 | 2