Community Profile

photo

Mohammad


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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

6 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 0 answers | 0

0

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Answered
Problem in drawing projection profiles
I think using bar() and barh() will solve the problem: binaryImage = imread(imgFullFileName); verticalProfile = su...

7 years ago | 0

| accepted

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 0 answers | 0

0

answers

Question


Image size (height) normalization
I have the following binary images: 1) <</matlabcentral/answers/uploaded_files/41618/AGAAladdin_1.png>> 2) <</matlabce...

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 2 answers | 0

2

answers

Question


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

8 years ago | 2 answers | 0

2

answers

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 1 answer | 0

1

answer

Question


line text image segmentation
Suppose I have the following image <</matlabcentral/answers/uploaded_files/39114/Ar1.png>> I want to surround the white te...

8 years ago | 0 answers | 0

0

answers

Question


Image segmentation applied to text
Suppose I have the following image: <</matlabcentral/answers/uploaded_files/39052/3.JPG>> I want to remove the surrounded ...

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 2 answers | 0

2

answers

Question


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

9 years ago | 0 answers | 0

0

answers

Question


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

9 years ago | 1 answer | 1

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 0 answers | 0

0

answers

Question


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

9 years ago | 1 answer | 0

1

answer