Li Zhaoxi

Results 4 comments of Li Zhaoxi

@chccc5 @ccpocker Please check whether the rows or cols of the input image is larger than drows or dcols. e.g. If you define 'AAMED aamed(480,640)', the rows of image must...

@xiahaa I'm soory that I missed your issue. differet datasets use different representations of gt. declaration: `function [gt_elps, varargout] = Read_Ellipse_GT(gt_path, img_path, imgname, dataset)` your can specify `dataset='prasad'` to load...

@alexanderswerdlow This error generally indicates that you have not defined a **variable** of AAMED correctly. Class declaration `AAMED aamed(int drows, int dcols)`. Please ensure that drows and dcols are larger...

@drscotthawley this error indicates that the function cvtColor cannot convert image from rgb to gray, please check whether the image mentioned in main.cpp exist.