질문


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...

거의 14년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


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)

거의 14년 전 | 답변 수: 3 | 0

3

답변

답변 있음
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...

거의 14년 전 | 0

답변 있음
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...

거의 14년 전 | 0

질문


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...

거의 14년 전 | 답변 수: 6 | 0

6

답변

질문


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

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 14년 전 | 답변 수: 2 | 0

2

답변

질문


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...

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 14년 전 | 답변 수: 0 | 0

0

답변

질문


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...

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


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 ?

거의 14년 전 | 답변 수: 0 | 0

0

답변

질문


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...

거의 14년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 14년 전 | 답변 수: 2 | 0

2

답변

질문


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...

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


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(:,...

거의 14년 전 | 답변 수: 4 | 0

4

답변

질문


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...

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

거의 14년 전 | 답변 수: 2 | 0

2

답변

질문


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.

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 14년 전 | 답변 수: 2 | 0

2

답변

질문


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. ...

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


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.

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


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.

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 14년 전 | 답변 수: 1 | 0

1

답변

질문


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/...

거의 14년 전 | 답변 수: 1 | 0

1

답변

더 보기