Question


How to set priority of encoding?
The ROI is set on higher priority,since it has more important information for diagnostic purposes;and the BG is set on lower...

nästan 12 år ago | 0 answers | 0

0

answers

Question


how to classify normal faces and smiling faces
how to classify normal faces and smiling faces. What Technique is involved behind this?

nästan 12 år ago | 1 answer | 0

1

answer

Question


how to find the position of a given number
if the input is 1050, whats the code to get the position of 5.....(answer is third)

nästan 12 år ago | 3 answers | 0

3

answers

Answered
how to find the number of 1 in a single column?
thats my input matrix.. let me take query input as 1 1... now i have to check this 1 1 with all the rows of the given input ma...

nästan 12 år ago | 0

Answered
how to find the number of 1 in a single column?
Thanks for all replies... 1 1 1 2 3 1 2 1 3 1 1 2 3 2...

nästan 12 år ago | 0

Question


how to find the number of 1 in a single column?
My input is 0 0 0 0 1 0 0 1 1 0 0 0 1 0 I s...

nästan 12 år ago | 6 answers | 0

6

answers

Question


how to merge neighbourhood of a pixel
My previous question was how to find neighbourhood? my next question is how to merge those neighbourhood?

nästan 12 år ago | 1 answer | 0

1

answer

Question


How to find the neighbourhood of a pixel
How to find a particular pixel and the neighbourhood of it?

nästan 12 år ago | 1 answer | 0

1

answer

Question


how to compare a single row with remaining all rows of a matrix?
my input matrix is v=[1 2 3 4 5;3 4 7 8 9;6 4 8 7 9;3 4 7 8 9;3 2 9 8 4]; I am taking second row alone. I have to compare it wi...

nästan 12 år ago | 2 answers | 0

2

answers

Question


how to draw a line from the centre of the image to its border
In the given image, i plotted 6 points on its border manually. a random point is selected in the image. My objective is to conne...

nästan 12 år ago | 1 answer | 0

1

answer

Question


Region growing of an image
You can see my input image from the link <<http://i48.tinypic.com/107ujjp.jpg>> How to do segmentation using region growin...

nästan 12 år ago | 0 answers | 0

0

answers

Question


How to do Multi resolution segmentation of road image
I have to do object based road extraction. First, a road has been segmented. Then, classification has to be done to separate roa...

nästan 12 år ago | 1 answer | 0

1

answer

Question


how to proove the given input image is of high resolution or low resolution
On seeing a picture, we can predict approximately the resolution is high or low. But, how to check it in matlab

nästan 12 år ago | 1 answer | 0

1

answer

Question


What is meant by probability distribution function of an image
How to find the probability distribution of an image

nästan 12 år ago | 1 answer | 0

1

answer

Question


how to get a pan sharpened Image
How to obtain a pan sharpened Image.How the images are partitioned into a set of discrete non-overlapping regions ?

nästan 12 år ago | 0 answers | 0

0

answers

Question


how to merge two similar neighbouring regions into one larger region?
Based on the intensity distance and area ratio between neighbouring regions, any two similar neighbouring regions will be merged...

nästan 12 år ago | 2 answers | 0

2

answers

Question


how images are divided into sub-images
the input image should be divided into many sub images. how to achieve this.

nästan 12 år ago | 2 answers | 0

2

answers

Question


what is meant by slicing of an image
In many papers, I have come across the word " slicing of an image" . Can you tell what exactly it do. Does it means dividing th...

nästan 12 år ago | 1 answer | 0

1

answer

Question


how to convert gray image to color image
Image=imread('fog1.bmp'); [m n r]=size(Image) rgb=zeros(m,n,3); rgb(:,:,1)=Image; rgb(:,:,2)=rgb(:,:,1); rgb(:,...

nästan 12 år ago | 4 answers | 0

4

answers

Question


code explanation in image processing
a = imread('cameraman.tif'); threshold = 150 a(a>threshold) ... Hi, This is my code and can anyone tell me w...

nästan 12 år ago | 1 answer | 0

1

answer

Question


how to find the pixel value of an image ?
How to find the following 2) pixel within 5 units (out of 255) of pixel ; 3) pixel within 10 units (out of 255) of pixel ...

nästan 12 år ago | 1 answer | 0

1

answer

Question


how to solve Dijkstra algorithm in MATLAB?
I used the command “graphshortestpath” to solve “Dijkstra”. I am not getting the correct answer as the output is concentrating ...

nästan 12 år ago | 2 answers | 0

2

answers

Question


How to boost the pixel difference of an image.
How to find the pixel difference of an image and how to boost the intensity of it.

nästan 12 år ago | 1 answer | 0

1

answer

Question


how to get the background of an image?
From the given input image, how to separate the frontground image and the background image?

nästan 12 år ago | 1 answer | 0

1

answer

Question


how to detect smile of a person ??
how to detect the smile of the person. whats the technology involved behind this??

nästan 12 år ago | 2 answers | 0

2

answers

Question


Does MATLAB application using Image processing is used in NASA?
So far, i know that only Simulink is used by NASA? Just now i came to know that NASA can use fog clearing concept using MATLAB. ...

nästan 12 år ago | 1 answer | 0

1

answer

Question


how to enhance a color image ?
For gray image, we use the commands like adapthisteq, imadjust... How to increase the intensity for the color image.

nästan 12 år ago | 1 answer | 0

1

answer

Question


How to find the intensity of the given input image
My image is nothing but a road with full of fog. Is there any way to detect the fog alone.

nästan 12 år ago | 1 answer | 0

1

answer

Question


How to enhance the image using retinex technique ?
I need to image enhancement using Multiscale Retinex method. How to implement it?

nästan 12 år ago | 1 answer | 0

1

answer

Question


AAM model image (identifying technique)
Here is the link for input image... <http://tinypic.com/r/14l2e7t/6> Here is the link for output image.... <http://tinypic.com/...

nästan 12 år ago | 1 answer | 0

1

answer

Load more