Brandon M. Petty

Results 8 comments of Brandon M. Petty

I had a question if this was supported before i tried it. I think this is important for managing and validating the yml with simple copy paste. This also needs...

Thank you for the request. I'll look into it. I have looked over the paper before... it is popular. I am always taken back by how many research papers reference...

@Dobatymo, I have been looking into AdOtsu. The authors actually have offered up two implementations of AdOtsu in two different papers. They also offer up a "grid based multi-scale" algorithm...

What is the status on await support?

@Charltsing, please look at: https://github.com/brandonmpetty/Doxa/blob/master/Doxa/Morphology.hpp You will see that the WAN algorithm requires that we Dilate the image. For small window sizes, it is faster to iterate over the entire...

@Dobatymo, I know it's been a while but I have decided to push the AdOtsu code I did about a year ago into #35. I had forgotten how far I...

@RoyiAvital, The way I am interpreting the paper is that Moghaddam is taking the delta between the Global and Local, and if that number is within a small range it...

Thanks for the feedback @heinrich-ulbricht. I was having trouble reproducing the problem. Could you provide an example input image? I just checked in a very minor algorithm change that might...