You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.
var imgDestination = Resources.test.ToArray() as Bgr[,];
var grayImg = imgDestination.ToGray();
TemplatePyramid.CreatePyramidFromPreparedBWImage(grayImg, string.Empty));
The last line returns a null value.
Any idea why this happens? Other images work.
The text was updated successfully, but these errors were encountered:
Hi,
I am having an issue with the following code when creating a pyramid from this specific image: http://fs1.directupload.net/images/150921/y5oxhkvs.png
var imgDestination = Resources.test.ToArray() as Bgr[,];
var grayImg = imgDestination.ToGray();
TemplatePyramid.CreatePyramidFromPreparedBWImage(grayImg, string.Empty));
The last line returns a null value.
Any idea why this happens? Other images work.
The text was updated successfully, but these errors were encountered: