Feeds
已回答
error in converting image to binary
First convert to grayscale(rgb2gray) then use im2bw
error in converting image to binary
First convert to grayscale(rgb2gray) then use im2bw
12 years 前 | 0
提问
Simplify/Generalize bwboundaries
Can anybody help me to generalize bwboundaries. thanks in adv,
12 years 前 | 0 个回答 | 0
0
个回答提问
Shape Recognition, hough transform
Hi All: I seen more examples to recognize line/circles/ellipse using Hough transform, but i didnt find examples for square or...
13 years 前 | 2 个回答 | 0
2
个回答提问
Change Pixel intensity value
Hi all, I have an image(gray scale) whose pixel intensity values ranges from -0.5373 to 0.4744. I would like to change the in...
13 years 前 | 3 个回答 | 0
3
个回答提问
how to declare
Hi All, I would like to declare the following code in Matlab. r = 4/pi atan((R-G)/(R+G)) Any one please help. Thanks...
13 years 前 | 1 个回答 | 0
1
个回答提问
Image segmentation
Hi All, I have an image which contains the following features buildings, cars, trees etc. I detected the buildings using the ...
13 years 前 | 2 个回答 | 0
2
个回答提问
Convert boundaries
Hi All, I have extracted boundaries with the help of "bwboundaries" function and I would like to convert the polygon boundari...
13 years 前 | 1 个回答 | 0
1
个回答已回答
Operation on RGB Images
The following steps will help you split RGB and merge them again. I = imread('RGB.jpg'); %RGB split R=I(:,:,1); G=...
Operation on RGB Images
The following steps will help you split RGB and merge them again. I = imread('RGB.jpg'); %RGB split R=I(:,:,1); G=...
13 years 前 | 0
| 已接受
提问
Raster to Vector
Hi All, I have some binary file in tiff format, would like to convert them to vector formats like .shp format along with spat...
13 years 前 | 0 个回答 | 0
0
个回答提问
Image Classification
Hi, I am new to Matlab. I would like to classify the image based on its color, pattern and texture. If it possible to create ...
13 years 前 | 1 个回答 | 0