Open Udayraj123 opened 2 years ago
Can I try this issue?
@infinity1729 sure. Let me know if you need any help. Do share what you've done till now (setup, running samples etc)
head on to discord for discussing in hacktoberfest channel.
I made following observations:
show_image_level
is 1 and any value of save_image_level
which is greater than 3, the output stack would include max 3 stacks.save_image_level
values >=5 saves only stack 1,2,3,5. (i.e. stack 4 is missing)save_image_level
lesser than it's previous values (say save_image_level=5
then save_image_level=3
) keeps the extra stacks of previous iterations which is undesirable. I'll be working on the following tasks
save_image_level
as a parameter.@infinity1729 let me know once you have any update
Sure, currently working on issue #88
One more potential output can be the pipeline visualisation in ImagePlay
Best part of working with opencv is visually seeing each step. OMRChecker provides a way to see the step-wise images. But they have a scope to improve.
Steps
Resources:
Note: this issue is marked with the
hacktoberfest
label. Follow#hacktoberfest-discussions
on Discord for further details .