I'm working in a graduation project whose goal is to perform a comparative analysis of segmentation algorithms.
I have implemented in C++ a few segmentation algorithms in a undergraduate research project that I have participated (Otsu's method and the EM/MPM algorithm for example).
I am planning to compare the algorithms that I have i...
Hello,
I have a segmented image as shown. Is there a way to smoothen the lines so that it does not look so wavy? Thanks.
...
there are two images
one is background image another one is a person's photo with the same background ,same size,what i want to do is remove the second image's background and distill the person's profile only. the common method is subtract first image from the second one,but my problem is if the color of person's wear is similar to ...
hi
What are the real-world (practical) benefits of Watershed Segmentation that's applied to digital images
thanks for all answerers!
...
why we need to to identify the external markers in marker-controlled watershed segmentaion?
why it is not enough to identify internal markers of the objects of interest?
please help, i'm confused
thanks
...
please i need to study about watershed segmentation, but i lack sources..
can anyone help me?
thanks
...
Hello All
For my project i am writing an image pre processing library for scanned documents. As of now I am stuck with line removal feature.
Problem Description:
A sample scanned form:
Name* : ______________________________
Age* : ______________________________
Email-ID: |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
Note:
Following are the f...
Hello, I am writing software that thresholds 24-bit color JPEGs.
Currently the system uses a threshold value that I have calculated manually through trial and error using 1 sample of each document type.
This method works but is prone to error if there is significant dirt/smudges on the document.
The software uses IPP for decoding th...