Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.

Can't create pyramid from specific image #14

Open
sirjimjones opened this issue Sep 21, 2015 · 0 comments
Open

Can't create pyramid from specific image #14

sirjimjones opened this issue Sep 21, 2015 · 0 comments
Assignees
Labels

Comments

@sirjimjones
Copy link

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.

@dajuric dajuric added the bug label Sep 22, 2015
@dajuric dajuric self-assigned this Sep 22, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants