Statistics
RANK
158,932
of 295,467
REPUTATION
0
CONTRIBUTIONS
9 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Truncating Decimal Places
Hi I am trying to figure out how to truncate the decimal places. Following code sprintf('%g',round(pi*100)/100) gives...
12 years ago | 2 answers | 0
2
answersQuestion
Reading images from a folder ony by one
Hi I have folder with bunch of images I am trying to read the images one by one from that folder, using imread command, any ide...
13 years ago | 2 answers | 0
2
answersQuestion
Saving Images
Hi I have following code that takes images and saves them, problem is that for each image i have to select the folder and file n...
13 years ago | 1 answer | 0
1
answerslicing image by histogram
when i read grayImage=imread('image.jpg') and use the above code i get the error ??? Undefined function or method 'regionpr...
13 years ago | 0
Question
slicing image by histogram
Hi I have image of connected text I was trying to use histogram vlues to segment it/slice it. Basicaly im=imread('test.jpg') 1...
13 years ago | 2 answers | 0
2
answersQuestion
Hand Writing Segmentation
Hi I have hand writing that need to segment to send it through OCR, problem is that it is connected letter, any easy way to se...
13 years ago | 1 answer | 0
1
answerQuestion
Removing grey pixels from an image
Hi I have an image in which there are black pixels and gray ones. I am trying a way to remove the gray pixels and just keep the ...
13 years ago | 2 answers | 0
2
answersQuestion
how to compare image size
hi i am trying to figure out if image is below certain size i.e. i=imread('test.jp); k= want to know size of the image ...
13 years ago | 4 answers | 0
4
answersQuestion
converting image to zeros and ones
Hi I have an image 32x32 pixels want to convert it to zeros and ones like the following ...any idea how it can be done easily th...
13 years ago | 1 answer | 0
1
answerQuestion
segmenting handwritten text
Hi I am trying to write for svm or NN based hand writing recoginition system, I am running into problem of how to seperated ch...
13 years ago | 1 answer | 0