Segmentation is a basic operation in image processing: its purpose is to group similar pixels into coherent regions = segments.
0
votes
2answers
66 views
Normalized cuts with Matlab 2013a
I am using the normalized cuts package from http://www.cis.upenn.edu/~jshi/software/Ncut_9.zip
(on Windows 7)
This used to work fine with Matlab2010a. However I have upgraded to Matlab2013a (32 bit ...
0
votes
1answer
60 views
Matlab - How to detect time on analog clock image? [duplicate]
I'm new to Matlab and image-processing and I got the following exercise I cant deal with: I have to segment the hands on the picture linked below and get the time by the position of clock hands.
...
1
vote
2answers
47 views
Unsupported format or combination of formats (Only 8-bit, 3-channel input images are supported) in cvWatershed
Hi I am new to image segmentation, i am trying the given code to get foreground objects, but i got error like "Unsupported format or combination of formats (Only 8-bit, 3-channel input images are ...
-1
votes
0answers
52 views
fingerprint image segmentation block direction estimation
I need some help in this code this code for fingerprint image segmentation (block direction estimation ) it is one of step of fingerprint recognition system the algorithm of this step it is.
1.Block ...
-4
votes
0answers
21 views
Gap-filling method for touching rice grains [closed]
I'm using matlab for image processing, I just want to ask suggestion for my project which is gap filling for touching rice grain. I can already get the endpoints of the gap to be filled. The problem ...
1
vote
1answer
74 views
gaussian mixture based segmentation
I have an image with four different kinds of colors - dark blue, light blue, an even lighter blue - background and white - background. I'd like to segment only the first two categories
bG= ...
2
votes
1answer
212 views
Difference between foreground-background segmentation methods in OpenCV
OpenCV version 2.4.5 offers several different implementations that can be used for tracking moving objects that use statistical methods to estimate background. OpenCV has BackgroundSubtractorMOG, ...
1
vote
1answer
48 views
How to visualize an image segment borders in Matlab?
I have a matrix with segment indices for each pixel of image. How can I visualize the borders of the segments? The most obvious idea is to use diff filter to obtain the edge map, but it looks very ...
-1
votes
0answers
95 views
image segmentation using an equivalent algorithm for kmeans function in matlab [closed]
I am new in Matlab. I want to create an equivalent algorithm for predefined function kmeans in matlab for segmentation image. Kmeans uses formulas and I have to implement those formulas in the ...
0
votes
1answer
553 views
OpenCV image segmentation in C++ using Watershed
Hi i'm currently writing a basic C++ application using the OpenCV library to segment the subject of the image from its background. The application reads in an image file and uses the watershed ...
0
votes
1answer
63 views
How to manually segment and label ROIs in an image in Matlab?
I'm a newbie to Matlab. I'm basically attempting to manually segment a set of images and then manually label those segments also. I looked into the imfreehand(), but I'm unable to do this using ...
0
votes
0answers
31 views
Opencv_createsample background color
I'm trying to make a cascade for butterflies recognition, the shape of the butterflies make a big background in the samples images. I am trying to specify the background color with the option ...
0
votes
0answers
148 views
Matlab code about Level Set Based Shape Prior Segmentation
I'm a freshman,I have some difficuties in writing matlab code after reading the paper:Level Set Based Shape Prior Segmentation(2005CVPR-Tony Chan).
In the formula (2), how to initialize the ...
0
votes
0answers
113 views
how to create delaunay triangulation
I need help in my code, I have 2 segmented image, it will be loaded as volume, and I need to compute the delaunay triangulation from the points inside volume, I tried to use isosurface and ...
0
votes
1answer
96 views
Generate FV(faces and vertices) from triangulated sphere
I'm using this code from fileexchange in MATLAB to generate a sphere triangulation.
http://www.mathworks.com/matlabcentral/fileexchange/38909-parametrized-uniform-triangulation-of-3d-circlesphere
...
0
votes
1answer
162 views
Counting Objects via Mean-Shift Segmentation
I'm trying to use mean-shift segmentation to count the objects found in an image. I've been working with [pyrMeanShiftFiltering][1] in OpenCV. Using the following code, I'm able to produce an image ...
1
vote
1answer
149 views
Extract hand bones from X-ray image
I have x-ray image of a hand. I need to extract bones automatically. I can easily segmentate a hand using different techniques. But I need to get bones and using those techniques don't help. Some of ...
1
vote
1answer
130 views
How to read and extract image pixels in java and compare
I want to read an RGB image and want to extract the image pixels. Then I want to compare each and every pixels to check any matching pixels in other part of image. If that pixel matches the original ...
1
vote
2answers
177 views
OpenCV getting points in contours
I've tried so far to find a way to know if a point (cvPoint) is in the same hole than another. My solution was to take the CvSeq resulting from the application of cvFindContours() and to fill those ...
0
votes
2answers
43 views
Free satellite image for image segmentation testing
I need some free satellite images (panchromatic) to test some segmentation algorithms.
I have searched the web but I didn't find any resources our websites that provide free satellite images.
...
0
votes
0answers
150 views
Create the voronoi diagram with openCv and C++
I have a little problem. I need to create the voronoi diagram of a BW image by using openCV and C++. I should have something like the output of the Matlab function voronoin.
The goal is to create a ...
0
votes
0answers
66 views
How to check image alteration in java with my approach? [closed]
I have to check my image is altered in any form and I have to find the altered region like copy paste.
So my steps like this. I will give my input image and I will split my image like this.
then I ...
0
votes
1answer
139 views
Optical flow based segmentation
Hi I would like to segment objects in a video sequence based on optical flow (as suggested in this answer), I am using opencv and have been able to generate a flow field for two successive frames ...
3
votes
2answers
357 views
Vehicle segmentation and tracking
I've been working on a project for some time, to detect and track (moving)vehicles in video captured from UAV's, currently I am using an SVM trained on bag-of-feature representations of local features ...
-2
votes
1answer
111 views
How to detect image tampering in java? [closed]
I want to create a java code in which I want to detect image tampering like copy paste forgery on the same image and I must use image segmentation to show which part of the image is copy and pasted in ...
0
votes
0answers
99 views
emgu divide gray image to uniform blocks
I want to cut a uniform blocks of a gray image (or crop it) using Emgu CV and calculate average color of that part; looking for changes.
Thanks
0
votes
0answers
42 views
Smooth image segmentation
I want to do image segmentation using openCV. For this, I used mean shift filter followed by a flood fill. It worked nice except at the edges. Around edges I am getting small multiple regions. Is ...
0
votes
1answer
79 views
image segmentation for connected character in morphology
before i asked a same similar question,i tried using a watershed to segmentation the connected character but it does not well.a weeks ago,i get same question at stackoverflow in google ...
2
votes
1answer
296 views
OpenCV - Confusion using calcHist
I've read the documentation for calcHist() many times, but I think my inexperience with OpenCV and rusty programming skills are completely precluding me from understanding it.
I'm looking to count ...
0
votes
2answers
87 views
Colorizing A Segmented Image
I have segmented an image , and I now want my user to input colors as line segments onto the segments , and color the segment with the desired colors,,,how may I do it??
Thanks
1
vote
1answer
478 views
Image Segmentation for Color Analysis in OpenCV
I am working on a project that requires me to:
Look at images that contain relatively well-defined objects, e.g.
...
0
votes
1answer
93 views
how to calcualte Binary histogram of an image?
suppose a color image of size 256x256, how can I calculate the bianry histogram of the image? also which is the data structure suited to store the histogram if I want to cluster similar images?
...
0
votes
3answers
117 views
How to Segment Braille Writings With a Real-Time Camera?
I'm a bachelor student and currently working on a final project in Optical Braille Recognition using a real-time camera.
I've successfully processed the image into HSV format and extracted only the ...
1
vote
1answer
261 views
image segmentation when a characters connected in aforge and c#
I have the following image and has binarization。
i need to segmentation this image and recognized the digit.the double digits 4' and '9' that are connected together.
i read a some of document that ...
0
votes
0answers
44 views
how to recognize a multi-blobs on a blob in the image segmentation
i'm working a project that a similar to the OCR in .net.it need segmentation a object[0-9,a-z] from the image before continuing to process.i wrote a some code to detecting text but it doesn't accurate ...
0
votes
1answer
68 views
How to compress photo to send it by UDP socket in java
friends!
I want to take remote PCs screenshot by UDP scoket in java. But, there is problem with photos size! UDP packets supports maximum 64 kb and I have photo over 150 kb.
The general Idea is to ...
-2
votes
1answer
345 views
Objects detection without knowledge about scene in OpenCV [closed]
I have an assignment in which I am given a video. The video has stationary(wall,trees,car etc) and moving(people,bike) objects. I have to detect all objects and mark a bounding box around them. (of ...
1
vote
2answers
129 views
Does GrabCut Segmentation depend on the size of the image?
I have been thinking about this for quite some time, but never really performed detailed analysis on this. Does the foreground segmentation using GrabCut[1] algorithm depend on the size of the input ...
1
vote
0answers
246 views
OpenCV - detecting a shape in a shape collection (e.g. human in a group of humans)
I am performing blob extraction from video and using the blob's aspect ratio to classify into humans or vehicles. Works pretty well since vehicles and humans have quite differentiated aspect ratios.
...
2
votes
2answers
243 views
What is the correct method to auto-crop objects from light background?
I'm trying to extract objects from scanned images. There could be a few documents on a white background, and I need to crop and rotate them automatically. This seems like a rather simple task, but ...
1
vote
2answers
2k views
Bounding Box in Matlab (regionprops)
I am writing a Matlab program to segment an image and then put a bounding box around the segmented image. My code was previously working, however I am now getting the error:
Error using ...
0
votes
0answers
128 views
image segmentation and ocr
I want to extend my project(Desktop Reverse Image Search (Goggles for desktop and Internet)) to support image segmentation and text translation in image.I have below doubts.Please help to resolve ...
2
votes
2answers
418 views
Segment an image using python and PIL to calculate centroid and rotations of multiple rectangular objects
I am using python and PIL to find the centroid and rotation of various rectangles (and squares) in a 640x480 image, similar to this one
So far my code works for a single rectangle in an image.
...
3
votes
0answers
330 views
How to use Kinect depth data in watershed image segmentation
I have both RGB and depth images from Kinect as png format. I am trying to use depth data with the watershed segmentation but I do not know how to combine both data and obtain a more accurate result. ...
0
votes
2answers
662 views
OpenCV: Output of the predict function of Expectation Maximization
Background:
I have 2 sets of color pixels from an image, one corresponding to the background, another corresponding to the foreground. Next, I train 2 Gaussian Mixture Models using EM from OpenCV for ...
0
votes
0answers
77 views
brain mri tumor segmentation <simple method and accurate result> [closed]
I am preparing a thesis entitled "classification of brain tumors into malignant or benign tumor on MRI". It is a system aided diagnosis.
So I have to segment the region of interest which is the ...
0
votes
1answer
108 views
Image segmentation for several similar images
I have a slightly strange question. I made a nude photo every week since I started going to the gym about 6 months ago and I want to see how I changed in a video. The problem is that I didn't make ...
0
votes
1answer
200 views
Is there any alternative method for morphological operation in OpenCV?
For human detection in video squences, I used opencv to extract the foreground based on edge detection, followed by some postprocessing methods. Then I found that human body is devided into some ...
-1
votes
1answer
121 views
misclassification error for segmented image
I am working on image segmentation and i want to evaluate my work using misclassification error which equals
ME = 1- (|b0 intersect bt|+ |f0 intersect ft|)/(|b0|+|f0|)
where BO and FO denote the ...
0
votes
2answers
1k views
Fuzzy Color Image Segmentation ::Matlab
I'm working on a color image segmentation in HSV color space using Matlab fuzzy toolbox.
the goal is to read an RGB image->convert to hsv->use H,S,V values as an input for fuzzy system and then find ...



