Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
796 views

Is there an image processing function to get a skeleton of a binary image in MATLAB

The objective of skeletonization is to represent a binary image with a minimum set of pixels. The skeleton must account for geometrical properties of the form and retain associative relationships. My ...
3
votes
3answers
89 views

Efficient segment boundary marking after segmentation of an image

One can mark the boundary of a binary image by bwboundaries function of MATLAB. What should be done for obtaining boundaries of all segments as a binary image? I have segmented an image and want to ...
3
votes
2answers
279 views

English lemmatizer databases?

Do you know any big enough lemmatizer database that returns correct result for following sample words: geese: goose plantes: //not found Wordnet's morphological analyzer is not sufficient, since it ...
3
votes
2answers
223 views

Creating tree data structure

i have some data: A AXNHJNEHWXNOECMEJK DNFJNXYEEQWhsdbchjsxs XMJQWsdsEOJdfsKMDJE .... Each row is array and each letter is object. I have comparer function which could say that letter A is ...
2
votes
0answers
85 views

Lucene.NET: how to search forms of words? irregular forms?

I can use Stemmers, Filters etc. No problem. But what about this case, for example the source text contains the phrase: The fox made a jump. User has entered: fox AND make Results = 0; The ...
2
votes
5answers
339 views

Is there a free library for morphological analysis of the German language?

I'm looking for a library which can perform a morphological analysis on German words, i.e. it converts any word into its root form and providing meta information about the analysed word. For example: ...
1
vote
2answers
179 views

Is there any function opposite to bwmorph(image,'skel') in MATLAB or C,C++ code?

I want to create an image of an object from its morphological skeleton. Is there any function in MATLAB or C,C++ code? Thanks in advance. Original image, and its skeleton (obtained using ...
1
vote
1answer
453 views

opencv morphological dilation filter as maximum filter

Like the definition of median filter, I can define "maximum filter" as for a local window e.g. dst(x,y) = max(3x3 local window pixels) But I cannot find such a filter in opencv, the closest one is ...
1
vote
1answer
192 views

Algorithm for ring or hollow artifact detection in binary images

Does anyone know of an algorithm that can detect rings or hollow objects, and their respective pixel sets for binary images? I'd rather it be automatic due to the sheer number and minute size the of ...
0
votes
0answers
12 views

SDC Morphology Toolbox compatibility with Octave/replacement

Does anyone know if MATLAB SDC Morphology Toolbox will be compatible with Octave? If not, could you recommend any replacement that would have similar options?
0
votes
1answer
152 views

Help Image Processing Erosion code in Android?

We are trying to get Bitmap image that used Erosion function in Image Processing but we dont get any result in screen. Our code is below waiting for helps. Thanks public int[] Erosion(Bitmap ...
0
votes
0answers
158 views

Morphological operations in java

how can I find morphological operations for android such as dilation, erosion function?
0
votes
2answers
789 views

What is the algorithm of Skeleton

This function bwmorph(Img,'skel',Inf) return the skeleton of a binary image. What I'm looking for is the algorithm used by this function to do it manualy ?
0
votes
1answer
54 views

Morphophoneme processing library in Java

Are there any good Java libraries with prebuilt dictionaries that I can use to try and extract word roots from input words? I asked a more general question which supersedes this question. It is ...
-1
votes
1answer
196 views

getting the lemma of a word using wordnet

How can I get the lemma for a given word using Wordnet. I couldn't seem to find in the wordnet documentation what i want. http://wordnet.princeton.edu/wordnet/man/wn.1WN.html For example for the ...