Feeds
질문
How Can I Change Figure Size and Save Plot (Bars) Into Image (tif)
I wrote the following code that create vertical projection profiles of two images. I also saved these two new images (Projection...
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
Labeling values in 1d array (vector)
I am working on image processing specially on segmentation. I have a vector A (1D array) that contains some values, I want to sp...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
Problem in Position property of the figure
I am trying to control the figure output that contains an image. When I tried to play with parameters of position such as set(gc...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
Binary Image similarity classification
I have number of binary images and I want to classify these images into groups based on its similarities. So the result is numbe...
8년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Problem in drawing projection profiles
I think using bar() and barh() will solve the problem: binaryImage = imread(imgFullFileName); verticalProfile = su...
Problem in drawing projection profiles
I think using bar() and barh() will solve the problem: binaryImage = imread(imgFullFileName); verticalProfile = su...
8년 초과 전 | 0
| 수락됨
질문
Problem in drawing projection profiles
I am trying to draw the projection profiles (horizontal and vertical). I wrote the following code which supposes to work correct...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Concatenating three images into one image
I have three images (1) the letter, (2)vertical projection, and (3)horizontal projection. I want to merge these images so that t...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Hod do I use Image projections in specific computations
I want to decide the language of the text image based on the Hor. projection. I computed the Hor projection as shown in the foll...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
Text Image Processing and Segmentation
I am working on a project and one of its functionalities is to segment text images into words. The following image contains Engl...
대략 9년 전 | 답변 수: 0 | 0
0
답변질문
Image size (height) normalization
I have the following binary images: 1) <</matlabcentral/answers/uploaded_files/41618/AGAAladdin_1.png>> 2) <</matlabce...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
The output of for loop
How can I use for loop (for i=0000:3000) with the following output. I want the output to be 0001, 0002, 0003, ..., 0038, ... , ...
대략 10년 전 | 답변 수: 2 | 0
2
답변질문
Removing white pixels from background
If I have the following (binary) image and I want to remove the surrounding white pixels (or change these white pixels into blac...
대략 10년 전 | 답변 수: 2 | 0
2
답변질문
Random numbers from array
Suppose I have the following array A=[2,1,5,6,20,55,6,9,100,1000,325,2301] which contains distinct numbers I want to select for...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
Operations on file names
I have the following text file which contains the following text lines: C:\Users\David\ab_1.obj C:\Users\David\ab_5.obj C...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
line text image segmentation
Suppose I have the following image <</matlabcentral/answers/uploaded_files/39114/Ar1.png>> I want to surround the white te...
대략 10년 전 | 답변 수: 0 | 0
0
답변질문
Image segmentation applied to text
Suppose I have the following image: <</matlabcentral/answers/uploaded_files/39052/3.JPG>> I want to remove the surrounded ...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
Creating character codes from text file
Suppose that I have a text file contains several lines such as the following My name is John, I studied Chemistry at Okawata ...
대략 10년 전 | 답변 수: 2 | 0
2
답변질문
capturing all rectangular corners
Suppose i have the following image .How to capture 90 degree corners and create a new image contains only the detected corners? ...
대략 11년 전 | 답변 수: 0 | 0
0
답변질문
detect horizontal and vertical lines
How to detect horizontal and vertical lines in a given image using imerode function? I have this code but it doesn't detect H an...
대략 11년 전 | 답변 수: 1 | 1
1
답변질문
how to convert tiff image into gray image?
how to convert tiff image into gray image? I tried rgb2gray but it show me an error about "RGB must be a m x n x 3 array" my tif...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
Objects in my window canvas disappear
I have created a window - using GUIDE - for my application. I was working in a computer which has a 21" screen and when I copy m...
11년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to run the program (Path Issues)
How to make my program which is m file to be worked in any computer without affected by the path. i.e. suppose I am running my p...
11년 초과 전 | 답변 수: 1 | 0
