BoofCV icon indicating copy to clipboard operation
BoofCV copied to clipboard

DetectChessboardCornersX: borderBlur set image

Open torsteingrindvik opened this issue 1 year ago • 1 comments

When DetectChessboardCornersX is called via a pyramid detector .process will be called multiple times with images of varying dimensions.

borderBlur needs to have setImage called in order for it to know which dimensions to use when considering extend pixel sampling.

torsteingrindvik avatar Oct 24 '24 09:10 torsteingrindvik

Note I'm both unfamiliar with the project and Java, but when I did some debug stepping in my code it looked like colWrap/rowWrap had dimensions 1 always instead of the actual image dimensions.

torsteingrindvik avatar Oct 24 '24 09:10 torsteingrindvik